whyrusleeping / bencher

A tool to produce a common benchmark output format from go test benchmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tool to produce a common benchmark output format from go test benchmarks

License:MIT License


Languages

Language:Go 100.0%