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 e1b152a commit 951c7fbCopy full SHA for 951c7fb
benchmark/sirun/appsec-iast/README.md
@@ -1,4 +1,4 @@
1
-This creates 1,000 HTTP requests from client to server.
+This creates 100 HTTP requests from client to server.
2
3
The variants are:
4
- control tracer in no vulnerable endpoint without iast
benchmark/sirun/appsec-iast/common.js
@@ -2,5 +2,5 @@
module.exports = {
port: 3231 + parseInt(process.env.CPU_AFFINITY || '0'),
5
- reqs: 1000
+ reqs: 100
6
}
0 commit comments