Skip to content

Commit

Permalink
Rename jobs names
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien committed May 30, 2023
1 parent 55e6622 commit b2b4810
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions benchmark/sirun/appsec-iast/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"instructions": true,
"iterations": 100,
"variants": {
"control-no-vulnerability": {
"no-vulnerability-control": {
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
"run": "node --require ../../../init.js server.js",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
"env": {
"DD_IAST_ENABLED": "0"
}
},
"iast-enabled-no-vulnerability-default-config": {
"no-vulnerability-iast-enabled-default-config": {
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
"run": "node --require ../../../init.js server.js",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
Expand All @@ -21,7 +21,7 @@
"DD_APPSEC_ENABLED": "1"
}
},
"iast-enabled-no-vulnerability-always-active": {
"no-vulnerability-iast-enabled-always-active": {
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
"run": "node --require ../../../init.js server.js",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
Expand All @@ -33,7 +33,7 @@
"DD_IAST_MAX_CONTEXT_OPERATIONS": "100"
}
},
"control-with-vulnerability": {
"with-vulnerability-control": {
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
"run": "node --require ../../../init.js server-vulnerable.js",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
Expand All @@ -42,7 +42,7 @@
"BENCHMARK_VULNERABLE": "1"
}
},
"iast-enabled-with-vulnerability-default-config": {
"with-vulnerability-iast-enabled-default-config": {
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
"run": "node --require ../../../init.js server-vulnerable.js",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
Expand All @@ -52,7 +52,7 @@
"BENCHMARK_VULNERABLE": "1"
}
},
"iast-enabled-with-vulnerability-always-active": {
"with-vulnerability-iast-enabled-always-active": {
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
"run": "node --require ../../../init.js server-vulnerable.js",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
Expand Down

0 comments on commit b2b4810

Please sign in to comment.