Skip to content

Commit 6b5524c

Browse files
committed
update readme
1 parent ff6a140 commit 6b5524c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ parameters:
3333
port: '8080'
3434
max_concurrency: 100
3535
buffer_size: 4194304
36+
workers: 4
3637

3738
```
3839

@@ -176,7 +177,7 @@ class SomeMiddleware implements RequestHandlerInterface
176177

177178
## Benchmark
178179

179-
Using apache ab:
180+
Using apache ab with single thread:
180181

181182
```bash
182183
> ab -n 40000 -c 64 http://127.0.0.1:8080/
@@ -237,3 +238,5 @@ Running 15s test @ http://127.0.0.1:8080/
237238
Requests/sec: 2437.45
238239
Transfer/sec: 578.42KB
239240
```
241+
242+
See ranking in [The Benchmarker - Web Framework](https://github.com/the-benchmarker/web-frameworks) project.

0 commit comments

Comments
 (0)