gobench

command module
v0.0.0-...-20a8fe3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2016 License: MIT Imports: 12 Imported by: 0

README

GoBench

License MIT Build Status codecov Go Report Card GoDoc GitHub release

Converts go unit test files to usable and trackable format.

Usage

go test -bench=. -benchmem -run=# ./... | gobench
# or
go test -bench=. -benchmem -run=# ./... | tee test.out
gobench -in test.out
Notes
  • The -race parameter slows down benchmarks substantially.
  • If tests have been run via a previous command, they can be skipped using the -run flag with an invalid name token such at -run=#.
    go test -bench=. -benchmem -run=# ./...
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL