16 lines
297 B
Markdown
Raw Normal View History

2021-12-04 16:42:11 +00:00
# Benchmarking logr
Any major changes to the logr library must be benchmarked before and after the
change.
## Running the benchmark
```
$ go test -bench='.' ./benchmark/
```
## Fixing the benchmark
If you think this benchmark can be improved, you are probably correct! PRs are
very welcome.