Skip to content

isabella232/gobench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Index Go benchmark data into Elasticsearch with ease

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%