Skip to content

Commit

Permalink
doc: add benchmark result
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosSacASac committed Nov 30, 2022
1 parent 25cff07 commit b5ba634
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions benchmark/2022-11-30-i5-9600k.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,15 @@ npm run bench

PS C:\files\formidable> node -v
v19.2.0

C:\files\formidable> bombardier --body-file="./README.md" --method=POST
--duration=10s --connections=100 http://localhost:3000/api/upload
Bombarding http://localhost:3000/api/upload for 10s using 100 connection(s)[====================================================================] 10s
Done!
Statistics Avg Stdev Max
Reqs/sec 2824.09 1512.74 6881.85
Latency 35.51ms 37.38ms 0.98s
HTTP codes:
1xx - 0, 2xx - 28163, 3xx - 0, 4xx - 0, 5xx - 0
others - 0
Throughput: 102.08MB/s

0 comments on commit b5ba634

Please sign in to comment.