summaryrefslogtreecommitdiff
path: root/test/garbage
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý2-6/+4
2010-04-19gc benchmark: Update package listEvan Shaw1-3/+8
Some old packages on the list were preventing this benchmark from working. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/820045 Committer: Rob Pike <r@golang.org>
2010-04-12test: minor updates to avoid bitrotChristopher Wedgwood2-6/+6
R=rsc, r CC=golang-dev http://codereview.appspot.com/854046 Committer: Russ Cox <rsc@golang.org>
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-1/+2
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2010-02-10clean new garbage collector benchmark binariesRuss Cox1-1/+1
TBR=agl1 CC=golang-dev http://codereview.appspot.com/207055
2010-02-09fix garbage benchmark Makefile.Russ Cox1-4/+4
apparently some versions of GNU make cannot handle the %: %.$O rule. i don't understand why and don't care enough to find out. R=agl1 CC=golang-dev http://codereview.appspot.com/206055
2010-02-09add simple garbage collector benchmarks to dashboardRuss Cox4-13/+291
R=agl1 CC=golang-dev http://codereview.appspot.com/207043
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox1-0/+201
add simple garbage collection benchmark. R=iant CC=golang-dev http://codereview.appspot.com/204053