#! /bin/zsh

perf -APR -ACC -ROC -t 0 \
  -files <(bzcat dna_train.lab.bz2 | head -n 1000000) $1 || {
  echo "ERROR: you probably need to recompile perf to handle larger data sets" 1>&2
  exit 1
}
