Registry / testing / whyrusleeping-bencher

whyrusleeping-bencher

JSON →
library0.0.0-20190829221104-bb6607aa8bbagogounverified

A simple benchmarking tool for Go.

go get github.com/whyrusleeping/bencher
INSTALL
IMPORT
SIG · WHYRUSLEEPING-BENC
W
whyrusleeping-bencher
testinggov0.0.0-20190829221104-bb6607aa8bba
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bencher
github.com/whyrusleeping/bencher

Runs a simple benchmark.

package main import ( "fmt" "github.com/whyrusleeping/bencher" ) func main() { b := bencher.New() b.Add("test", func() {}) results := b.Run() fmt.Println(results) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190829221104-bb6607aa8bbalatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
whyrusleeping-bencher — go get whyrusleeping-bencher · libregistry