gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

BENCHMARKS.md (54169B)


      1 
      2 # Benchmark System
      3 
      4 **VM HOST:** Travis
      5 **Machine:** Ubuntu 16.04.6 LTS x64
      6 **Date:** May 04th, 2020
      7 **Version:** Gin v1.6.3
      8 **Go Version:** 1.14.2 linux/amd64
      9 **Source:** [Go HTTP Router Benchmark](https://github.com/gin-gonic/go-http-routing-benchmark)
     10 **Result:** [See the gist](https://gist.github.com/appleboy/b5f2ecfaf50824ae9c64dcfb9165ae5e) or [Travis result](https://travis-ci.org/github/gin-gonic/go-http-routing-benchmark/jobs/682947061)
     11 
     12 ## Static Routes: 157
     13 
     14 ```sh
     15 Gin: 34936 Bytes
     16 
     17 HttpServeMux: 14512 Bytes
     18 Ace: 30680 Bytes
     19 Aero: 34536 Bytes
     20 Bear: 30456 Bytes
     21 Beego: 98456 Bytes
     22 Bone: 40224 Bytes
     23 Chi: 83608 Bytes
     24 Denco: 10216 Bytes
     25 Echo: 80328 Bytes
     26 GocraftWeb: 55288 Bytes
     27 Goji: 29744 Bytes
     28 Gojiv2: 105840 Bytes
     29 GoJsonRest: 137496 Bytes
     30 GoRestful: 816936 Bytes
     31 GorillaMux: 585632 Bytes
     32 GowwwRouter: 24968 Bytes
     33 HttpRouter: 21712 Bytes
     34 HttpTreeMux: 73448 Bytes
     35 Kocha: 115472 Bytes
     36 LARS: 30640 Bytes
     37 Macaron: 38592 Bytes
     38 Martini: 310864 Bytes
     39 Pat: 19696 Bytes
     40 Possum: 89920 Bytes
     41 R2router: 23712 Bytes
     42 Rivet: 24608 Bytes
     43 Tango: 28264 Bytes
     44 TigerTonic: 78768 Bytes
     45 Traffic: 538976 Bytes
     46 Vulcan: 369960 Bytes
     47 ```
     48 
     49 ## GithubAPI Routes: 203
     50 
     51 ```sh
     52 Gin: 58512 Bytes
     53 
     54 Ace: 48688 Bytes
     55 Aero: 318568 Bytes
     56 Bear: 84248 Bytes
     57 Beego: 150936 Bytes
     58 Bone: 100976 Bytes
     59 Chi: 95112 Bytes
     60 Denco: 36736 Bytes
     61 Echo: 100296 Bytes
     62 GocraftWeb: 95432 Bytes
     63 Goji: 49680 Bytes
     64 Gojiv2: 104704 Bytes
     65 GoJsonRest: 141976 Bytes
     66 GoRestful: 1241656 Bytes
     67 GorillaMux: 1322784 Bytes
     68 GowwwRouter: 80008 Bytes
     69 HttpRouter: 37144 Bytes
     70 HttpTreeMux: 78800 Bytes
     71 Kocha: 785120 Bytes
     72 LARS: 48600 Bytes
     73 Macaron: 92784 Bytes
     74 Martini: 485264 Bytes
     75 Pat: 21200 Bytes
     76 Possum: 85312 Bytes
     77 R2router: 47104 Bytes
     78 Rivet: 42840 Bytes
     79 Tango: 54840 Bytes
     80 TigerTonic: 95264 Bytes
     81 Traffic: 921744 Bytes
     82 Vulcan: 425992 Bytes
     83 ```
     84 
     85 ## GPlusAPI Routes: 13
     86 
     87 ```sh
     88 Gin: 4384 Bytes
     89 
     90 Ace: 3712 Bytes
     91 Aero: 26056 Bytes
     92 Bear: 7112 Bytes
     93 Beego: 10272 Bytes
     94 Bone: 6688 Bytes
     95 Chi: 8024 Bytes
     96 Denco: 3264 Bytes
     97 Echo: 9688 Bytes
     98 GocraftWeb: 7496 Bytes
     99 Goji: 3152 Bytes
    100 Gojiv2: 7376 Bytes
    101 GoJsonRest: 11400 Bytes
    102 GoRestful: 74328 Bytes
    103 GorillaMux: 66208 Bytes
    104 GowwwRouter: 5744 Bytes
    105 HttpRouter: 2808 Bytes
    106 HttpTreeMux: 7440 Bytes
    107 Kocha: 128880 Bytes
    108 LARS: 3656 Bytes
    109 Macaron: 8656 Bytes
    110 Martini: 23920 Bytes
    111 Pat: 1856 Bytes
    112 Possum: 7248 Bytes
    113 R2router: 3928 Bytes
    114 Rivet: 3064 Bytes
    115 Tango: 5168 Bytes
    116 TigerTonic: 9408 Bytes
    117 Traffic: 46400 Bytes
    118 Vulcan: 25544 Bytes
    119 ```
    120 
    121 ## ParseAPI Routes: 26
    122 
    123 ```sh
    124 Gin: 7776 Bytes
    125 
    126 Ace: 6704 Bytes
    127 Aero: 28488 Bytes
    128 Bear: 12320 Bytes
    129 Beego: 19280 Bytes
    130 Bone: 11440 Bytes
    131 Chi: 9744 Bytes
    132 Denco: 4192 Bytes
    133 Echo: 11664 Bytes
    134 GocraftWeb: 12800 Bytes
    135 Goji: 5680 Bytes
    136 Gojiv2: 14464 Bytes
    137 GoJsonRest: 14072 Bytes
    138 GoRestful: 116264 Bytes
    139 GorillaMux: 105880 Bytes
    140 GowwwRouter: 9344 Bytes
    141 HttpRouter: 5072 Bytes
    142 HttpTreeMux: 7848 Bytes
    143 Kocha: 181712 Bytes
    144 LARS: 6632 Bytes
    145 Macaron: 13648 Bytes
    146 Martini: 45888 Bytes
    147 Pat: 2560 Bytes
    148 Possum: 9200 Bytes
    149 R2router: 7056 Bytes
    150 Rivet: 5680 Bytes
    151 Tango: 8920 Bytes
    152 TigerTonic: 9840 Bytes
    153 Traffic: 79096 Bytes
    154 Vulcan: 44504 Bytes
    155 ```
    156 
    157 ## Static Routes
    158 
    159 ```sh
    160 BenchmarkGin_StaticAll                   62169         19319 ns/op           0 B/op           0 allocs/op
    161 
    162 BenchmarkAce_StaticAll                   65428         18313 ns/op           0 B/op           0 allocs/op
    163 BenchmarkAero_StaticAll                 121132          9632 ns/op           0 B/op           0 allocs/op
    164 BenchmarkHttpServeMux_StaticAll          52626         22758 ns/op           0 B/op           0 allocs/op
    165 BenchmarkBeego_StaticAll                  9962        179058 ns/op       55264 B/op         471 allocs/op
    166 BenchmarkBear_StaticAll                  14894         80966 ns/op       20272 B/op         469 allocs/op
    167 BenchmarkBone_StaticAll                  18718         64065 ns/op           0 B/op           0 allocs/op
    168 BenchmarkChi_StaticAll                   10000        149827 ns/op       67824 B/op         471 allocs/op
    169 BenchmarkDenco_StaticAll                211393          5680 ns/op           0 B/op           0 allocs/op
    170 BenchmarkEcho_StaticAll                  49341         24343 ns/op           0 B/op           0 allocs/op
    171 BenchmarkGocraftWeb_StaticAll            10000        126209 ns/op       46312 B/op         785 allocs/op
    172 BenchmarkGoji_StaticAll                  27956         43174 ns/op           0 B/op           0 allocs/op
    173 BenchmarkGojiv2_StaticAll                 3430        370718 ns/op      205984 B/op        1570 allocs/op
    174 BenchmarkGoJsonRest_StaticAll             9134        188888 ns/op       51653 B/op        1727 allocs/op
    175 BenchmarkGoRestful_StaticAll               706       1703330 ns/op      613280 B/op        2053 allocs/op
    176 BenchmarkGorillaMux_StaticAll             1268        924083 ns/op      153233 B/op        1413 allocs/op
    177 BenchmarkGowwwRouter_StaticAll           63374         18935 ns/op           0 B/op           0 allocs/op
    178 BenchmarkHttpRouter_StaticAll           109938         10902 ns/op           0 B/op           0 allocs/op
    179 BenchmarkHttpTreeMux_StaticAll          109166         10861 ns/op           0 B/op           0 allocs/op
    180 BenchmarkKocha_StaticAll                 92258         12992 ns/op           0 B/op           0 allocs/op
    181 BenchmarkLARS_StaticAll                  65200         18387 ns/op           0 B/op           0 allocs/op
    182 BenchmarkMacaron_StaticAll                5671        291501 ns/op      115553 B/op        1256 allocs/op
    183 BenchmarkMartini_StaticAll                 807       1460498 ns/op      125444 B/op        1717 allocs/op
    184 BenchmarkPat_StaticAll                     513       2342396 ns/op      602832 B/op       12559 allocs/op
    185 BenchmarkPossum_StaticAll                10000        128270 ns/op       65312 B/op         471 allocs/op
    186 BenchmarkR2router_StaticAll              16726         71760 ns/op       22608 B/op         628 allocs/op
    187 BenchmarkRivet_StaticAll                 41722         28723 ns/op           0 B/op           0 allocs/op
    188 BenchmarkTango_StaticAll                  7606        205082 ns/op       39209 B/op        1256 allocs/op
    189 BenchmarkTigerTonic_StaticAll            26247         45806 ns/op        7376 B/op         157 allocs/op
    190 BenchmarkTraffic_StaticAll                 550       2284518 ns/op      754864 B/op       14601 allocs/op
    191 BenchmarkVulcan_StaticAll                10000        131343 ns/op       15386 B/op         471 allocs/op
    192 ```
    193 
    194 ## Micro Benchmarks
    195 
    196 ```sh
    197 BenchmarkGin_Param                    18785022          63.9 ns/op           0 B/op           0 allocs/op
    198 
    199 BenchmarkAce_Param                    14689765          81.5 ns/op           0 B/op           0 allocs/op
    200 BenchmarkAero_Param                   23094770          51.2 ns/op           0 B/op           0 allocs/op
    201 BenchmarkBear_Param                    1417045           845 ns/op         456 B/op           5 allocs/op
    202 BenchmarkBeego_Param                   1000000          1080 ns/op         352 B/op           3 allocs/op
    203 BenchmarkBone_Param                    1000000          1463 ns/op         816 B/op           6 allocs/op
    204 BenchmarkChi_Param                     1378756           885 ns/op         432 B/op           3 allocs/op
    205 BenchmarkDenco_Param                   8557899           143 ns/op          32 B/op           1 allocs/op
    206 BenchmarkEcho_Param                   16433347          75.5 ns/op           0 B/op           0 allocs/op
    207 BenchmarkGocraftWeb_Param              1000000          1218 ns/op         648 B/op           8 allocs/op
    208 BenchmarkGoji_Param                    1921248           617 ns/op         336 B/op           2 allocs/op
    209 BenchmarkGojiv2_Param                   561848          2156 ns/op        1328 B/op          11 allocs/op
    210 BenchmarkGoJsonRest_Param              1000000          1358 ns/op         649 B/op          13 allocs/op
    211 BenchmarkGoRestful_Param                224857          5307 ns/op        4192 B/op          14 allocs/op
    212 BenchmarkGorillaMux_Param               498313          2459 ns/op        1280 B/op          10 allocs/op
    213 BenchmarkGowwwRouter_Param             1864354           654 ns/op         432 B/op           3 allocs/op
    214 BenchmarkHttpRouter_Param             26269074          47.7 ns/op           0 B/op           0 allocs/op
    215 BenchmarkHttpTreeMux_Param             2109829           557 ns/op         352 B/op           3 allocs/op
    216 BenchmarkKocha_Param                   5050216           243 ns/op          56 B/op           3 allocs/op
    217 BenchmarkLARS_Param                   19811712          59.9 ns/op           0 B/op           0 allocs/op
    218 BenchmarkMacaron_Param                  662746          2329 ns/op        1072 B/op          10 allocs/op
    219 BenchmarkMartini_Param                  279902          4260 ns/op        1072 B/op          10 allocs/op
    220 BenchmarkPat_Param                     1000000          1382 ns/op         536 B/op          11 allocs/op
    221 BenchmarkPossum_Param                  1000000          1014 ns/op         496 B/op           5 allocs/op
    222 BenchmarkR2router_Param                1712559           707 ns/op         432 B/op           5 allocs/op
    223 BenchmarkRivet_Param                   6648086           182 ns/op          48 B/op           1 allocs/op
    224 BenchmarkTango_Param                   1221504           994 ns/op         248 B/op           8 allocs/op
    225 BenchmarkTigerTonic_Param               891661          2261 ns/op         776 B/op          16 allocs/op
    226 BenchmarkTraffic_Param                  350059          3598 ns/op        1856 B/op          21 allocs/op
    227 BenchmarkVulcan_Param                  2517823           472 ns/op          98 B/op           3 allocs/op
    228 BenchmarkAce_Param5                    9214365           130 ns/op           0 B/op           0 allocs/op
    229 BenchmarkAero_Param5                  15369013          77.9 ns/op           0 B/op           0 allocs/op
    230 BenchmarkBear_Param5                   1000000          1113 ns/op         501 B/op           5 allocs/op
    231 BenchmarkBeego_Param5                  1000000          1269 ns/op         352 B/op           3 allocs/op
    232 BenchmarkBone_Param5                    986820          1873 ns/op         864 B/op           6 allocs/op
    233 BenchmarkChi_Param5                    1000000          1156 ns/op         432 B/op           3 allocs/op
    234 BenchmarkDenco_Param5                  3036331           400 ns/op         160 B/op           1 allocs/op
    235 BenchmarkEcho_Param5                   6447133           186 ns/op           0 B/op           0 allocs/op
    236 BenchmarkGin_Param5                   10786068           110 ns/op           0 B/op           0 allocs/op
    237 BenchmarkGocraftWeb_Param5              844820          1944 ns/op         920 B/op          11 allocs/op
    238 BenchmarkGoji_Param5                   1474965           827 ns/op         336 B/op           2 allocs/op
    239 BenchmarkGojiv2_Param5                  442820          2516 ns/op        1392 B/op          11 allocs/op
    240 BenchmarkGoJsonRest_Param5              507555          2711 ns/op        1097 B/op          16 allocs/op
    241 BenchmarkGoRestful_Param5               216481          6093 ns/op        4288 B/op          14 allocs/op
    242 BenchmarkGorillaMux_Param5              314402          3628 ns/op        1344 B/op          10 allocs/op
    243 BenchmarkGowwwRouter_Param5            1624660           733 ns/op         432 B/op           3 allocs/op
    244 BenchmarkHttpRouter_Param5            13167324          92.0 ns/op           0 B/op           0 allocs/op
    245 BenchmarkHttpTreeMux_Param5            1000000          1295 ns/op         576 B/op           6 allocs/op
    246 BenchmarkKocha_Param5                  1000000          1138 ns/op         440 B/op          10 allocs/op
    247 BenchmarkLARS_Param5                  11580613           105 ns/op           0 B/op           0 allocs/op
    248 BenchmarkMacaron_Param5                 473596          2755 ns/op        1072 B/op          10 allocs/op
    249 BenchmarkMartini_Param5                 230756          5111 ns/op        1232 B/op          11 allocs/op
    250 BenchmarkPat_Param5                     469190          3370 ns/op         888 B/op          29 allocs/op
    251 BenchmarkPossum_Param5                 1000000          1002 ns/op         496 B/op           5 allocs/op
    252 BenchmarkR2router_Param5               1422129           844 ns/op         432 B/op           5 allocs/op
    253 BenchmarkRivet_Param5                  2263789           539 ns/op         240 B/op           1 allocs/op
    254 BenchmarkTango_Param5                  1000000          1256 ns/op         360 B/op           8 allocs/op
    255 BenchmarkTigerTonic_Param5              175500          7492 ns/op        2279 B/op          39 allocs/op
    256 BenchmarkTraffic_Param5                 233631          5816 ns/op        2208 B/op          27 allocs/op
    257 BenchmarkVulcan_Param5                 1923416           629 ns/op          98 B/op           3 allocs/op
    258 BenchmarkAce_Param20                   4321266           281 ns/op           0 B/op           0 allocs/op
    259 BenchmarkAero_Param20                 31501641          35.2 ns/op           0 B/op           0 allocs/op
    260 BenchmarkBear_Param20                   335204          3489 ns/op        1665 B/op           5 allocs/op
    261 BenchmarkBeego_Param20                  503674          2860 ns/op         352 B/op           3 allocs/op
    262 BenchmarkBone_Param20                   298922          4741 ns/op        2031 B/op           6 allocs/op
    263 BenchmarkChi_Param20                    878181          1957 ns/op         432 B/op           3 allocs/op
    264 BenchmarkDenco_Param20                 1000000          1360 ns/op         640 B/op           1 allocs/op
    265 BenchmarkEcho_Param20                  2104946           580 ns/op           0 B/op           0 allocs/op
    266 BenchmarkGin_Param20                   4167204           290 ns/op           0 B/op           0 allocs/op
    267 BenchmarkGocraftWeb_Param20             173064          7514 ns/op        3796 B/op          15 allocs/op
    268 BenchmarkGoji_Param20                   458778          2651 ns/op        1247 B/op           2 allocs/op
    269 BenchmarkGojiv2_Param20                 364862          3178 ns/op        1632 B/op          11 allocs/op
    270 BenchmarkGoJsonRest_Param20             125514          9760 ns/op        4485 B/op          20 allocs/op
    271 BenchmarkGoRestful_Param20              101217         11964 ns/op        6715 B/op          18 allocs/op
    272 BenchmarkGorillaMux_Param20             147654          8132 ns/op        3452 B/op          12 allocs/op
    273 BenchmarkGowwwRouter_Param20           1000000          1225 ns/op         432 B/op           3 allocs/op
    274 BenchmarkHttpRouter_Param20            4920895           247 ns/op           0 B/op           0 allocs/op
    275 BenchmarkHttpTreeMux_Param20            173202          6605 ns/op        3196 B/op          10 allocs/op
    276 BenchmarkKocha_Param20                  345988          3620 ns/op        1808 B/op          27 allocs/op
    277 BenchmarkLARS_Param20                  4592326           262 ns/op           0 B/op           0 allocs/op
    278 BenchmarkMacaron_Param20                166492          7286 ns/op        2924 B/op          12 allocs/op
    279 BenchmarkMartini_Param20                122162         10653 ns/op        3595 B/op          13 allocs/op
    280 BenchmarkPat_Param20                     78630         15239 ns/op        4424 B/op          93 allocs/op
    281 BenchmarkPossum_Param20                1000000          1008 ns/op         496 B/op           5 allocs/op
    282 BenchmarkR2router_Param20               294981          4587 ns/op        2284 B/op           7 allocs/op
    283 BenchmarkRivet_Param20                  691798          2090 ns/op        1024 B/op           1 allocs/op
    284 BenchmarkTango_Param20                  842440          2505 ns/op         856 B/op           8 allocs/op
    285 BenchmarkTigerTonic_Param20              38614         31509 ns/op        9870 B/op         119 allocs/op
    286 BenchmarkTraffic_Param20                 57633         21107 ns/op        7853 B/op          47 allocs/op
    287 BenchmarkVulcan_Param20                1000000          1178 ns/op          98 B/op           3 allocs/op
    288 BenchmarkAce_ParamWrite                7330743           180 ns/op           8 B/op           1 allocs/op
    289 BenchmarkAero_ParamWrite              13833598          86.7 ns/op           0 B/op           0 allocs/op
    290 BenchmarkBear_ParamWrite               1363321           867 ns/op         456 B/op           5 allocs/op
    291 BenchmarkBeego_ParamWrite              1000000          1104 ns/op         360 B/op           4 allocs/op
    292 BenchmarkBone_ParamWrite               1000000          1475 ns/op         816 B/op           6 allocs/op
    293 BenchmarkChi_ParamWrite                1320590           892 ns/op         432 B/op           3 allocs/op
    294 BenchmarkDenco_ParamWrite              7093605           172 ns/op          32 B/op           1 allocs/op
    295 BenchmarkEcho_ParamWrite               8434424           161 ns/op           8 B/op           1 allocs/op
    296 BenchmarkGin_ParamWrite               10377034           118 ns/op           0 B/op           0 allocs/op
    297 BenchmarkGocraftWeb_ParamWrite         1000000          1266 ns/op         656 B/op           9 allocs/op
    298 BenchmarkGoji_ParamWrite               1874168           654 ns/op         336 B/op           2 allocs/op
    299 BenchmarkGojiv2_ParamWrite              459032          2352 ns/op        1360 B/op          13 allocs/op
    300 BenchmarkGoJsonRest_ParamWrite          499434          2145 ns/op        1128 B/op          18 allocs/op
    301 BenchmarkGoRestful_ParamWrite           241087          5470 ns/op        4200 B/op          15 allocs/op
    302 BenchmarkGorillaMux_ParamWrite          425686          2522 ns/op        1280 B/op          10 allocs/op
    303 BenchmarkGowwwRouter_ParamWrite         922172          1778 ns/op         976 B/op           8 allocs/op
    304 BenchmarkHttpRouter_ParamWrite        15392049          77.7 ns/op           0 B/op           0 allocs/op
    305 BenchmarkHttpTreeMux_ParamWrite        1973385           597 ns/op         352 B/op           3 allocs/op
    306 BenchmarkKocha_ParamWrite              4262500           281 ns/op          56 B/op           3 allocs/op
    307 BenchmarkLARS_ParamWrite              10764410           113 ns/op           0 B/op           0 allocs/op
    308 BenchmarkMacaron_ParamWrite             486769          2726 ns/op        1176 B/op          14 allocs/op
    309 BenchmarkMartini_ParamWrite             264804          4842 ns/op        1176 B/op          14 allocs/op
    310 BenchmarkPat_ParamWrite                 735116          2047 ns/op         960 B/op          15 allocs/op
    311 BenchmarkPossum_ParamWrite             1000000          1004 ns/op         496 B/op           5 allocs/op
    312 BenchmarkR2router_ParamWrite           1592136           768 ns/op         432 B/op           5 allocs/op
    313 BenchmarkRivet_ParamWrite              3582051           339 ns/op         112 B/op           2 allocs/op
    314 BenchmarkTango_ParamWrite              2237337           534 ns/op         136 B/op           4 allocs/op
    315 BenchmarkTigerTonic_ParamWrite          439608          3136 ns/op        1216 B/op          21 allocs/op
    316 BenchmarkTraffic_ParamWrite             306979          4328 ns/op        2280 B/op          25 allocs/op
    317 BenchmarkVulcan_ParamWrite             2529973           472 ns/op          98 B/op           3 allocs/op
    318 ```
    319 
    320 ## GitHub
    321 
    322 ```sh
    323 BenchmarkGin_GithubStatic             15629472          76.7 ns/op           0 B/op           0 allocs/op
    324 
    325 BenchmarkAce_GithubStatic             15542612          75.9 ns/op           0 B/op           0 allocs/op
    326 BenchmarkAero_GithubStatic            24777151          48.5 ns/op           0 B/op           0 allocs/op
    327 BenchmarkBear_GithubStatic             2788894           435 ns/op         120 B/op           3 allocs/op
    328 BenchmarkBeego_GithubStatic            1000000          1064 ns/op         352 B/op           3 allocs/op
    329 BenchmarkBone_GithubStatic               93507         12838 ns/op        2880 B/op          60 allocs/op
    330 BenchmarkChi_GithubStatic              1387743           860 ns/op         432 B/op           3 allocs/op
    331 BenchmarkDenco_GithubStatic           39384996          30.4 ns/op           0 B/op           0 allocs/op
    332 BenchmarkEcho_GithubStatic            12076382          99.1 ns/op           0 B/op           0 allocs/op
    333 BenchmarkGocraftWeb_GithubStatic       1596495           756 ns/op         296 B/op           5 allocs/op
    334 BenchmarkGoji_GithubStatic             6364876           189 ns/op           0 B/op           0 allocs/op
    335 BenchmarkGojiv2_GithubStatic            550202          2098 ns/op        1312 B/op          10 allocs/op
    336 BenchmarkGoRestful_GithubStatic         102183         12552 ns/op        4256 B/op          13 allocs/op
    337 BenchmarkGoJsonRest_GithubStatic       1000000          1029 ns/op         329 B/op          11 allocs/op
    338 BenchmarkGorillaMux_GithubStatic        255552          5190 ns/op         976 B/op           9 allocs/op
    339 BenchmarkGowwwRouter_GithubStatic     15531916          77.1 ns/op           0 B/op           0 allocs/op
    340 BenchmarkHttpRouter_GithubStatic      27920724          43.1 ns/op           0 B/op           0 allocs/op
    341 BenchmarkHttpTreeMux_GithubStatic     21448953          55.8 ns/op           0 B/op           0 allocs/op
    342 BenchmarkKocha_GithubStatic           21405310          56.0 ns/op           0 B/op           0 allocs/op
    343 BenchmarkLARS_GithubStatic            13625156          89.0 ns/op           0 B/op           0 allocs/op
    344 BenchmarkMacaron_GithubStatic          1000000          1747 ns/op         736 B/op           8 allocs/op
    345 BenchmarkMartini_GithubStatic           187186          7326 ns/op         768 B/op           9 allocs/op
    346 BenchmarkPat_GithubStatic               109143         11563 ns/op        3648 B/op          76 allocs/op
    347 BenchmarkPossum_GithubStatic           1575898           770 ns/op         416 B/op           3 allocs/op
    348 BenchmarkR2router_GithubStatic         3046231           404 ns/op         144 B/op           4 allocs/op
    349 BenchmarkRivet_GithubStatic           11484826           105 ns/op           0 B/op           0 allocs/op
    350 BenchmarkTango_GithubStatic            1000000          1153 ns/op         248 B/op           8 allocs/op
    351 BenchmarkTigerTonic_GithubStatic       4929780           249 ns/op          48 B/op           1 allocs/op
    352 BenchmarkTraffic_GithubStatic           106351         11819 ns/op        4664 B/op          90 allocs/op
    353 BenchmarkVulcan_GithubStatic           1613271           722 ns/op          98 B/op           3 allocs/op
    354 BenchmarkAce_GithubParam               8386032           143 ns/op           0 B/op           0 allocs/op
    355 BenchmarkAero_GithubParam             11816200           102 ns/op           0 B/op           0 allocs/op
    356 BenchmarkBear_GithubParam              1000000          1012 ns/op         496 B/op           5 allocs/op
    357 BenchmarkBeego_GithubParam             1000000          1157 ns/op         352 B/op           3 allocs/op
    358 BenchmarkBone_GithubParam               184653          6912 ns/op        1888 B/op          19 allocs/op
    359 BenchmarkChi_GithubParam               1000000          1102 ns/op         432 B/op           3 allocs/op
    360 BenchmarkDenco_GithubParam             3484798           352 ns/op         128 B/op           1 allocs/op
    361 BenchmarkEcho_GithubParam              6337380           189 ns/op           0 B/op           0 allocs/op
    362 BenchmarkGin_GithubParam               9132032           131 ns/op           0 B/op           0 allocs/op
    363 BenchmarkGocraftWeb_GithubParam        1000000          1446 ns/op         712 B/op           9 allocs/op
    364 BenchmarkGoji_GithubParam              1248640           977 ns/op         336 B/op           2 allocs/op
    365 BenchmarkGojiv2_GithubParam             383233          2784 ns/op        1408 B/op          13 allocs/op
    366 BenchmarkGoJsonRest_GithubParam        1000000          1991 ns/op         713 B/op          14 allocs/op
    367 BenchmarkGoRestful_GithubParam           76414         16015 ns/op        4352 B/op          16 allocs/op
    368 BenchmarkGorillaMux_GithubParam         150026          7663 ns/op        1296 B/op          10 allocs/op
    369 BenchmarkGowwwRouter_GithubParam       1592044           751 ns/op         432 B/op           3 allocs/op
    370 BenchmarkHttpRouter_GithubParam       10420628           115 ns/op           0 B/op           0 allocs/op
    371 BenchmarkHttpTreeMux_GithubParam       1403755           835 ns/op         384 B/op           4 allocs/op
    372 BenchmarkKocha_GithubParam             2286170           533 ns/op         128 B/op           5 allocs/op
    373 BenchmarkLARS_GithubParam              9540374           129 ns/op           0 B/op           0 allocs/op
    374 BenchmarkMacaron_GithubParam            533154          2742 ns/op        1072 B/op          10 allocs/op
    375 BenchmarkMartini_GithubParam            119397          9638 ns/op        1152 B/op          11 allocs/op
    376 BenchmarkPat_GithubParam                150675          8858 ns/op        2408 B/op          48 allocs/op
    377 BenchmarkPossum_GithubParam            1000000          1001 ns/op         496 B/op           5 allocs/op
    378 BenchmarkR2router_GithubParam          1602886           761 ns/op         432 B/op           5 allocs/op
    379 BenchmarkRivet_GithubParam             2986579           409 ns/op          96 B/op           1 allocs/op
    380 BenchmarkTango_GithubParam             1000000          1356 ns/op         344 B/op           8 allocs/op
    381 BenchmarkTigerTonic_GithubParam         388899          3429 ns/op        1176 B/op          22 allocs/op
    382 BenchmarkTraffic_GithubParam            123160          9734 ns/op        2816 B/op          40 allocs/op
    383 BenchmarkVulcan_GithubParam            1000000          1138 ns/op          98 B/op           3 allocs/op
    384 BenchmarkAce_GithubAll                   40543         29670 ns/op           0 B/op           0 allocs/op
    385 BenchmarkAero_GithubAll                  57632         20648 ns/op           0 B/op           0 allocs/op
    386 BenchmarkBear_GithubAll                   9234        216179 ns/op       86448 B/op         943 allocs/op
    387 BenchmarkBeego_GithubAll                  7407        243496 ns/op       71456 B/op         609 allocs/op
    388 BenchmarkBone_GithubAll                    420       2922835 ns/op      720160 B/op        8620 allocs/op
    389 BenchmarkChi_GithubAll                    7620        238331 ns/op       87696 B/op         609 allocs/op
    390 BenchmarkDenco_GithubAll                 18355         64494 ns/op       20224 B/op         167 allocs/op
    391 BenchmarkEcho_GithubAll                  31251         38479 ns/op           0 B/op           0 allocs/op
    392 BenchmarkGin_GithubAll                   43550         27364 ns/op           0 B/op           0 allocs/op
    393 BenchmarkGocraftWeb_GithubAll             4117        300062 ns/op      131656 B/op        1686 allocs/op
    394 BenchmarkGoji_GithubAll                   3274        416158 ns/op       56112 B/op         334 allocs/op
    395 BenchmarkGojiv2_GithubAll                 1402        870518 ns/op      352720 B/op        4321 allocs/op
    396 BenchmarkGoJsonRest_GithubAll             2976        401507 ns/op      134371 B/op        2737 allocs/op
    397 BenchmarkGoRestful_GithubAll               410       2913158 ns/op      910144 B/op        2938 allocs/op
    398 BenchmarkGorillaMux_GithubAll              346       3384987 ns/op      251650 B/op        1994 allocs/op
    399 BenchmarkGowwwRouter_GithubAll           10000        143025 ns/op       72144 B/op         501 allocs/op
    400 BenchmarkHttpRouter_GithubAll            55938         21360 ns/op           0 B/op           0 allocs/op
    401 BenchmarkHttpTreeMux_GithubAll           10000        153944 ns/op       65856 B/op         671 allocs/op
    402 BenchmarkKocha_GithubAll                 10000        106315 ns/op       23304 B/op         843 allocs/op
    403 BenchmarkLARS_GithubAll                  47779         25084 ns/op           0 B/op           0 allocs/op
    404 BenchmarkMacaron_GithubAll                3266        371907 ns/op      149409 B/op        1624 allocs/op
    405 BenchmarkMartini_GithubAll                 331       3444706 ns/op      226551 B/op        2325 allocs/op
    406 BenchmarkPat_GithubAll                     273       4381818 ns/op     1483152 B/op       26963 allocs/op
    407 BenchmarkPossum_GithubAll                10000        164367 ns/op       84448 B/op         609 allocs/op
    408 BenchmarkR2router_GithubAll              10000        160220 ns/op       77328 B/op         979 allocs/op
    409 BenchmarkRivet_GithubAll                 14625         82453 ns/op       16272 B/op         167 allocs/op
    410 BenchmarkTango_GithubAll                  6255        279611 ns/op       63826 B/op        1618 allocs/op
    411 BenchmarkTigerTonic_GithubAll             2008        687874 ns/op      193856 B/op        4474 allocs/op
    412 BenchmarkTraffic_GithubAll                 355       3478508 ns/op      820744 B/op       14114 allocs/op
    413 BenchmarkVulcan_GithubAll                 6885        193333 ns/op       19894 B/op         609 allocs/op
    414 ```
    415 
    416 ## Google+
    417 
    418 ```sh
    419 BenchmarkGin_GPlusStatic              19247326          62.2 ns/op           0 B/op           0 allocs/op
    420 
    421 BenchmarkAce_GPlusStatic              20235060          59.2 ns/op           0 B/op           0 allocs/op
    422 BenchmarkAero_GPlusStatic             31978935          37.6 ns/op           0 B/op           0 allocs/op
    423 BenchmarkBear_GPlusStatic              3516523           341 ns/op         104 B/op           3 allocs/op
    424 BenchmarkBeego_GPlusStatic             1212036           991 ns/op         352 B/op           3 allocs/op
    425 BenchmarkBone_GPlusStatic              6736242           183 ns/op          32 B/op           1 allocs/op
    426 BenchmarkChi_GPlusStatic               1490640           814 ns/op         432 B/op           3 allocs/op
    427 BenchmarkDenco_GPlusStatic            55006856          21.8 ns/op           0 B/op           0 allocs/op
    428 BenchmarkEcho_GPlusStatic             17688258          67.9 ns/op           0 B/op           0 allocs/op
    429 BenchmarkGocraftWeb_GPlusStatic        1829181           666 ns/op         280 B/op           5 allocs/op
    430 BenchmarkGoji_GPlusStatic              9147451           130 ns/op           0 B/op           0 allocs/op
    431 BenchmarkGojiv2_GPlusStatic             594015          2063 ns/op        1312 B/op          10 allocs/op
    432 BenchmarkGoJsonRest_GPlusStatic        1264906           950 ns/op         329 B/op          11 allocs/op
    433 BenchmarkGoRestful_GPlusStatic          231558          5341 ns/op        3872 B/op          13 allocs/op
    434 BenchmarkGorillaMux_GPlusStatic         908418          1809 ns/op         976 B/op           9 allocs/op
    435 BenchmarkGowwwRouter_GPlusStatic      40684604          29.5 ns/op           0 B/op           0 allocs/op
    436 BenchmarkHttpRouter_GPlusStatic       46742804          25.7 ns/op           0 B/op           0 allocs/op
    437 BenchmarkHttpTreeMux_GPlusStatic      32567161          36.9 ns/op           0 B/op           0 allocs/op
    438 BenchmarkKocha_GPlusStatic            33800060          35.3 ns/op           0 B/op           0 allocs/op
    439 BenchmarkLARS_GPlusStatic             20431858          60.0 ns/op           0 B/op           0 allocs/op
    440 BenchmarkMacaron_GPlusStatic           1000000          1745 ns/op         736 B/op           8 allocs/op
    441 BenchmarkMartini_GPlusStatic            442248          3619 ns/op         768 B/op           9 allocs/op
    442 BenchmarkPat_GPlusStatic               4328004           292 ns/op          96 B/op           2 allocs/op
    443 BenchmarkPossum_GPlusStatic            1570753           763 ns/op         416 B/op           3 allocs/op
    444 BenchmarkR2router_GPlusStatic          3339474           355 ns/op         144 B/op           4 allocs/op
    445 BenchmarkRivet_GPlusStatic            18570961          64.7 ns/op           0 B/op           0 allocs/op
    446 BenchmarkTango_GPlusStatic             1388702           860 ns/op         200 B/op           8 allocs/op
    447 BenchmarkTigerTonic_GPlusStatic        7803543           159 ns/op          32 B/op           1 allocs/op
    448 BenchmarkTraffic_GPlusStatic            878605          2171 ns/op        1112 B/op          16 allocs/op
    449 BenchmarkVulcan_GPlusStatic            2742446           437 ns/op          98 B/op           3 allocs/op
    450 BenchmarkAce_GPlusParam               11626975           105 ns/op           0 B/op           0 allocs/op
    451 BenchmarkAero_GPlusParam              16914322          71.6 ns/op           0 B/op           0 allocs/op
    452 BenchmarkBear_GPlusParam               1405173           832 ns/op         480 B/op           5 allocs/op
    453 BenchmarkBeego_GPlusParam              1000000          1075 ns/op         352 B/op           3 allocs/op
    454 BenchmarkBone_GPlusParam               1000000          1557 ns/op         816 B/op           6 allocs/op
    455 BenchmarkChi_GPlusParam                1347926           894 ns/op         432 B/op           3 allocs/op
    456 BenchmarkDenco_GPlusParam              5513000           212 ns/op          64 B/op           1 allocs/op
    457 BenchmarkEcho_GPlusParam              11884383           101 ns/op           0 B/op           0 allocs/op
    458 BenchmarkGin_GPlusParam               12898952          93.1 ns/op           0 B/op           0 allocs/op
    459 BenchmarkGocraftWeb_GPlusParam         1000000          1194 ns/op         648 B/op           8 allocs/op
    460 BenchmarkGoji_GPlusParam               1857229           645 ns/op         336 B/op           2 allocs/op
    461 BenchmarkGojiv2_GPlusParam              520939          2322 ns/op        1328 B/op          11 allocs/op
    462 BenchmarkGoJsonRest_GPlusParam         1000000          1536 ns/op         649 B/op          13 allocs/op
    463 BenchmarkGoRestful_GPlusParam           205449          5800 ns/op        4192 B/op          14 allocs/op
    464 BenchmarkGorillaMux_GPlusParam          395310          3188 ns/op        1280 B/op          10 allocs/op
    465 BenchmarkGowwwRouter_GPlusParam        1851798           667 ns/op         432 B/op           3 allocs/op
    466 BenchmarkHttpRouter_GPlusParam        18420789          65.2 ns/op           0 B/op           0 allocs/op
    467 BenchmarkHttpTreeMux_GPlusParam        1878463           629 ns/op         352 B/op           3 allocs/op
    468 BenchmarkKocha_GPlusParam              4495610           273 ns/op          56 B/op           3 allocs/op
    469 BenchmarkLARS_GPlusParam              14615976          83.2 ns/op           0 B/op           0 allocs/op
    470 BenchmarkMacaron_GPlusParam             584145          2549 ns/op        1072 B/op          10 allocs/op
    471 BenchmarkMartini_GPlusParam             250501          4583 ns/op        1072 B/op          10 allocs/op
    472 BenchmarkPat_GPlusParam                1000000          1645 ns/op         576 B/op          11 allocs/op
    473 BenchmarkPossum_GPlusParam             1000000          1008 ns/op         496 B/op           5 allocs/op
    474 BenchmarkR2router_GPlusParam           1708191           688 ns/op         432 B/op           5 allocs/op
    475 BenchmarkRivet_GPlusParam              5795014           211 ns/op          48 B/op           1 allocs/op
    476 BenchmarkTango_GPlusParam              1000000          1091 ns/op         264 B/op           8 allocs/op
    477 BenchmarkTigerTonic_GPlusParam          760221          2489 ns/op         856 B/op          16 allocs/op
    478 BenchmarkTraffic_GPlusParam             309774          4039 ns/op        1872 B/op          21 allocs/op
    479 BenchmarkVulcan_GPlusParam             1935730           623 ns/op          98 B/op           3 allocs/op
    480 BenchmarkAce_GPlus2Params              9158314           134 ns/op           0 B/op           0 allocs/op
    481 BenchmarkAero_GPlus2Params            11300517           107 ns/op           0 B/op           0 allocs/op
    482 BenchmarkBear_GPlus2Params             1239238           961 ns/op         496 B/op           5 allocs/op
    483 BenchmarkBeego_GPlus2Params            1000000          1202 ns/op         352 B/op           3 allocs/op
    484 BenchmarkBone_GPlus2Params              335576          3725 ns/op        1168 B/op          10 allocs/op
    485 BenchmarkChi_GPlus2Params              1000000          1014 ns/op         432 B/op           3 allocs/op
    486 BenchmarkDenco_GPlus2Params            4394598           280 ns/op          64 B/op           1 allocs/op
    487 BenchmarkEcho_GPlus2Params             7851861           154 ns/op           0 B/op           0 allocs/op
    488 BenchmarkGin_GPlus2Params              9958588           120 ns/op           0 B/op           0 allocs/op
    489 BenchmarkGocraftWeb_GPlus2Params       1000000          1433 ns/op         712 B/op           9 allocs/op
    490 BenchmarkGoji_GPlus2Params             1325134           909 ns/op         336 B/op           2 allocs/op
    491 BenchmarkGojiv2_GPlus2Params            405955          2870 ns/op        1408 B/op          14 allocs/op
    492 BenchmarkGoJsonRest_GPlus2Params        977038          1987 ns/op         713 B/op          14 allocs/op
    493 BenchmarkGoRestful_GPlus2Params         205018          6142 ns/op        4384 B/op          16 allocs/op
    494 BenchmarkGorillaMux_GPlus2Params        205641          6015 ns/op        1296 B/op          10 allocs/op
    495 BenchmarkGowwwRouter_GPlus2Params      1748542           684 ns/op         432 B/op           3 allocs/op
    496 BenchmarkHttpRouter_GPlus2Params      14047102          87.7 ns/op           0 B/op           0 allocs/op
    497 BenchmarkHttpTreeMux_GPlus2Params      1418673           828 ns/op         384 B/op           4 allocs/op
    498 BenchmarkKocha_GPlus2Params            2334562           520 ns/op         128 B/op           5 allocs/op
    499 BenchmarkLARS_GPlus2Params            11954094           101 ns/op           0 B/op           0 allocs/op
    500 BenchmarkMacaron_GPlus2Params           491552          2890 ns/op        1072 B/op          10 allocs/op
    501 BenchmarkMartini_GPlus2Params           120532          9545 ns/op        1200 B/op          13 allocs/op
    502 BenchmarkPat_GPlus2Params               194739          6766 ns/op        2168 B/op          33 allocs/op
    503 BenchmarkPossum_GPlus2Params           1201224          1009 ns/op         496 B/op           5 allocs/op
    504 BenchmarkR2router_GPlus2Params         1575535           756 ns/op         432 B/op           5 allocs/op
    505 BenchmarkRivet_GPlus2Params            3698930           325 ns/op          96 B/op           1 allocs/op
    506 BenchmarkTango_GPlus2Params            1000000          1212 ns/op         344 B/op           8 allocs/op
    507 BenchmarkTigerTonic_GPlus2Params        349350          3660 ns/op        1200 B/op          22 allocs/op
    508 BenchmarkTraffic_GPlus2Params           169714          7862 ns/op        2248 B/op          28 allocs/op
    509 BenchmarkVulcan_GPlus2Params           1222288           974 ns/op          98 B/op           3 allocs/op
    510 BenchmarkAce_GPlusAll                   845606          1398 ns/op           0 B/op           0 allocs/op
    511 BenchmarkAero_GPlusAll                 1000000          1009 ns/op           0 B/op           0 allocs/op
    512 BenchmarkBear_GPlusAll                  103830         11386 ns/op        5488 B/op          61 allocs/op
    513 BenchmarkBeego_GPlusAll                  82653         14784 ns/op        4576 B/op          39 allocs/op
    514 BenchmarkBone_GPlusAll                   36601         33123 ns/op       11744 B/op         109 allocs/op
    515 BenchmarkChi_GPlusAll                    95264         12831 ns/op        5616 B/op          39 allocs/op
    516 BenchmarkDenco_GPlusAll                 567681          2950 ns/op         672 B/op          11 allocs/op
    517 BenchmarkEcho_GPlusAll                  720366          1665 ns/op           0 B/op           0 allocs/op
    518 BenchmarkGin_GPlusAll                  1000000          1185 ns/op           0 B/op           0 allocs/op
    519 BenchmarkGocraftWeb_GPlusAll             71575         16365 ns/op        8040 B/op         103 allocs/op
    520 BenchmarkGoji_GPlusAll                  136352          9191 ns/op        3696 B/op          22 allocs/op
    521 BenchmarkGojiv2_GPlusAll                 38006         31802 ns/op       17616 B/op         154 allocs/op
    522 BenchmarkGoJsonRest_GPlusAll             57238         21561 ns/op        8117 B/op         170 allocs/op
    523 BenchmarkGoRestful_GPlusAll              15147         79276 ns/op       55520 B/op         192 allocs/op
    524 BenchmarkGorillaMux_GPlusAll             24446         48410 ns/op       16112 B/op         128 allocs/op
    525 BenchmarkGowwwRouter_GPlusAll           150112          7770 ns/op        4752 B/op          33 allocs/op
    526 BenchmarkHttpRouter_GPlusAll           1367820           878 ns/op           0 B/op           0 allocs/op
    527 BenchmarkHttpTreeMux_GPlusAll           166628          8004 ns/op        4032 B/op          38 allocs/op
    528 BenchmarkKocha_GPlusAll                 265694          4570 ns/op         976 B/op          43 allocs/op
    529 BenchmarkLARS_GPlusAll                 1000000          1068 ns/op           0 B/op           0 allocs/op
    530 BenchmarkMacaron_GPlusAll                54564         23305 ns/op        9568 B/op         104 allocs/op
    531 BenchmarkMartini_GPlusAll                16274         73845 ns/op       14016 B/op         145 allocs/op
    532 BenchmarkPat_GPlusAll                    27181         44478 ns/op       15264 B/op         271 allocs/op
    533 BenchmarkPossum_GPlusAll                122587         10277 ns/op        5408 B/op          39 allocs/op
    534 BenchmarkR2router_GPlusAll              130137          9297 ns/op        5040 B/op          63 allocs/op
    535 BenchmarkRivet_GPlusAll                 532438          3323 ns/op         768 B/op          11 allocs/op
    536 BenchmarkTango_GPlusAll                  86054         14531 ns/op        3656 B/op         104 allocs/op
    537 BenchmarkTigerTonic_GPlusAll             33936         35356 ns/op       11600 B/op         242 allocs/op
    538 BenchmarkTraffic_GPlusAll                17833         68181 ns/op       26248 B/op         341 allocs/op
    539 BenchmarkVulcan_GPlusAll                120109          9861 ns/op        1274 B/op          39 allocs/op
    540 ```
    541 
    542 ## Parse.com
    543 
    544 ```sh
    545 BenchmarkGin_ParseStatic              18877833          63.5 ns/op           0 B/op           0 allocs/op
    546 
    547 BenchmarkAce_ParseStatic              19663731          60.8 ns/op           0 B/op           0 allocs/op
    548 BenchmarkAero_ParseStatic             28967341          41.5 ns/op           0 B/op           0 allocs/op
    549 BenchmarkBear_ParseStatic              3006984           402 ns/op         120 B/op           3 allocs/op
    550 BenchmarkBeego_ParseStatic             1000000          1031 ns/op         352 B/op           3 allocs/op
    551 BenchmarkBone_ParseStatic              1782482           675 ns/op         144 B/op           3 allocs/op
    552 BenchmarkChi_ParseStatic               1453261           819 ns/op         432 B/op           3 allocs/op
    553 BenchmarkDenco_ParseStatic            45023595          26.5 ns/op           0 B/op           0 allocs/op
    554 BenchmarkEcho_ParseStatic             17330470          69.3 ns/op           0 B/op           0 allocs/op
    555 BenchmarkGocraftWeb_ParseStatic        1644006           731 ns/op         296 B/op           5 allocs/op
    556 BenchmarkGoji_ParseStatic              7026930           170 ns/op           0 B/op           0 allocs/op
    557 BenchmarkGojiv2_ParseStatic             517618          2037 ns/op        1312 B/op          10 allocs/op
    558 BenchmarkGoJsonRest_ParseStatic        1227080           975 ns/op         329 B/op          11 allocs/op
    559 BenchmarkGoRestful_ParseStatic          192458          6659 ns/op        4256 B/op          13 allocs/op
    560 BenchmarkGorillaMux_ParseStatic         744062          2109 ns/op         976 B/op           9 allocs/op
    561 BenchmarkGowwwRouter_ParseStatic      37781062          31.8 ns/op           0 B/op           0 allocs/op
    562 BenchmarkHttpRouter_ParseStatic       45311223          26.5 ns/op           0 B/op           0 allocs/op
    563 BenchmarkHttpTreeMux_ParseStatic      21383475          56.1 ns/op           0 B/op           0 allocs/op
    564 BenchmarkKocha_ParseStatic            29953290          40.1 ns/op           0 B/op           0 allocs/op
    565 BenchmarkLARS_ParseStatic             20036196          62.7 ns/op           0 B/op           0 allocs/op
    566 BenchmarkMacaron_ParseStatic           1000000          1740 ns/op         736 B/op           8 allocs/op
    567 BenchmarkMartini_ParseStatic            404156          3801 ns/op         768 B/op           9 allocs/op
    568 BenchmarkPat_ParseStatic               1547180           772 ns/op         240 B/op           5 allocs/op
    569 BenchmarkPossum_ParseStatic            1608991           757 ns/op         416 B/op           3 allocs/op
    570 BenchmarkR2router_ParseStatic          3177936           385 ns/op         144 B/op           4 allocs/op
    571 BenchmarkRivet_ParseStatic            17783205          67.4 ns/op           0 B/op           0 allocs/op
    572 BenchmarkTango_ParseStatic             1210777           990 ns/op         248 B/op           8 allocs/op
    573 BenchmarkTigerTonic_ParseStatic        5316440           231 ns/op          48 B/op           1 allocs/op
    574 BenchmarkTraffic_ParseStatic            496050          2539 ns/op        1256 B/op          19 allocs/op
    575 BenchmarkVulcan_ParseStatic            2462798           488 ns/op          98 B/op           3 allocs/op
    576 BenchmarkAce_ParseParam               13393669          89.6 ns/op           0 B/op           0 allocs/op
    577 BenchmarkAero_ParseParam              19836619          60.4 ns/op           0 B/op           0 allocs/op
    578 BenchmarkBear_ParseParam               1405954           864 ns/op         467 B/op           5 allocs/op
    579 BenchmarkBeego_ParseParam              1000000          1065 ns/op         352 B/op           3 allocs/op
    580 BenchmarkBone_ParseParam               1000000          1698 ns/op         896 B/op           7 allocs/op
    581 BenchmarkChi_ParseParam                1356037           873 ns/op         432 B/op           3 allocs/op
    582 BenchmarkDenco_ParseParam              6241392           204 ns/op          64 B/op           1 allocs/op
    583 BenchmarkEcho_ParseParam              14088100          85.1 ns/op           0 B/op           0 allocs/op
    584 BenchmarkGin_ParseParam               17426064          68.9 ns/op           0 B/op           0 allocs/op
    585 BenchmarkGocraftWeb_ParseParam         1000000          1254 ns/op         664 B/op           8 allocs/op
    586 BenchmarkGoji_ParseParam               1682574           713 ns/op         336 B/op           2 allocs/op
    587 BenchmarkGojiv2_ParseParam              502224          2333 ns/op        1360 B/op          12 allocs/op
    588 BenchmarkGoJsonRest_ParseParam         1000000          1401 ns/op         649 B/op          13 allocs/op
    589 BenchmarkGoRestful_ParseParam           182623          7097 ns/op        4576 B/op          14 allocs/op
    590 BenchmarkGorillaMux_ParseParam          482332          2477 ns/op        1280 B/op          10 allocs/op
    591 BenchmarkGowwwRouter_ParseParam        1834873           657 ns/op         432 B/op           3 allocs/op
    592 BenchmarkHttpRouter_ParseParam        23593393          51.0 ns/op           0 B/op           0 allocs/op
    593 BenchmarkHttpTreeMux_ParseParam        2100160           574 ns/op         352 B/op           3 allocs/op
    594 BenchmarkKocha_ParseParam              4837220           252 ns/op          56 B/op           3 allocs/op
    595 BenchmarkLARS_ParseParam              18411192          66.2 ns/op           0 B/op           0 allocs/op
    596 BenchmarkMacaron_ParseParam             571870          2398 ns/op        1072 B/op          10 allocs/op
    597 BenchmarkMartini_ParseParam             286262          4268 ns/op        1072 B/op          10 allocs/op
    598 BenchmarkPat_ParseParam                 692906          2157 ns/op         992 B/op          15 allocs/op
    599 BenchmarkPossum_ParseParam             1000000          1011 ns/op         496 B/op           5 allocs/op
    600 BenchmarkR2router_ParseParam           1722735           697 ns/op         432 B/op           5 allocs/op
    601 BenchmarkRivet_ParseParam              6058054           203 ns/op          48 B/op           1 allocs/op
    602 BenchmarkTango_ParseParam              1000000          1061 ns/op         280 B/op           8 allocs/op
    603 BenchmarkTigerTonic_ParseParam          890275          2277 ns/op         784 B/op          15 allocs/op
    604 BenchmarkTraffic_ParseParam             351322          3543 ns/op        1896 B/op          21 allocs/op
    605 BenchmarkVulcan_ParseParam             2076544           572 ns/op          98 B/op           3 allocs/op
    606 BenchmarkAce_Parse2Params             11718074           101 ns/op           0 B/op           0 allocs/op
    607 BenchmarkAero_Parse2Params            16264988          73.4 ns/op           0 B/op           0 allocs/op
    608 BenchmarkBear_Parse2Params             1238322           973 ns/op         496 B/op           5 allocs/op
    609 BenchmarkBeego_Parse2Params            1000000          1120 ns/op         352 B/op           3 allocs/op
    610 BenchmarkBone_Parse2Params             1000000          1632 ns/op         848 B/op           6 allocs/op
    611 BenchmarkChi_Parse2Params              1239477           955 ns/op         432 B/op           3 allocs/op
    612 BenchmarkDenco_Parse2Params            4944133           245 ns/op          64 B/op           1 allocs/op
    613 BenchmarkEcho_Parse2Params            10518286           114 ns/op           0 B/op           0 allocs/op
    614 BenchmarkGin_Parse2Params             14505195          82.7 ns/op           0 B/op           0 allocs/op
    615 BenchmarkGocraftWeb_Parse2Params       1000000          1437 ns/op         712 B/op           9 allocs/op
    616 BenchmarkGoji_Parse2Params             1689883           707 ns/op         336 B/op           2 allocs/op
    617 BenchmarkGojiv2_Parse2Params            502334          2308 ns/op        1344 B/op          11 allocs/op
    618 BenchmarkGoJsonRest_Parse2Params       1000000          1771 ns/op         713 B/op          14 allocs/op
    619 BenchmarkGoRestful_Parse2Params         159092          7583 ns/op        4928 B/op          14 allocs/op
    620 BenchmarkGorillaMux_Parse2Params        417548          2980 ns/op        1296 B/op          10 allocs/op
    621 BenchmarkGowwwRouter_Parse2Params      1751737           686 ns/op         432 B/op           3 allocs/op
    622 BenchmarkHttpRouter_Parse2Params      18089204          66.3 ns/op           0 B/op           0 allocs/op
    623 BenchmarkHttpTreeMux_Parse2Params      1556986           777 ns/op         384 B/op           4 allocs/op
    624 BenchmarkKocha_Parse2Params            2493082           485 ns/op         128 B/op           5 allocs/op
    625 BenchmarkLARS_Parse2Params            15350108          78.5 ns/op           0 B/op           0 allocs/op
    626 BenchmarkMacaron_Parse2Params           530974          2605 ns/op        1072 B/op          10 allocs/op
    627 BenchmarkMartini_Parse2Params           247069          4673 ns/op        1152 B/op          11 allocs/op
    628 BenchmarkPat_Parse2Params               816295          2126 ns/op         752 B/op          16 allocs/op
    629 BenchmarkPossum_Parse2Params           1000000          1002 ns/op         496 B/op           5 allocs/op
    630 BenchmarkR2router_Parse2Params         1569771           733 ns/op         432 B/op           5 allocs/op
    631 BenchmarkRivet_Parse2Params            4080546           295 ns/op          96 B/op           1 allocs/op
    632 BenchmarkTango_Parse2Params            1000000          1121 ns/op         312 B/op           8 allocs/op
    633 BenchmarkTigerTonic_Parse2Params        399556          3470 ns/op        1168 B/op          22 allocs/op
    634 BenchmarkTraffic_Parse2Params           314194          4159 ns/op        1944 B/op          22 allocs/op
    635 BenchmarkVulcan_Parse2Params           1827559           664 ns/op          98 B/op           3 allocs/op
    636 BenchmarkAce_ParseAll                   478395          2503 ns/op           0 B/op           0 allocs/op
    637 BenchmarkAero_ParseAll                  715392          1658 ns/op           0 B/op           0 allocs/op
    638 BenchmarkBear_ParseAll                   59191         20124 ns/op        8928 B/op         110 allocs/op
    639 BenchmarkBeego_ParseAll                  45507         27266 ns/op        9152 B/op          78 allocs/op
    640 BenchmarkBone_ParseAll                   29328         41459 ns/op       16208 B/op         147 allocs/op
    641 BenchmarkChi_ParseAll                    48531         25053 ns/op       11232 B/op          78 allocs/op
    642 BenchmarkDenco_ParseAll                 325532          4284 ns/op         928 B/op          16 allocs/op
    643 BenchmarkEcho_ParseAll                  433771          2759 ns/op           0 B/op           0 allocs/op
    644 BenchmarkGin_ParseAll                   576316          2082 ns/op           0 B/op           0 allocs/op
    645 BenchmarkGocraftWeb_ParseAll             41500         29692 ns/op       13728 B/op         181 allocs/op
    646 BenchmarkGoji_ParseAll                   80833         15563 ns/op        5376 B/op          32 allocs/op
    647 BenchmarkGojiv2_ParseAll                 19836         60335 ns/op       34448 B/op         277 allocs/op
    648 BenchmarkGoJsonRest_ParseAll             32210         38027 ns/op       13866 B/op         321 allocs/op
    649 BenchmarkGoRestful_ParseAll               6644        190842 ns/op      117600 B/op         354 allocs/op
    650 BenchmarkGorillaMux_ParseAll             12634         95894 ns/op       30288 B/op         250 allocs/op
    651 BenchmarkGowwwRouter_ParseAll            98152         12159 ns/op        6912 B/op          48 allocs/op
    652 BenchmarkHttpRouter_ParseAll            933208          1273 ns/op           0 B/op           0 allocs/op
    653 BenchmarkHttpTreeMux_ParseAll           107191         11554 ns/op        5728 B/op          51 allocs/op
    654 BenchmarkKocha_ParseAll                 184862          6225 ns/op        1112 B/op          54 allocs/op
    655 BenchmarkLARS_ParseAll                  644546          1858 ns/op           0 B/op           0 allocs/op
    656 BenchmarkMacaron_ParseAll                26145         46484 ns/op       19136 B/op         208 allocs/op
    657 BenchmarkMartini_ParseAll                10000        121838 ns/op       25072 B/op         253 allocs/op
    658 BenchmarkPat_ParseAll                    25417         47196 ns/op       15216 B/op         308 allocs/op
    659 BenchmarkPossum_ParseAll                 58550         20735 ns/op       10816 B/op          78 allocs/op
    660 BenchmarkR2router_ParseAll               72732         16584 ns/op        8352 B/op         120 allocs/op
    661 BenchmarkRivet_ParseAll                 281365          4968 ns/op         912 B/op          16 allocs/op
    662 BenchmarkTango_ParseAll                  42831         28668 ns/op        7168 B/op         208 allocs/op
    663 BenchmarkTigerTonic_ParseAll             23774         49972 ns/op       16048 B/op         332 allocs/op
    664 BenchmarkTraffic_ParseAll                10000        104679 ns/op       45520 B/op         605 allocs/op
    665 BenchmarkVulcan_ParseAll                 64810         18108 ns/op        2548 B/op          78 allocs/op
    666 ```