Skip to content

Commit fc2010c

Browse files
committed
Reduce times in appsec-iast tests
1 parent b12a60d commit fc2010c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/sirun/appsec-iast/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module.exports = {
44
port: 3331 + parseInt(process.env.CPU_AFFINITY || '0'),
5-
reqs: 200
5+
reqs: 100
66
}

benchmark/sirun/appsec-iast/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "appsec-iast",
33
"cachegrind": false,
44
"instructions": true,
5-
"iterations": 30,
5+
"iterations": 15,
66
"variants": {
77
"no-vulnerability-control": {
88
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",

0 commit comments

Comments
 (0)