From 9fb476cd7dace92ff30f43783008d98ad8809ea1 Mon Sep 17 00:00:00 2001 From: Carl Jackson Date: Wed, 11 Jun 2014 10:24:05 -0700 Subject: [PATCH] Update benchmark URL @julienschmidt upstreamed my patches (and did a great job of making it look amazing!), so let's link to his benchmark instead of mine. Closes #30 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69477ec..75e005e 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ on a request. What matters is that you aren't compromising on the API for a handful of CPU cycles. [bench1]: https://gist.github.com/zenazn/c5c8528efe1a00634096 -[bench2]: https://github.com/zenazn/go-http-routing-benchmark +[bench2]: https://github.com/julienschmidt/go-http-routing-benchmark Contributing