-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mamaz
committed
Aug 26, 2017
1 parent
71e5f85
commit 74bcf15
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Test Results | ||
|
||
## First test | ||
|
||
- Plain, without compression. | ||
|
||
```shell | ||
bombardier -c 125 -n 5000000 http://localhost:3000/test | ||
Bombarding http://localhost:3000/test with 5000000 requests using 125 connections | ||
5000000 / 5000000 [====================================================] 100.00% 11m51s | ||
Done! | ||
Statistics Avg Stdev Max | ||
Reqs/sec 7023.75 572.58 7833 | ||
Latency 17.79ms 1.62ms 219.78ms | ||
HTTP codes: | ||
1xx - 0, 2xx - 5000000, 3xx - 0, 4xx - 0, 5xx - 0 | ||
others - 0 | ||
Throughput: 1.83MB/s | ||
``` | ||
|
||
## Second Result | ||
|
||
- Add compresion | ||
- Use NODE_ENV=production |