Updated benchmarks

This commit is contained in:
Eduard Urbach 2023-07-10 12:02:34 +02:00
parent e8b332c90a
commit 9676708199
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -18,6 +18,6 @@ router.Add("GET", "/world", "World")
Requesting every single route in [github.txt](testdata/github.txt):
```
BenchmarkLookup-12 30147 39105 ns/op 19488 B/op 337 allocs/op
BenchmarkLookupNoAlloc-12 85166 14411 ns/op 0 B/op 0 allocs/op
BenchmarkLookup-12 33210 36134 ns/op 19488 B/op 337 allocs/op
BenchmarkLookupNoAlloc-12 103437 11331 ns/op 0 B/op 0 allocs/op
```