From 9676708199fd04e75ace700d44ddaf0f55e56f9b Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 10 Jul 2023 12:02:34 +0200 Subject: [PATCH] Updated benchmarks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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