summaryrefslogtreecommitdiff
path: root/test/bench
AgeCommit message (Expand)AuthorFilesLines
2010-01-06update timing logs for benchmarks.Rob Pike1-0/+84
2009-12-151) Change default gofmt default settings forRobert Griesemer15-558/+558
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-2/+5
2009-12-09- gofmt these filesRobert Griesemer1-6/+6
2009-12-07test/bench: faster fasta (mostly due to bufio fix)Russ Cox1-18/+16
2009-12-07changes necessary to get the new chameneosredux onto shootout.alioth.debian.o...Roger Peppe2-3/+4
2009-12-04test/bench: use range in reverse-complementRuss Cox1-2/+2
2009-12-04test/bench: dead code in reverse-complementRuss Cox1-30/+3
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike2-4/+4
2009-11-30change command-line argument to beRoger Peppe2-9/+13
2009-11-24timing log update for new version of chameneosRob Pike1-0/+8
2009-11-24chameneosredux test modified, bug fixed, fasterRoger Peppe1-133/+106
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-1/+1
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w test/benchRuss Cox14-261/+255
2009-11-20test/bench revisions;Russ Cox3-28/+46
2009-11-18remove bytes.CopyRob Pike2-71/+69
2009-11-14move evaluation of null-matching instructions one iteration earlier.Rob Pike1-0/+8
2009-11-08delete TODO now that compiler is better at %Rob Pike1-19/+1
2009-11-02use the new routine regexp.MustCompile to clean up some code that uses global...Rob Pike1-12/+3
2009-10-22fix build after Mercurial move.Russ Cox1-16/+19
2009-10-03clean moreRuss Cox1-0/+4
2009-09-24Sqrt in assembler is worth 3-4X for nbodyRob Pike1-0/+10
2009-09-22updated numbers after more slice inliningRob Pike1-0/+57
2009-09-17unused importsRuss Cox2-2/+0
2009-09-15last round: non-package codeRuss Cox2-3/+3
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox2-2/+0
2009-09-03new benchmark results.Rob Pike1-0/+93
2009-08-27remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox2-2/+2
2009-08-10- use in-place bignum operations where availableRobert Griesemer2-14/+22
2009-08-10new timing data after compiler updates (fp regs, integer div and mod)Rob Pike1-0/+90
2009-08-09Partially fix build: don't assume . is in PATH.David Symonds1-0/+1
2009-08-09run benchmarks in a relatively fast test mode, as part of run.bash/all.bashRob Pike10-69/+289
2009-08-07chameneosRob Pike5-1/+572
2009-08-07annotationsRuss Cox1-0/+14
2009-08-07simplify threadring slightly; slight speed improvementRob Pike2-7/+7
2009-08-07threadringRob Pike5-1/+190
2009-08-07timing updates after 6g change for efficient division by powers of twoRob Pike3-2/+25
2009-08-06timings for pidigitsRob Pike4-4/+144
2009-08-06- initial version of pidigits.go benchmarkRobert Griesemer1-0/+128
2009-08-06meteor-contestRob Pike5-1/+1334
2009-08-06mandelbrotRob Pike5-2/+204
2009-08-06add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCSRob Pike1-0/+2
2009-08-06k-nucleotideRob Pike5-1/+424
2009-08-05parallel spectral-normRob Pike2-1/+112
2009-08-05spectral-normRob Pike6-11/+205
2009-08-05regex-dnaRob Pike5-1/+301
2009-08-05fannkuchRob Pike5-1/+299
2009-08-04binary treeRob Pike6-1/+413
2009-08-04add info about Sqrt instructionRob Pike2-5/+10
2009-08-04nbody benchmarkRob Pike5-16/+392