diff --git a/README.md b/README.md index d47b2b9..368d2f6 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file