gobench

command module
v0.0.0-...-245c13d Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2022 License: Apache-2.0 Imports: 23 Imported by: 0

README

gobench

Index Go benchmark data into Elasticsearch with ease.

Usage

Pipe the output of "go test -bench ..." to gobench.

By specifying an Elasticsearch URL via the "-es" flag, gobench will index the results into Elasticsearch directly. Without this flag, gobench will output actions suitable for use with the Elasticsearch bulk API.

go test -bench . -benchmem ./... | gobench -es http://localhost:9200

License

Apache 2.0.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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