Skip to content

Commit b5ba634

Browse files
committed
doc: add benchmark result
1 parent 25cff07 commit b5ba634

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

benchmark/2022-11-30-i5-9600k.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,15 @@ npm run bench
1616

1717
PS C:\files\formidable> node -v
1818
v19.2.0
19+
20+
C:\files\formidable> bombardier --body-file="./README.md" --method=POST
21+
--duration=10s --connections=100 http://localhost:3000/api/upload
22+
Bombarding http://localhost:3000/api/upload for 10s using 100 connection(s)[====================================================================] 10s
23+
Done!
24+
Statistics Avg Stdev Max
25+
Reqs/sec 2824.09 1512.74 6881.85
26+
Latency 35.51ms 37.38ms 0.98s
27+
HTTP codes:
28+
1xx - 0, 2xx - 28163, 3xx - 0, 4xx - 0, 5xx - 0
29+
others - 0
30+
Throughput: 102.08MB/s

0 commit comments

Comments
 (0)