Sha256: 2af0cc23ed86cc407af319167f3e90d39933de3292a5952c0754005aedcb0f01

Contents?: true

Size: 597 Bytes

Versions: 12

Compression:

Stored size: 597 Bytes

Contents

#! /bin/sh

echo Parsing test/data/nt_example_blastn.m7
ls -l test/data/nt_example_blastn.m7

# first fill cache
echo ====
echo Null
cat test/data/nt_example_blastn.m7 > /dev/null
time cat test/data/nt_example_blastn.m7 > /dev/null
echo ====
echo Nokogiri SAX
time ./sample/nokogiri_sax.rb > /dev/null
echo ====
echo LibXML SAX
time ./sample/libxml_sax.rb > /dev/null
echo ====
echo Nokogiri DOM
time sample/nokogiri_dom.rb > /dev/null
echo ====
echo Nokogiri split DOM
time sample/nokogiri_split_dom.rb > /dev/null
echo ====
echo BioRuby ReXML DOM parser
time sample/bioruby.rb > /dev/null
 
 
 

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bio-blastxmlparser-2.0.4 timings.sh
bio-blastxmlparser-2.0.3 timings.sh
bio-blastxmlparser-2.0.2 timings.sh
bio-blastxmlparser-2.0.1 timings.sh
bio-blastxmlparser-2.0.0 timings.sh
bio-blastxmlparser-1.1.2 timings.sh
bio-blastxmlparser-1.1.1 timings.sh
bio-blastxmlparser-1.1.0 timings.sh
bio-blastxmlparser-1.0.1 timings.sh
bio-blastxmlparser-1.0.0 timings.sh
bio-blastxmlparser-0.6.1 timings.sh
bio-blastxmlparser-0.6.0 timings.sh