aboutsummaryrefslogtreecommitdiff
path: root/test/bench
AgeCommit message (Expand)Author
2012-01-10runtime: make garbage collector faster by deleting codeRuss Cox
2011-12-16various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov
2011-12-15test/bench/go1: first draft of Go 1 benchmark suiteRuss Cox
2011-12-13test/garbage: move to test/bench/garbageRuss Cox
2011-12-13fix build, sorryRuss Cox
2011-12-13test/bench: move to test/bench/shootoutRuss Cox
2011-11-08renaming_4: gofix -r everything/but/src/pkgRob Pike
2011-08-10timing.log: significant improvements after custom algorithmsRob Pike
2011-08-04test/bench: note changes after recent improvements to locking and runtimeRob Pike
2011-05-13timing: update numbers for regex-dnaRob Pike
2011-04-18test/bench: update timings; moving to new machine.Rob Pike
2011-04-08test/bench: enable build and test on WindowsAlex Brainman
2011-03-02build: simplify clean.bashDave Cheney
2011-02-16test/bench: update timings for new GCRob Pike
2010-12-16test/bench: update numbers for regex-dna after speedup to regexpRob Pike
2010-12-15test/bench: a couple fixes to timing.shAnthony Martin
2010-12-01Removed bytes.Add and bytes.AddByte; we now have 'append'.Kyle Consalus
2010-10-30pidigits: Remove TODO, minor improvementsEvan Shaw
2010-10-20test/bench: update numbersRob Pike
2010-09-24... changesRuss Cox
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-18build: no required environment variablesRuss Cox
2010-08-12update the tree to use the new regexp methodsRob Pike
2010-06-03Added regex-dna-parallel.go, a pretty trivial parallelization.Kyle Consalus
2010-05-03big: completed set of Int division routines & cleanupsRobert Griesemer
2010-05-03test/bench: import new fasta C reference, update Go, optimizationsRuss Cox
2010-04-30big: use fast shift routinesRobert Griesemer
2010-04-27pidigits: ~10% performance win by using adds instead of shiftsRobert Griesemer
2010-04-26Added fannkuch-parallel.goKyle Consalus
2010-04-21test/bench: reenable chameneosredux for gccgo.Rob Pike
2010-04-20big: Add Lsh and Value; convert pidigits to use bigEvan Shaw
2010-04-05test/bench: add k-nucleotide-parallelKyle Consalus
2010-03-30simplify various code using new map index ruleRuss Cox
2010-02-25strings: delete Runes, BytesRuss Cox
2010-02-02Change type of Printf's args to ... interface{}Rob Pike
2010-01-06update timing logs for benchmarks.Rob Pike
2009-12-151) Change default gofmt default settings forRobert Griesemer
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell
2009-12-09- gofmt these filesRobert Griesemer
2009-12-07test/bench: faster fasta (mostly due to bufio fix)Russ Cox
2009-12-07changes necessary to get the new chameneosredux onto shootout.alioth.debian.o...Roger Peppe
2009-12-04test/bench: use range in reverse-complementRuss Cox
2009-12-04test/bench: dead code in reverse-complementRuss Cox
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike
2009-11-30change command-line argument to beRoger Peppe
2009-11-24timing log update for new version of chameneosRob Pike
2009-11-24chameneosredux test modified, bug fixed, fasterRoger Peppe
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w test/benchRuss Cox
2009-11-20test/bench revisions;Russ Cox