1. 18 Feb, 2015 2 commits
  2. 26 Dec, 2014 1 commit
  3. 02 Dec, 2014 3 commits
  4. 14 Nov, 2014 5 commits
  5. 13 Nov, 2014 3 commits
  6. 12 Nov, 2014 2 commits
  7. 01 Nov, 2014 2 commits
  8. 26 Oct, 2014 1 commit
  9. 25 Oct, 2014 1 commit
  10. 18 Oct, 2014 4 commits
  11. 16 Oct, 2014 1 commit
  12. 12 Oct, 2014 1 commit
  13. 11 Oct, 2014 3 commits
  14. 05 Oct, 2014 2 commits
  15. 22 Aug, 2014 5 commits
  16. 20 Aug, 2014 3 commits
  17. 15 Aug, 2014 1 commit
    • Check the number of benchmark tests ran · 11769369
      Matt Clarkson authored
      Previously the benchmark_test program executed the benchmark tests to make sure
      the API was working but was not checking the number of tests that were
      completed. If the regular expression matching breaks, zero tests could be ran.
      Similarly, if one of the APIs breaks and doesn't run the correct amount of tests
      then `make test` will catch this.