Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 511 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 511 Bytes

JuliaPerlBenchmark

A Basic Benchmark Comparison of Perl and Julia

#How To Run The Test To run the benchmark yourself, simply clone the github repo onto your computer, move into that directory, and type the following:

bash benchmark.sh

Benchmarking

Results suggest Perl is faster than Julia for processing fasta files (calculating median length).

#How To Get The Data Uncompress the files using this line

cat largeseqtest.fa.gz_* | gunzip -c > largeseqtest.fa