benchmarks: golang.org/x/benchmarks/driver Index | Files | Directories

Packages that import driver

PathSynopsis
golang.org/x/benchmarks/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.
golang.org/x/benchmarks/buildBuild is a benchmark that examines compiler and linker performance.
golang.org/x/benchmarks/garbageGarbage is a benchmark that stresses garbage collector.
golang.org/x/benchmarks/httpHTTP is a benchmark that examines client/​server http performance.
golang.org/x/benchmarks/jsonJSON benchmark marshals and unmarshals ~2MB json string with a tree-like object hierarchy, in 4*GOMAXPROCS goroutines.