summaryrefslogtreecommitdiff
path: root/test/garbage
Commit message (Expand)AuthorAgeFilesLines
* build: no required environment variablesRuss Cox2010-08-182-2/+2
* test/garbage: do not try to parse package bignum, which is gone.Russ Cox2010-08-161-1/+0
* delete pkg/onceRob Pike2010-08-131-1/+0
* gc benchmark: Update package listEvan Shaw2010-04-191-3/+8
* test: minor updates to avoid bitrotChristopher Wedgwood2010-04-122-6/+6
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-1/+2
* clean new garbage collector benchmark binariesRuss Cox2010-02-101-1/+1
* fix garbage benchmark Makefile.Russ Cox2010-02-091-4/+4
* add simple garbage collector benchmarks to dashboardRuss Cox2010-02-094-13/+291
* runtime: instrument malloc + garbage collector.Russ Cox2010-02-081-0/+201