Skip to content

Commit 2fda1a2

Browse files
committed
updating benchmarks
1 parent 8d951b4 commit 2fda1a2

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# fast-gateway
22
A super fast Node.js API Gateway for the masses!
3+
> Next generation for: https://www.npmjs.com/package/k-fastify-gateway
34
45
## Usage
56
### Gateway
@@ -88,13 +89,6 @@ This is your repo ;)
8889
Benchmark scripts can be found in benchmark folder.
8990
> Laptop: MacBook Pro 2016, 2,7 GHz Intel Core i7, 16 GB 2133 MHz LPDDR3
9091
> wrk -t8 -c50 -d20s http://127.0.0.1:8080/service/get
91-
```bash
92-
Running 20s test @ http://127.0.0.1:8080/service/get
93-
8 threads and 50 connections
94-
Thread Stats Avg Stdev Max +/- Stdev
95-
Latency 2.66ms 581.30us 12.72ms 69.64%
96-
Req/Sec 2.27k 138.20 2.57k 93.31%
97-
361552 requests in 20.01s, 38.62MB read
98-
Requests/sec: 18069.77
99-
Transfer/sec: 1.93MB
100-
```
92+
93+
- fast-gateway: **18069.77** reqs/secs
94+
- k-fastify-gateway: 9763.61 reqs/secs

0 commit comments

Comments
 (0)