We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12a60d commit fc2010cCopy full SHA for fc2010c
benchmark/sirun/appsec-iast/common.js
@@ -2,5 +2,5 @@
2
3
module.exports = {
4
port: 3331 + parseInt(process.env.CPU_AFFINITY || '0'),
5
- reqs: 200
+ reqs: 100
6
}
benchmark/sirun/appsec-iast/meta.json
@@ -2,7 +2,7 @@
"name": "appsec-iast",
"cachegrind": false,
"instructions": true,
- "iterations": 30,
+ "iterations": 15,
"variants": {
7
"no-vulnerability-control": {
8
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
0 commit comments