Skip to content

Commit

Permalink
Merge pull request #17 from bmf-san/feature/update-goblin-to-6.2.1
Browse files Browse the repository at this point in the history
Update goblin to 6.2.1
  • Loading branch information
bmf-san authored Jan 9, 2023
2 parents 4cc1fe1 + c2310f9 commit d67afea
Show file tree
Hide file tree
Showing 37 changed files with 357 additions and 359 deletions.
248 changes: 124 additions & 124 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/beego/mux v0.0.0-20170807094426-6660b4b5accb
github.com/bmf-san/goblin v0.0.0-20221231094735-37f4d70c5a1a
github.com/bmf-san/goblin v0.0.0-20230108200028-8e15e5c70d92
github.com/dimfeld/httptreemux/v5 v5.5.0
github.com/gin-gonic/gin v1.8.2
github.com/go-chi/chi/v5 v5.0.8
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ github.com/andybalholm/brotli v1.0.0 h1:7UCwP93aiSfvWpapti8g88vVVGp2qqtGyePsSuDa
github.com/andybalholm/brotli v1.0.0/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y=
github.com/beego/mux v0.0.0-20170807094426-6660b4b5accb h1:axnOt7m6K48TKsOVlimWmGfnevzEgqUVtb6nUl3qTGc=
github.com/beego/mux v0.0.0-20170807094426-6660b4b5accb/go.mod h1:0taFqEAcm55Z4UtLzfKmpPdnLq537xGk/95OF2/0ebQ=
github.com/bmf-san/goblin v0.0.0-20221113073440-d4f43eb17a34 h1:uNc3TdXtnNT2OKR8vKsIDN+t4aw1/TbS42FMQk+AOc4=
github.com/bmf-san/goblin v0.0.0-20221113073440-d4f43eb17a34/go.mod h1:/zoFMy/CFURR5N5AHbIwFPf/3fZs3VzovMZKuQ40r2s=
github.com/bmf-san/goblin v0.0.0-20221231094735-37f4d70c5a1a h1:4QFX6f2qvPY5BXCajhCGr3IddPSWngz0JAYPlHf9xm0=
github.com/bmf-san/goblin v0.0.0-20221231094735-37f4d70c5a1a/go.mod h1:/zoFMy/CFURR5N5AHbIwFPf/3fZs3VzovMZKuQ40r2s=
github.com/bmf-san/goblin v0.0.0-20230108200028-8e15e5c70d92 h1:Xe8Gu4bTRWgA7wf4AVZsVnwPtHPpkz9y84dXXtXjqkc=
github.com/bmf-san/goblin v0.0.0-20230108200028-8e15e5c70d92/go.mod h1:/zoFMy/CFURR5N5AHbIwFPf/3fZs3VzovMZKuQ40r2s=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down
Binary file modified images/pathparam-routes/allocs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/pathparam-routes/bop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/pathparam-routes/nsop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/pathparam-routes/time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/static-routes/allocs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/static-routes/bop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/static-routes/nsop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/static-routes/time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion reports/pathparam-routes-1/allocs.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BenchmarkPathParamRoutes1ColonGoblin-8,5
BenchmarkPathParamRoutes1ColonGoblin-8,3
BenchmarkPathParamRoutes1ColonHTTPRouter-8,1
BenchmarkPathParamRoutes1BracketChi-8,2
BenchmarkPathParamRoutes1ColonGin-8,0
Expand Down
2 changes: 1 addition & 1 deletion reports/pathparam-routes-1/bop.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BenchmarkPathParamRoutes1ColonGoblin-8,376
BenchmarkPathParamRoutes1ColonGoblin-8,328
BenchmarkPathParamRoutes1ColonHTTPRouter-8,32
BenchmarkPathParamRoutes1BracketChi-8,304
BenchmarkPathParamRoutes1ColonGin-8,0
Expand Down
30 changes: 15 additions & 15 deletions reports/pathparam-routes-1/nsop.csv
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BenchmarkPathParamRoutes1ColonGoblin-8,593.8
BenchmarkPathParamRoutes1ColonHTTPRouter-8,44.82
BenchmarkPathParamRoutes1BracketChi-8,279.6
BenchmarkPathParamRoutes1ColonGin-8,41.17
BenchmarkPathParamRoutes1ColonBunRouter-8,32.89
BenchmarkPathParamRoutes1ColonHTTPTreeMux-8,377.9
BenchmarkPathParamRoutes1ColonBeegoMux-8,375.1
BenchmarkPathParamRoutes1BracketGorillaMux-8,888.9
BenchmarkPathParamRoutes1ColonBon-8,188.0
BenchmarkPathParamRoutes1ColonDenco-8,58.08
BenchmarkPathParamRoutes1ColonEcho-8,38.51
BenchmarkPathParamRoutes1ColonGocraftWeb-8,1159
BenchmarkPathParamRoutes1BracketGorouter-8,249.8
BenchmarkPathParamRoutes1InequalitySignOzzoRouting-8,42.01
BenchmarkPathParamRoutes1ColonN9tE9Routing-8,381.8
BenchmarkPathParamRoutes1ColonGoblin-8,251.9
BenchmarkPathParamRoutes1ColonHTTPRouter-8,41.44
BenchmarkPathParamRoutes1BracketChi-8,200.8
BenchmarkPathParamRoutes1ColonGin-8,33.90
BenchmarkPathParamRoutes1ColonBunRouter-8,23.22
BenchmarkPathParamRoutes1ColonHTTPTreeMux-8,297.5
BenchmarkPathParamRoutes1ColonBeegoMux-8,272.1
BenchmarkPathParamRoutes1BracketGorillaMux-8,558.9
BenchmarkPathParamRoutes1ColonBon-8,154.5
BenchmarkPathParamRoutes1ColonDenco-8,46.57
BenchmarkPathParamRoutes1ColonEcho-8,26.49
BenchmarkPathParamRoutes1ColonGocraftWeb-8,927.4
BenchmarkPathParamRoutes1BracketGorouter-8,188.4
BenchmarkPathParamRoutes1InequalitySignOzzoRouting-8,33.78
BenchmarkPathParamRoutes1ColonN9tE9Routing-8,326.2
30 changes: 15 additions & 15 deletions reports/pathparam-routes-1/time.csv
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BenchmarkPathParamRoutes1ColonGoblin-8,1982352
BenchmarkPathParamRoutes1ColonHTTPRouter-8,26343277
BenchmarkPathParamRoutes1BracketChi-8,4295593
BenchmarkPathParamRoutes1ColonGin-8,28992159
BenchmarkPathParamRoutes1ColonBunRouter-8,36372362
BenchmarkPathParamRoutes1ColonHTTPTreeMux-8,3131305
BenchmarkPathParamRoutes1ColonBeegoMux-8,3223519
BenchmarkPathParamRoutes1BracketGorillaMux-8,1343919
BenchmarkPathParamRoutes1ColonBon-8,6345180
BenchmarkPathParamRoutes1ColonDenco-8,18371928
BenchmarkPathParamRoutes1ColonEcho-8,30776793
BenchmarkPathParamRoutes1ColonGocraftWeb-8,928831
BenchmarkPathParamRoutes1BracketGorouter-8,4774634
BenchmarkPathParamRoutes1InequalitySignOzzoRouting-8,28624587
BenchmarkPathParamRoutes1ColonN9tE9Routing-8,3140194
BenchmarkPathParamRoutes1ColonGoblin-8,4575871
BenchmarkPathParamRoutes1ColonHTTPRouter-8,34437032
BenchmarkPathParamRoutes1BracketChi-8,5880913
BenchmarkPathParamRoutes1ColonGin-8,36084889
BenchmarkPathParamRoutes1ColonBunRouter-8,45573008
BenchmarkPathParamRoutes1ColonHTTPTreeMux-8,3641581
BenchmarkPathParamRoutes1ColonBeegoMux-8,4127463
BenchmarkPathParamRoutes1BracketGorillaMux-8,2109531
BenchmarkPathParamRoutes1ColonBon-8,8041033
BenchmarkPathParamRoutes1ColonDenco-8,26334654
BenchmarkPathParamRoutes1ColonEcho-8,44213551
BenchmarkPathParamRoutes1ColonGocraftWeb-8,1291144
BenchmarkPathParamRoutes1BracketGorouter-8,6460888
BenchmarkPathParamRoutes1InequalitySignOzzoRouting-8,36781983
BenchmarkPathParamRoutes1ColonN9tE9Routing-8,3656685
2 changes: 1 addition & 1 deletion reports/pathparam-routes-10/allocs.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BenchmarkPathParamRoutes10ColonGoblin-8,14
BenchmarkPathParamRoutes10ColonGoblin-8,3
BenchmarkPathParamRoutes10ColonHTTPRouter-8,1
BenchmarkPathParamRoutes10BracketChi-8,2
BenchmarkPathParamRoutes10ColonGin-8,0
Expand Down
2 changes: 1 addition & 1 deletion reports/pathparam-routes-10/bop.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BenchmarkPathParamRoutes10ColonGoblin-8,810
BenchmarkPathParamRoutes10ColonGoblin-8,494
BenchmarkPathParamRoutes10ColonHTTPRouter-8,320
BenchmarkPathParamRoutes10BracketChi-8,304
BenchmarkPathParamRoutes10ColonGin-8,0
Expand Down
30 changes: 15 additions & 15 deletions reports/pathparam-routes-10/nsop.csv
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BenchmarkPathParamRoutes10ColonGoblin-8,3742
BenchmarkPathParamRoutes10ColonHTTPRouter-8,201.8
BenchmarkPathParamRoutes10BracketChi-8,639.5
BenchmarkPathParamRoutes10ColonGin-8,126.2
BenchmarkPathParamRoutes10ColonBunRouter-8,287.7
BenchmarkPathParamRoutes10ColonHTTPTreeMux-8,1486
BenchmarkPathParamRoutes10ColonBeegoMux-8,3388
BenchmarkPathParamRoutes10BracketGorillaMux-8,5239
BenchmarkPathParamRoutes10ColonBon-8,360.4
BenchmarkPathParamRoutes10ColonDenco-8,240.0
BenchmarkPathParamRoutes10ColonEcho-8,176.6
BenchmarkPathParamRoutes10ColonGocraftWeb-8,2230
BenchmarkPathParamRoutes10BracketGorouter-8,531.0
BenchmarkPathParamRoutes10InequalitySignOzzoRouting-8,139.3
BenchmarkPathParamRoutes10ColonN9tE9Routing-8,2165
BenchmarkPathParamRoutes10ColonGoblin-8,1013
BenchmarkPathParamRoutes10ColonHTTPRouter-8,146.3
BenchmarkPathParamRoutes10BracketChi-8,455.1
BenchmarkPathParamRoutes10ColonGin-8,98.31
BenchmarkPathParamRoutes10ColonBunRouter-8,229.8
BenchmarkPathParamRoutes10ColonHTTPTreeMux-8,1160
BenchmarkPathParamRoutes10ColonBeegoMux-8,872.2
BenchmarkPathParamRoutes10BracketGorillaMux-8,2367
BenchmarkPathParamRoutes10ColonBon-8,300.1
BenchmarkPathParamRoutes10ColonDenco-8,193.3
BenchmarkPathParamRoutes10ColonEcho-8,144.0
BenchmarkPathParamRoutes10ColonGocraftWeb-8,1770
BenchmarkPathParamRoutes10BracketGorouter-8,382.5
BenchmarkPathParamRoutes10InequalitySignOzzoRouting-8,123.4
BenchmarkPathParamRoutes10ColonN9tE9Routing-8,1841
30 changes: 15 additions & 15 deletions reports/pathparam-routes-10/time.csv
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BenchmarkPathParamRoutes10ColonGoblin-8,309733
BenchmarkPathParamRoutes10ColonHTTPRouter-8,5878401
BenchmarkPathParamRoutes10BracketChi-8,1872310
BenchmarkPathParamRoutes10ColonGin-8,9485934
BenchmarkPathParamRoutes10ColonBunRouter-8,4185458
BenchmarkPathParamRoutes10ColonHTTPTreeMux-8,800544
BenchmarkPathParamRoutes10ColonBeegoMux-8,341499
BenchmarkPathParamRoutes10BracketGorillaMux-8,223892
BenchmarkPathParamRoutes10ColonBon-8,3316269
BenchmarkPathParamRoutes10ColonDenco-8,4986136
BenchmarkPathParamRoutes10ColonEcho-8,6765202
BenchmarkPathParamRoutes10ColonGocraftWeb-8,478106
BenchmarkPathParamRoutes10BracketGorouter-8,2249437
BenchmarkPathParamRoutes10InequalitySignOzzoRouting-8,8578918
BenchmarkPathParamRoutes10ColonN9tE9Routing-8,513632
BenchmarkPathParamRoutes10ColonGoblin-8,1160929
BenchmarkPathParamRoutes10ColonHTTPRouter-8,8165713
BenchmarkPathParamRoutes10BracketChi-8,2636372
BenchmarkPathParamRoutes10ColonGin-8,12088365
BenchmarkPathParamRoutes10ColonBunRouter-8,5223387
BenchmarkPathParamRoutes10ColonHTTPTreeMux-8,1000000
BenchmarkPathParamRoutes10ColonBeegoMux-8,1373012
BenchmarkPathParamRoutes10BracketGorillaMux-8,497953
BenchmarkPathParamRoutes10ColonBon-8,4008288
BenchmarkPathParamRoutes10ColonDenco-8,6212643
BenchmarkPathParamRoutes10ColonEcho-8,8329726
BenchmarkPathParamRoutes10ColonGocraftWeb-8,708202
BenchmarkPathParamRoutes10BracketGorouter-8,3121602
BenchmarkPathParamRoutes10InequalitySignOzzoRouting-8,9731100
BenchmarkPathParamRoutes10ColonN9tE9Routing-8,634324
2 changes: 1 addition & 1 deletion reports/pathparam-routes-5/allocs.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BenchmarkPathParamRoutes5ColonGoblin-8,9
BenchmarkPathParamRoutes5ColonGoblin-8,3
BenchmarkPathParamRoutes5ColonHTTPRouter-8,1
BenchmarkPathParamRoutes5BracketChi-8,2
BenchmarkPathParamRoutes5ColonGin-8,0
Expand Down
2 changes: 1 addition & 1 deletion reports/pathparam-routes-5/bop.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BenchmarkPathParamRoutes5ColonGoblin-8,591
BenchmarkPathParamRoutes5ColonGoblin-8,412
BenchmarkPathParamRoutes5ColonHTTPRouter-8,160
BenchmarkPathParamRoutes5BracketChi-8,304
BenchmarkPathParamRoutes5ColonGin-8,0
Expand Down
30 changes: 15 additions & 15 deletions reports/pathparam-routes-5/nsop.csv
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BenchmarkPathParamRoutes5ColonGoblin-8,1959
BenchmarkPathParamRoutes5ColonHTTPRouter-8,118.0
BenchmarkPathParamRoutes5BracketChi-8,444.7
BenchmarkPathParamRoutes5ColonGin-8,77.84
BenchmarkPathParamRoutes5ColonBunRouter-8,140.2
BenchmarkPathParamRoutes5ColonHTTPTreeMux-8,769.9
BenchmarkPathParamRoutes5ColonBeegoMux-8,1442
BenchmarkPathParamRoutes5BracketGorillaMux-8,2285
BenchmarkPathParamRoutes5ColonBon-8,266.0
BenchmarkPathParamRoutes5ColonDenco-8,143.6
BenchmarkPathParamRoutes5ColonEcho-8,98.88
BenchmarkPathParamRoutes5ColonGocraftWeb-8,1541
BenchmarkPathParamRoutes5BracketGorouter-8,395.5
BenchmarkPathParamRoutes5InequalitySignOzzoRouting-8,85.95
BenchmarkPathParamRoutes5ColonN9tE9Routing-8,1163
BenchmarkPathParamRoutes5ColonGoblin-8,574.0
BenchmarkPathParamRoutes5ColonHTTPRouter-8,92.52
BenchmarkPathParamRoutes5BracketChi-8,309.1
BenchmarkPathParamRoutes5ColonGin-8,62.48
BenchmarkPathParamRoutes5ColonBunRouter-8,112.8
BenchmarkPathParamRoutes5ColonHTTPTreeMux-8,581.1
BenchmarkPathParamRoutes5ColonBeegoMux-8,435.6
BenchmarkPathParamRoutes5BracketGorillaMux-8,1127
BenchmarkPathParamRoutes5ColonBon-8,217.1
BenchmarkPathParamRoutes5ColonDenco-8,122.7
BenchmarkPathParamRoutes5ColonEcho-8,78.45
BenchmarkPathParamRoutes5ColonGocraftWeb-8,1232
BenchmarkPathParamRoutes5BracketGorouter-8,278.1
BenchmarkPathParamRoutes5InequalitySignOzzoRouting-8,73.60
BenchmarkPathParamRoutes5ColonN9tE9Routing-8,1008
30 changes: 15 additions & 15 deletions reports/pathparam-routes-5/time.csv
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BenchmarkPathParamRoutes5ColonGoblin-8,558514
BenchmarkPathParamRoutes5ColonHTTPRouter-8,9935683
BenchmarkPathParamRoutes5BracketChi-8,2661771
BenchmarkPathParamRoutes5ColonGin-8,15262336
BenchmarkPathParamRoutes5ColonBunRouter-8,8543359
BenchmarkPathParamRoutes5ColonHTTPTreeMux-8,1570034
BenchmarkPathParamRoutes5ColonBeegoMux-8,785046
BenchmarkPathParamRoutes5BracketGorillaMux-8,497670
BenchmarkPathParamRoutes5ColonBon-8,4494978
BenchmarkPathParamRoutes5ColonDenco-8,8272776
BenchmarkPathParamRoutes5ColonEcho-8,12063312
BenchmarkPathParamRoutes5ColonGocraftWeb-8,701330
BenchmarkPathParamRoutes5BracketGorouter-8,3027898
BenchmarkPathParamRoutes5InequalitySignOzzoRouting-8,13896279
BenchmarkPathParamRoutes5ColonN9tE9Routing-8,958357
BenchmarkPathParamRoutes5ColonGoblin-8,2049280
BenchmarkPathParamRoutes5ColonHTTPRouter-8,13029846
BenchmarkPathParamRoutes5BracketChi-8,3872946
BenchmarkPathParamRoutes5ColonGin-8,19343385
BenchmarkPathParamRoutes5ColonBunRouter-8,10754092
BenchmarkPathParamRoutes5ColonHTTPTreeMux-8,2070312
BenchmarkPathParamRoutes5ColonBeegoMux-8,2739680
BenchmarkPathParamRoutes5BracketGorillaMux-8,1000000
BenchmarkPathParamRoutes5ColonBon-8,5534796
BenchmarkPathParamRoutes5ColonDenco-8,9830152
BenchmarkPathParamRoutes5ColonEcho-8,15313064
BenchmarkPathParamRoutes5ColonGocraftWeb-8,970765
BenchmarkPathParamRoutes5BracketGorouter-8,4317782
BenchmarkPathParamRoutes5InequalitySignOzzoRouting-8,16313232
BenchmarkPathParamRoutes5ColonN9tE9Routing-8,1000000
2 changes: 1 addition & 1 deletion reports/static-routes-1/allocs.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BenchmarkStaticRoutes1ServeMux-8,0
BenchmarkStaticRoutes1Goblin-8,1
BenchmarkStaticRoutes1Goblin-8,0
BenchmarkStaticRoutes1HTTPRouter-8,0
BenchmarkStaticRoutes1Chi-8,2
BenchmarkStaticRoutes1Gin-8,0
Expand Down
2 changes: 1 addition & 1 deletion reports/static-routes-1/bop.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BenchmarkStaticRoutes1ServeMux-8,0
BenchmarkStaticRoutes1Goblin-8,16
BenchmarkStaticRoutes1Goblin-8,0
BenchmarkStaticRoutes1HTTPRouter-8,0
BenchmarkStaticRoutes1Chi-8,304
BenchmarkStaticRoutes1Gin-8,0
Expand Down
32 changes: 16 additions & 16 deletions reports/static-routes-1/nsop.csv
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
BenchmarkStaticRoutes1ServeMux-8,54.81
BenchmarkStaticRoutes1Goblin-8,68.89
BenchmarkStaticRoutes1HTTPRouter-8,13.77
BenchmarkStaticRoutes1Chi-8,217.3
BenchmarkStaticRoutes1Gin-8,35.42
BenchmarkStaticRoutes1BunRouter-8,21.58
BenchmarkStaticRoutes1HTTPTreeMux-8,184.1
BenchmarkStaticRoutes1BeegoMux-8,72.42
BenchmarkStaticRoutes1GorillaMux-8,570.0
BenchmarkStaticRoutes1Bon-8,16.14
BenchmarkStaticRoutes1Denco-8,15.28
BenchmarkStaticRoutes1Echo-8,34.06
BenchmarkStaticRoutes1GocraftWeb-8,945.4
BenchmarkStaticRoutes1Gorouter-8,44.54
BenchmarkStaticRoutes1OzzoRouting-8,33.46
BenchmarkStaticRoutes1ON9tE9Routing-8,189.3
BenchmarkStaticRoutes1ServeMux-8,37.56
BenchmarkStaticRoutes1Goblin-8,33.99
BenchmarkStaticRoutes1HTTPRouter-8,8.909
BenchmarkStaticRoutes1Chi-8,163.0
BenchmarkStaticRoutes1Gin-8,28.73
BenchmarkStaticRoutes1BunRouter-8,17.02
BenchmarkStaticRoutes1HTTPTreeMux-8,154.0
BenchmarkStaticRoutes1BeegoMux-8,46.46
BenchmarkStaticRoutes1GorillaMux-8,386.4
BenchmarkStaticRoutes1Bon-8,10.63
BenchmarkStaticRoutes1Denco-8,8.916
BenchmarkStaticRoutes1Echo-8,19.92
BenchmarkStaticRoutes1GocraftWeb-8,768.7
BenchmarkStaticRoutes1Gorouter-8,24.00
BenchmarkStaticRoutes1OzzoRouting-8,26.07
BenchmarkStaticRoutes1ON9tE9Routing-8,157.9
32 changes: 16 additions & 16 deletions reports/static-routes-1/time.csv
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
BenchmarkStaticRoutes1ServeMux-8,22221638
BenchmarkStaticRoutes1Goblin-8,16842892
BenchmarkStaticRoutes1HTTPRouter-8,89831284
BenchmarkStaticRoutes1Chi-8,5507234
BenchmarkStaticRoutes1Gin-8,33918145
BenchmarkStaticRoutes1BunRouter-8,54832910
BenchmarkStaticRoutes1HTTPTreeMux-8,6495336
BenchmarkStaticRoutes1BeegoMux-8,16145904
BenchmarkStaticRoutes1GorillaMux-8,2112379
BenchmarkStaticRoutes1Bon-8,75074289
BenchmarkStaticRoutes1Denco-8,79387834
BenchmarkStaticRoutes1Echo-8,34636906
BenchmarkStaticRoutes1GocraftWeb-8,1267345
BenchmarkStaticRoutes1Gorouter-8,26967124
BenchmarkStaticRoutes1OzzoRouting-8,36112761
BenchmarkStaticRoutes1ON9tE9Routing-8,6282072
BenchmarkStaticRoutes1ServeMux-8,31851897
BenchmarkStaticRoutes1Goblin-8,35242333
BenchmarkStaticRoutes1HTTPRouter-8,134900438
BenchmarkStaticRoutes1Chi-8,7252261
BenchmarkStaticRoutes1Gin-8,41631550
BenchmarkStaticRoutes1BunRouter-8,70006395
BenchmarkStaticRoutes1HTTPTreeMux-8,7859656
BenchmarkStaticRoutes1BeegoMux-8,25884801
BenchmarkStaticRoutes1GorillaMux-8,3094188
BenchmarkStaticRoutes1Bon-8,100000000
BenchmarkStaticRoutes1Denco-8,133846348
BenchmarkStaticRoutes1Echo-8,60949671
BenchmarkStaticRoutes1GocraftWeb-8,1578338
BenchmarkStaticRoutes1Gorouter-8,52163613
BenchmarkStaticRoutes1OzzoRouting-8,45524383
BenchmarkStaticRoutes1ON9tE9Routing-8,7664803
2 changes: 1 addition & 1 deletion reports/static-routes-10/allocs.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BenchmarkStaticRoutes10ServeMux-8,0
BenchmarkStaticRoutes10Goblin-8,1
BenchmarkStaticRoutes10Goblin-8,0
BenchmarkStaticRoutes10HTTPRouter-8,0
BenchmarkStaticRoutes10Chi-8,2
BenchmarkStaticRoutes10Gin-8,0
Expand Down
2 changes: 1 addition & 1 deletion reports/static-routes-10/bop.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BenchmarkStaticRoutes10ServeMux-8,0
BenchmarkStaticRoutes10Goblin-8,160
BenchmarkStaticRoutes10Goblin-8,0
BenchmarkStaticRoutes10HTTPRouter-8,0
BenchmarkStaticRoutes10Chi-8,304
BenchmarkStaticRoutes10Gin-8,0
Expand Down
32 changes: 16 additions & 16 deletions reports/static-routes-10/nsop.csv
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
BenchmarkStaticRoutes10ServeMux-8,136.2
BenchmarkStaticRoutes10Goblin-8,406.1
BenchmarkStaticRoutes10HTTPRouter-8,15.81
BenchmarkStaticRoutes10Chi-8,216.1
BenchmarkStaticRoutes10Gin-8,35.71
BenchmarkStaticRoutes10BunRouter-8,21.94
BenchmarkStaticRoutes10HTTPTreeMux-8,287.8
BenchmarkStaticRoutes10BeegoMux-8,2039
BenchmarkStaticRoutes10GorillaMux-8,649.3
BenchmarkStaticRoutes10Bon-8,16.86
BenchmarkStaticRoutes10Denco-8,16.05
BenchmarkStaticRoutes10Echo-8,90.54
BenchmarkStaticRoutes10GocraftWeb-8,1212
BenchmarkStaticRoutes10Gorouter-8,149.4
BenchmarkStaticRoutes10OzzoRouting-8,62.27
BenchmarkStaticRoutes10N9tE9Routing-8,865.0
BenchmarkStaticRoutes10ServeMux-8,148.0
BenchmarkStaticRoutes10Goblin-8,290.5
BenchmarkStaticRoutes10HTTPRouter-8,10.77
BenchmarkStaticRoutes10Chi-8,174.8
BenchmarkStaticRoutes10Gin-8,29.96
BenchmarkStaticRoutes10BunRouter-8,18.62
BenchmarkStaticRoutes10HTTPTreeMux-8,242.9
BenchmarkStaticRoutes10BeegoMux-8,238.5
BenchmarkStaticRoutes10GorillaMux-8,489.2
BenchmarkStaticRoutes10Bon-8,10.47
BenchmarkStaticRoutes10Denco-8,9.005
BenchmarkStaticRoutes10Echo-8,50.25
BenchmarkStaticRoutes10GocraftWeb-8,1007
BenchmarkStaticRoutes10Gorouter-8,71.23
BenchmarkStaticRoutes10OzzoRouting-8,43.09
BenchmarkStaticRoutes10N9tE9Routing-8,728.6
Loading

0 comments on commit d67afea

Please sign in to comment.