aboutsummaryrefslogtreecommitdiff
path: root/test/bench
AgeCommit message (Expand)Author
2019-03-06test/bench/go1: add go.mod fileBryan C. Mills
2018-09-24test/bench/garbage: update Benchmarks Game URL to new pageJongmin Kim
2017-03-22test/bench/go1: fix typo in parserdata_test.go commentJason Travis
2016-12-13test/bench/go1: reduce fasta data size for mips{,64}Vladimir Stefanovic
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-29cmd/compile: Move divconst_test out of test/bench/go1David Chase
2016-04-27cmd/compile: enable const division for arm64Zhongwei Yao
2016-01-08encoding/base64: fix streaming decode of padding-free base64Russ Cox
2016-01-06test/bench/shootout: deleteRuss Cox
2015-07-31test/bench/shootout: fix buildMikio Hara
2015-07-31test/bench/shootout: clean up binaries after runAndrew Gerrand
2015-05-21all: retire architecture letter in file names, public APIRuss Cox
2015-05-21all: build and use go tool compile, go tool linkRuss Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-07-16cmd/gc: implement 'for range x {'Russ Cox
2014-05-09test/bench/shootout: support windowsChaiShushan
2013-11-19test: revert unintentional commitsdvyukov
2013-11-19-dvyukov
2013-11-1913+dvyukov
2013-05-23test/bench/shootout/timing.log: update to Go 1.1Rob Pike
2013-03-12go/test/bench/go1: add regexp testRob Pike
2013-03-12test/bench/go1: add http testBrad Fitzpatrick
2013-03-12test/bench/garbage: fix parser benchmarkJan Ziak
2013-03-11go/test/bench/go1: add printf and time format testsRob Pike
2013-03-05test/bench/go1: use raw string instead of string additionShenghou Ma
2013-03-04test/bench/garbage: fix parser benchmarkJan Ziak
2012-10-07test/bench/shootout: match gcc architecture to GOARCHRuss Cox
2012-09-25test/bench/shootout: new data after 64-bit ints for amd64Rob Pike
2012-08-28test/bench/shootout: pidigits is much fasterRob Pike
2012-06-24test/bench/shootout: remove dependency on C libraries in test modeJan Ziak
2012-06-08test/bench/shoutout: fix compliationShenghou Ma
2012-06-07test/bench/go1: add go/parser benchmarkDave Cheney
2012-06-06test/bench/go1: reduce fasta data size for linux/armDave Cheney
2012-06-05test/bench/go1: fix gzip testShenghou Ma
2012-05-30test/bench/shootout: more speedupsRob Pike
2012-05-30shootout: make mandelbrot.go more like mandelbrot.cRuss Cox
2012-05-30test/bench/shootout/timing.log: mandelbrot is restoredRob Pike
2012-05-30test/bench/go1: add mandelbrot for floating pointRuss Cox
2012-05-29test/bench/shootout/timing.log: update after recent compiler changesRob Pike
2012-05-07test/bench/shootout: fix gccgo binary-list-freelist testIan Lance Taylor
2012-04-10test/bench/shootout: update timing.log to Go 1Rob Pike
2012-04-05test/bench/garbage: fix parser benchmarkDmitriy Vyukov
2012-03-08build: re-enable some broken tests in run.bashShenghou Ma
2012-03-07all: remove some references to Make.inc etc.Rob Pike
2012-02-24test/bench/shootout: update post-MakefileRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2012-02-06runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).Rémy Oudompheng
2012-01-30go: move compilers into the go-tool directoryRob Pike
2012-01-10runtime: make garbage collector faster by deleting codeRuss Cox
2011-12-16various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov