Skip to content

Commit

Permalink
Reduce times in appsec-iast tests (#3354)
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien authored and Stephen Belanger committed Jul 13, 2023
1 parent a897122 commit f3dba64
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: 200
reqs: 100
}
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": 30,
"iterations": 15,
"variants": {
"no-vulnerability-control": {
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
Expand Down

0 comments on commit f3dba64

Please sign in to comment.