Skip to content

Commit

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

0 comments on commit 463d812

Please sign in to comment.