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
- Host: GitHub
- URL: https://github.com/tklauser/gobench_exporter
- Owner: tklauser
- Created: 2020-07-22T09:59:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T16:58:06.000Z (almost 6 years ago)
- Last Synced: 2023-03-11T17:28:45.674Z (about 3 years ago)
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```