2021-11-22 16:05:02 +00:00

297 B

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.