summaryrefslogtreecommitdiff
path: root/misc/benchcmp
Commit message (Collapse)AuthorAgeFilesLines
* all: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-1/+1
| | | | | | | LGTM=rsc, r R=r, rsc CC=golang-codereview, golang-codereviews https://codereview.appspot.com/168050043
* benchcmp: leave a forwarding scriptRuss Cox2014-03-311-0/+5
| | | | | | | | | | People (like me!) will still try to run misc/benchcmp and wonder where it went. Tell them. LGTM=bradfitz R=golang-codereviews, bradfitz, dave CC=adg, golang-codereviews, r https://codereview.appspot.com/82710043
* cmd/go, doc/go1.3.txt: misc/benchcmp has been replaced by go tool benchcmpJosh Bleecher Snyder2014-02-041-124/+0
| | | | | | | | | | | Fixes issue 7016. LGTM=r R=r CC=adg, bradfitz, dave, golang-codereviews https://codereview.appspot.com/60100043 Committer: Rob Pike <r@golang.org>
* misc/benchcmp: show byte allocation statisticsShenghou Ma2012-12-221-4/+30
| | | | | | | | R=golang-dev, rsc CC=golang-dev https://codereview.appspot.com/6971048 Committer: Russ Cox <rsc@golang.org>
* misc/benchcmp: show memory statistics, when availableJeff R. Allen2012-11-031-2/+34
| | | | | | | | R=minux.ma, dave, extraterrestrial.neighbour, rsc CC=golang-dev http://codereview.appspot.com/6587069 Committer: Shenghou Ma <minux.ma@gmail.com>
* misc: update usage message in benchcmp for go toolDave Cheney2012-03-051-1/+1
| | | | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5727052 Committer: Rob Pike <r@golang.org>
* misc/benchcmp: don't require "Benchmark" at beginning of lineRobert Griesemer2011-12-071-1/+1
| | | | | | | | Output is package_name.BenchmarkXXX. R=rsc CC=golang-dev http://codereview.appspot.com/5440123
* misc/benchcmp: benchmark comparison scriptRuss Cox2011-11-151-0/+66
I've been using this since April and posted it on the mailing list, but it seems worth having in the repository. Not sure about the location. R=golang-dev, r, r CC=golang-dev http://codereview.appspot.com/5371100