summaryrefslogtreecommitdiff
path: root/test/bench
Commit message (Expand)AuthorAgeFilesLines
* Change type of Printf's args to ... interface{}Rob Pike2010-02-021-1/+1
* update timing logs for benchmarks.Rob Pike2010-01-061-0/+84
* 1) Change default gofmt default settings forRobert Griesemer2009-12-1515-558/+558
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-111-2/+5
* - gofmt these filesRobert Griesemer2009-12-091-6/+6
* test/bench: faster fasta (mostly due to bufio fix)Russ Cox2009-12-071-18/+16
* changes necessary to get the new chameneosredux onto shootout.alioth.debian.o...Roger Peppe2009-12-072-3/+4
* test/bench: use range in reverse-complementRuss Cox2009-12-041-2/+2
* test/bench: dead code in reverse-complementRuss Cox2009-12-041-30/+3
* move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike2009-12-022-4/+4
* change command-line argument to beRoger Peppe2009-11-302-9/+13
* timing log update for new version of chameneosRob Pike2009-11-241-0/+8
* chameneosredux test modified, bug fixed, fasterRoger Peppe2009-11-241-133/+106
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-1/+1
* gofmt -r '?[?:len(?)] -> ?[?:]' -w test/benchRuss Cox2009-11-2014-261/+255
* test/bench revisions;Russ Cox2009-11-203-28/+46
* remove bytes.CopyRob Pike2009-11-182-71/+69
* move evaluation of null-matching instructions one iteration earlier.Rob Pike2009-11-141-0/+8
* delete TODO now that compiler is better at %Rob Pike2009-11-081-19/+1
* use the new routine regexp.MustCompile to clean up some code that uses global...Rob Pike2009-11-021-12/+3
* fix build after Mercurial move.Russ Cox2009-10-221-16/+19
* clean moreRuss Cox2009-10-031-0/+4
* Sqrt in assembler is worth 3-4X for nbodyRob Pike2009-09-241-0/+10
* updated numbers after more slice inliningRob Pike2009-09-221-0/+57
* unused importsRuss Cox2009-09-172-2/+0
* last round: non-package codeRuss Cox2009-09-152-3/+3
* fix "declared and not used" errors in non-test code.Russ Cox2009-09-142-2/+0
* new benchmark results.Rob Pike2009-09-031-0/+93
* remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox2009-08-272-2/+2
* - use in-place bignum operations where availableRobert Griesemer2009-08-102-14/+22
* new timing data after compiler updates (fp regs, integer div and mod)Rob Pike2009-08-101-0/+90
* Partially fix build: don't assume . is in PATH.David Symonds2009-08-091-0/+1
* run benchmarks in a relatively fast test mode, as part of run.bash/all.bashRob Pike2009-08-0910-69/+289
* chameneosRob Pike2009-08-075-1/+572
* annotationsRuss Cox2009-08-071-0/+14
* simplify threadring slightly; slight speed improvementRob Pike2009-08-072-7/+7
* threadringRob Pike2009-08-075-1/+190
* timing updates after 6g change for efficient division by powers of twoRob Pike2009-08-073-2/+25
* timings for pidigitsRob Pike2009-08-064-4/+144
* - initial version of pidigits.go benchmarkRobert Griesemer2009-08-061-0/+128
* meteor-contestRob Pike2009-08-065-1/+1334
* mandelbrotRob Pike2009-08-065-2/+204
* add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCSRob Pike2009-08-061-0/+2
* k-nucleotideRob Pike2009-08-065-1/+424
* parallel spectral-normRob Pike2009-08-052-1/+112
* spectral-normRob Pike2009-08-056-11/+205
* regex-dnaRob Pike2009-08-055-1/+301
* fannkuchRob Pike2009-08-055-1/+299
* binary treeRob Pike2009-08-046-1/+413
* add info about Sqrt instructionRob Pike2009-08-042-5/+10