Skip to content

Commit

Permalink
pfff
Browse files Browse the repository at this point in the history
  • Loading branch information
iunanua committed Oct 18, 2024
1 parent d281039 commit 10dc8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/sirun/appsec-iast/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"iterations": 1,
"variants": {
"startup-time-control": {
"run": "node --cpu-prof --require ../../../init.js insecure-bank.js",
"run": "node --cpu-prof --require ../../../init.js insecure-bank.js && cp CPU* /go/src/github.com/DataDog/apm-reliability/dd-trace-js/platform/artifacts/",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js insecure-bank.js\"",
"env": {
"DD_IAST_ENABLED": "0"
}
},
"startup-time-iast-enabled": {
"run": "node --cpu-prof --require ../../../init.js insecure-bank.js",
"run": "node --cpu-prof --require ../../../init.js insecure-bank.js && cp CPU* /go/src/github.com/DataDog/apm-reliability/dd-trace-js/platform/artifacts/",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js insecure-bank.js\"",
"baseline": "startup-time-control",
"env": {
Expand Down

0 comments on commit 10dc8cc

Please sign in to comment.