Codebase list golang-github-go-logr-logr / e51c3c35-43d3-4f94-bc09-41d4ce87503a/main benchmark
e51c3c35-43d3-4f94-bc09-41d4ce87503a/main

Tree @e51c3c35-43d3-4f94-bc09-41d4ce87503a/main (Download .tar.gz)

# 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.