From 73f81b45a644ae054838a58b287ff96a4d218c30 Mon Sep 17 00:00:00 2001 From: Antti Kupila Date: Fri, 13 Oct 2023 11:44:03 +0300 Subject: [PATCH] Fix readme benchmark rendering (#161) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fe12fa6..f92e8e6 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ See [API documentation](http://godoc.org/github.com/rs/cors) for more info. ## Benchmarks +``` goos: darwin goarch: arm64 pkg: github.com/rs/cors @@ -114,6 +115,8 @@ BenchmarkWildcard/match-10 250336476 4.784 ns/op 0 B/op 0 BenchmarkWildcard/too_short-10 1000000000 0.6354 ns/op 0 B/op 0 allocs/op PASS ok github.com/rs/cors 9.613s +``` + ## Licenses All source code is licensed under the [MIT License](https://raw.github.com/rs/cors/master/LICENSE).