Skip to content

Commit 951c7fb

Browse files
committed
Reduce the number of request to do the test faster
1 parent e1b152a commit 951c7fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/sirun/appsec-iast/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This creates 1,000 HTTP requests from client to server.
1+
This creates 100 HTTP requests from client to server.
22

33
The variants are:
44
- control tracer in no vulnerable endpoint without iast

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: 3231 + parseInt(process.env.CPU_AFFINITY || '0'),
5-
reqs: 1000
5+
reqs: 100
66
}

0 commit comments

Comments
 (0)