Skip to content

Commit

Permalink
Fix readme benchmark rendering (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
akupila committed Oct 13, 2023
1 parent e19471c commit 73f81b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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
Expand All @@ -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).

0 comments on commit 73f81b4

Please sign in to comment.