From subsecret
Jump to: navigation, search
No edit summary
Line 15: Line 15:
{| class="wikitable sortable"
{| class="wikitable sortable"
!Device
!Device
!ARCH
!Kernel
!Kernel
!OS
!OS
!GCC
!1 thread walltime (sec.)
!1 thread walltime (sec.)
!4 threads walltime (sec.)
!4 threads walltime (sec.)
!MAX threads walltime (sec.)
!MAX threads walltime (sec.)
|-
|-
|
|
|
|
|
|

Revision as of 13:58, 6 August 2019

BWA Benchmark

Using BWA from https://github.com/smikkelsendk/bwa-for-arm/tree/master/bin (with NEON)

Dataset:

  • Run ./bwa index GCF_000005845.2_ASM584v2_genomic.fna.gz
  • 1 thread benchmark
    • ./bwa aln GCF_000005845.2_ASM584v2_genomic.fna.gz ecolireads.fastq.gz > /dev/null
  • 4 threads benchmark
    • ./bwa aln -t4 GCF_000005845.2_ASM584v2_genomic.fna.gz ecolireads.fastq.gz > /dev/null

Results (32 bit)

Device Kernel OS 1 thread walltime (sec.) 4 threads walltime (sec.) MAX threads walltime (sec.)