mirror of
https://github.com/golang/go
synced 2024-11-05 20:06:10 -07:00
6423682019
As discussed in https://groups.google.com/d/msg/golang-dev/Na9XE6mcQyY/zbeBI7R-vnoJ Here is a static copy of the go/parser benchmark. I ended up using fancy encodings because the original parser.go had a number of `s scattered throughout which made it hard to embed the source directly. Curiously on my laptop this benchmark always scores roughly 10% higher than the standalone benchmark. This may be down to the generation of the fasta data set triggering the cpu governor to raise the cpu speed. However the benchmark is consistent with itself across multiple runs. R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/6305055 |
||
---|---|---|
.. | ||
binarytree_test.go | ||
fannkuch_test.go | ||
fasta_test.go | ||
gob_test.go | ||
gzip_test.go | ||
json_test.go | ||
jsondata_test.go | ||
mandel_test.go | ||
parser_test.go | ||
parserdata_test.go | ||
revcomp_test.go | ||
template_test.go |