summaryrefslogtreecommitdiff
path: root/test/bench
Commit message (Expand)AuthorAgeFilesLines
* test/bench/go1: fix typo in parserdata_test.go commentJason Travis2017-03-221-1/+1
* test/bench/go1: reduce fasta data size for mips{,64}Vladimir Stefanovic2016-12-131-2/+2
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-0216-20/+20
* cmd/compile: Move divconst_test out of test/bench/go1David Chase2016-04-291-73/+0
* cmd/compile: enable const division for arm64Zhongwei Yao2016-04-271-0/+73
* encoding/base64: fix streaming decode of padding-free base64Russ Cox2016-01-081-1/+1
* test/bench/shootout: deleteRuss Cox2016-01-0651-7693/+0
* test/bench/shootout: fix buildMikio Hara2015-07-312-1/+1
* test/bench/shootout: clean up binaries after runAndrew Gerrand2015-07-311-0/+3
* all: retire architecture letter in file names, public APIRuss Cox2015-05-211-30/+29
* all: build and use go tool compile, go tool linkRuss Cox2015-05-211-2/+2
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* cmd/gc: implement 'for range x {'Russ Cox2014-07-161-1/+1
* test/bench/shootout: support windowsChaiShushan2014-05-092-64/+105
* test: revert unintentional commitsdvyukov2013-11-193-147/+0
* -dvyukov2013-11-192-20/+48
* 13+dvyukov2013-11-193-0/+119
* test/bench/shootout/timing.log: update to Go 1.1Rob Pike2013-05-231-0/+91
* go/test/bench/go1: add regexp testRob Pike2013-03-121-0/+59
* test/bench/go1: add http testBrad Fitzpatrick2013-03-121-0/+45
* test/bench/garbage: fix parser benchmarkJan Ziak2013-03-121-1/+0
* go/test/bench/go1: add printf and time format testsRob Pike2013-03-113-1/+94
* test/bench/go1: use raw string instead of string additionShenghou Ma2013-03-052-1805/+1806
* test/bench/garbage: fix parser benchmarkJan Ziak2013-03-041-18/+77
* test/bench/shootout: match gcc architecture to GOARCHRuss Cox2012-10-071-12/+20
* test/bench/shootout: new data after 64-bit ints for amd64Rob Pike2012-09-252-1/+93
* test/bench/shootout: pidigits is much fasterRob Pike2012-08-282-1/+7
* test/bench/shootout: remove dependency on C libraries in test modeJan Ziak2012-06-241-3/+5
* test/bench/shoutout: fix compliationShenghou Ma2012-06-084-6/+6
* test/bench/go1: add go/parser benchmarkDave Cheney2012-06-072-0/+288
* test/bench/go1: reduce fasta data size for linux/armDave Cheney2012-06-062-4/+19
* test/bench/go1: fix gzip testShenghou Ma2012-06-052-9/+10
* test/bench/shootout: more speedupsRob Pike2012-05-301-0/+32
* shootout: make mandelbrot.go more like mandelbrot.cRuss Cox2012-05-301-8/+8
* test/bench/shootout/timing.log: mandelbrot is restoredRob Pike2012-05-301-0/+9
* test/bench/go1: add mandelbrot for floating pointRuss Cox2012-05-301-0/+41
* test/bench/shootout/timing.log: update after recent compiler changesRob Pike2012-05-291-0/+29
* test/bench/shootout: fix gccgo binary-list-freelist testIan Lance Taylor2012-05-071-1/+1
* test/bench/shootout: update timing.log to Go 1Rob Pike2012-04-101-0/+93
* test/bench/garbage: fix parser benchmarkDmitriy Vyukov2012-04-053-8/+17
* build: re-enable some broken tests in run.bashShenghou Ma2012-03-083-16/+2
* all: remove some references to Make.inc etc.Rob Pike2012-03-072-16/+6
* test/bench/shootout: update post-MakefileRob Pike2012-02-242-15/+5
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).Rémy Oudompheng2012-02-063-18/+20
* go: move compilers into the go-tool directoryRob Pike2012-01-301-0/+3
* runtime: make garbage collector faster by deleting codeRuss Cox2012-01-106-42/+128
* various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov2011-12-161-1/+1
* test/bench/go1: first draft of Go 1 benchmark suiteRuss Cox2011-12-1511-0/+2548
* test/garbage: move to test/bench/garbageRuss Cox2011-12-136-1/+522