Codebase list golang-github-go-logr-logr / ec9793c1-4cb7-4689-9df5-39e2532c4fbe/v1.0.0-rc1 benchmark
ec9793c1-4cb7-4689-9df5-39e2532c4fbe/v1.0.0-rc1

Tree @ec9793c1-4cb7-4689-9df5-39e2532c4fbe/v1.0.0-rc1 (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.