Skip to content

Commit

Permalink
Add results folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaz committed Aug 26, 2017
1 parent 71e5f85 commit 74bcf15
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions result/first.md
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

0 comments on commit 74bcf15

Please sign in to comment.