1
0
mirror of https://github.com/golang/go synced 2024-11-20 06:44:40 -07:00
go/test/bench/timing.log
Rob Pike 9ae42ee87f another benchmark: reverse-complement
R=rsc
DELTA=682  (511 added, 171 deleted, 0 changed)
OCL=32725
CL=32727
2009-08-04 13:04:37 -07:00

19 lines
483 B
Plaintext

All tests on r45
Aug 3 2009
First version of fasta. Translation of fasta.c, fetched from
http://shootout.alioth.debian.org/u32q/benchmark.php?test=fasta&lang=gpp&id=4
fasta -n 25000000
[gcc -O2 fasta.c 5.98u 0.00s 6.01r]
gccgo -O2 8.82u 0.02s 8.85r
6g 13.50u 0.02s 13.53r
6g -B 12.99u 0.02s 13.02r
reverse-complement < output-of-fasta-25000000
[gcc -O2 reverse-complement.c 2.03u 0.84s 13.04r]
gccgo -O2 6.47u 1.14s 15.58r
6g 6.55u 1.21s 15.45r
6g -B 6.19u 1.26s 15.64r