Categorygithub.com/whyrusleeping/bencher
repositorypackage
0.0.0-20190829221104-bb6607aa8bba
Repository: https://github.com/whyrusleeping/bencher.git
Documentation: pkg.go.dev

# README

bencher

A tool to run go benchmarks with a common parseable format

Install

go get github.com/whyrusleeping/bencher

Usage

Bencher accepts all standard go test flags.

To just run the benchmarks in your package:

bencher

To run all tests in all packages below you:

bencher ./...

License

MIT