An open API service indexing awesome lists of open source software.

https://github.com/tklauser/gobench_exporter

Prometheus exporter for Go benchmark results
https://github.com/tklauser/gobench_exporter

Last synced: 12 months ago
JSON representation

Prometheus exporter for Go benchmark results

Awesome Lists containing this project

README

          

# Go benchmark exporter (work in progress)

Prometheus exporter for Go benchmark results.

```
# Export Go stdlib testing package benchmarks
$ go test -run=_NONE_ -bench=. | ./gobench_exporter
# Export gocheck benchmarks
$ go test -check.b -check.bmem | ./gobench_exporter
```