summaryrefslogtreecommitdiff
path: root/test/bench/fasta.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1/+3
2010-05-03test/bench: import new fasta C reference, update Go, optimizationsRuss Cox1-128/+172
OLD fasta -n 25000000 gcc -O2 fasta.c 7.59u 0.06s 7.74r gc fasta 9.54u 0.15s 9.84r gc_B fasta 9.48u 0.10s 9.62r NEW fasta -n 25000000 gcc -O2 fasta.c 2.59u 0.02s 2.66r gc fasta 3.00u 0.03s 3.09r gc_B fasta 2.72u 0.03s 2.81r R=r CC=golang-dev http://codereview.appspot.com/1054041
2009-11-20test/bench revisions;Russ Cox1-5/+5
* reverse-complement: port C algorithm to Go saves 30% on my MacBook Pro and makes it a fairer comparison. * test reverse-complement with and without GC (another 15%) * revise timing.sh to work on more systems * avoid two glibcisms in fasta.c R=r http://codereview.appspot.com/156110
2009-08-03benchmark checkpoint milestone checkin submissionRob Pike1-0/+173
R=rsc DELTA=311 (311 added, 0 deleted, 0 changed) OCL=32696 CL=32699