go/test/bench
Russ Cox eb056dbea7 shootout: make mandelbrot.go more like mandelbrot.c
Surprise! The C code is using floating point values for its counters.
Its off the critical path, but the Go code and C code are supposed to
be as similar as possible to make comparisons meaningful.

It doesn't have a significant effect.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6260058
2012-05-30 14:40:59 -04:00
..
garbage test/bench/garbage: fix parser benchmark 2012-04-05 20:35:54 +04:00
go1 test/bench/go1: add mandelbrot for floating point 2012-05-30 10:26:59 -04:00
shootout shootout: make mandelbrot.go more like mandelbrot.c 2012-05-30 14:40:59 -04:00