Path | Synopsis |
---|---|
bench | Bench contains benchmarks for the Go performance dashboard: http://build.golang.org/perf Run without flags to get list of available benchmarks: ./bench build,garbage,http,json To run a benchmark execute: ./bench -bench=json See the README file for more details. |
build | Build is a benchmark that examines compiler and linker performance. |
driver | Driver contains common benchmarking logic shared between benchmarks. |
garbage | Garbage is a benchmark that stresses garbage collector. |
http | HTTP is a benchmark that examines client/server http performance. |
json | JSON benchmark marshals and unmarshals ~2MB json string with a tree-like object hierarchy, in 4*GOMAXPROCS goroutines. |
Updated 2016-03-25. Refresh now. Tools for package owners.