benchmarks: golang.org/x/benchmarks

Directories

PathSynopsis
benchBench 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.
buildBuild is a benchmark that examines compiler and linker performance.
driverDriver contains common benchmarking logic shared between benchmarks.
garbageGarbage is a benchmark that stresses garbage collector.
httpHTTP is a benchmark that examines client/server http performance.
jsonJSON 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.