]> Cypherpunks repositories - gostls13.git/commit
testing: add Benchmark to allow benchmarks to be run without gotest.
authorRoger Peppe <rogpeppe@gmail.com>
Mon, 1 Nov 2010 20:15:17 +0000 (16:15 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 1 Nov 2010 20:15:17 +0000 (16:15 -0400)
commit270bad3939b7fff4e012995add174e8f08becbc5
tree8c8b16c9bdbb2ea4dd55574c47e92d87f09b579b
parent7b4eed7d660b91dc8a3bc60a1892a96d5782c977
testing: add Benchmark to allow benchmarks to be run without gotest.

R=rsc
CC=golang-dev
https://golang.org/cl/2506042
src/cmd/gotest/gotest
src/pkg/testing/benchmark.go