File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
# fast-gateway
2
2
A super fast Node.js API Gateway for the masses!
3
+ > Next generation for: https://www.npmjs.com/package/k-fastify-gateway
3
4
4
5
## Usage
5
6
### Gateway
@@ -88,13 +89,6 @@ This is your repo ;)
88
89
Benchmark scripts can be found in benchmark folder.
89
90
> Laptop: MacBook Pro 2016, 2,7 GHz Intel Core i7, 16 GB 2133 MHz LPDDR3
90
91
> 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
You can’t perform that action at this time.
0 commit comments