Permalink
Browse files

Check that code is correct before running benchmarks.

  • Loading branch information...
Andy Chu
Andy Chu committed Dec 22, 2017
1 parent 55d611f commit 5bd6e2690299a186d4ca346ae9deaa20332db33c
Showing with 6 additions and 0 deletions.
  1. +6 −0 benchmarks/auto.sh
View
@@ -27,6 +27,12 @@ _banner() {
echo -----
}
# Check that the code is correct before measuring performance!
prereq() {
test/unit.sh all
test/spec.sh all
}
# Writes a table of host and shells to stdout. Writes text files and
# calculates IDs for them as a side effect.
#

0 comments on commit 5bd6e26

Please sign in to comment.