Skip to content

Commit c46989a

Browse files
author
Sergio Andres Virviescas Santana
committed
Update benchmarks images
1 parent f458e14 commit c46989a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ This router is optimized for high performance and a small memory footprint. It s
2525

2626
**Best Performance:** Router is **one of the fastest** go web frameworks in the [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark). Even faster than httprouter itself.
2727

28-
- Basic Test: The first test case is to mock 0 ms, 10 ms, 100 ms, 500 ms processing time in handlers. The concurrency clients are 5000.
28+
- Basic Test: The first test case is to mock 0 ms, 10 ms, 100 ms, 500 ms processing time in handlers.
2929

30-
![](http://ww3.sinaimg.cn/large/4c422e03jw1f2p6nyqh9ij20mm0aktbj.jpg)
30+
![](https://raw.githubusercontent.com/smallnest/go-web-framework-benchmark/master/benchmark.png)
3131

32-
- Concurrency Test: In 30 ms processing time, the test result for 100, 1000, 5000 clients is:
32+
- Concurrency Test (allocations): In 30 ms processing time, the tets result for 100, 1000, 5000 clients is:
3333

34-
![](http://ww4.sinaimg.cn/large/4c422e03jw1f2p6o1cdbij20lk09sack.jpg)
34+
\* *Smaller is better*
35+
36+
![](https://raw.githubusercontent.com/smallnest/go-web-framework-benchmark/master/concurrency_alloc.png)
3537

3638
See below for technical details of the implementation.
3739

0 commit comments

Comments
 (0)