Skip to content

Commit

Permalink
Reduce request per iteration in IAST benchmarks (#3260)
Browse files Browse the repository at this point in the history
* Reduce request per iteration in IAST benchmarks

* Reduce a bit more

* 30 iterations 200 requests
  • Loading branch information
uurien authored and nsavoire committed Jun 20, 2023
1 parent 2b288e6 commit 6112056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/sirun/appsec-iast/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module.exports = {
port: 3331 + parseInt(process.env.CPU_AFFINITY || '0'),
reqs: 350
reqs: 200
}
2 changes: 1 addition & 1 deletion benchmark/sirun/appsec-iast/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "appsec-iast",
"cachegrind": false,
"instructions": true,
"iterations": 40,
"iterations": 30,
"variants": {
"no-vulnerability-control": {
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
Expand Down

0 comments on commit 6112056

Please sign in to comment.