Skip to content

Commit

Permalink
Fix test file
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien committed Jun 12, 2023
1 parent 13b79b9 commit 2f7a5b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark/sirun/appsec-iast/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"with-vulnerability-control": {
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
"run": "node --require ../../../init.js server-vulnerable.js",
"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",
Expand All @@ -44,7 +44,7 @@
},
"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": "node --require ../../../init.js server.js",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
"baseline": "with-vulnerability-control",
"env": {
Expand All @@ -54,7 +54,7 @@
},
"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": "node --require ../../../init.js server.js",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
"baseline": "with-vulnerability-control",
"env": {
Expand Down

0 comments on commit 2f7a5b0

Please sign in to comment.