1. 21 May, 2016 4 commits
  2. 20 May, 2016 1 commit
  3. 18 May, 2016 2 commits
  4. 16 May, 2016 2 commits
  5. 14 May, 2016 1 commit
  6. 11 May, 2016 5 commits
  7. 10 May, 2016 5 commits
  8. 05 May, 2016 3 commits
  9. 02 May, 2016 4 commits
  10. 29 Apr, 2016 1 commit
  11. 25 Apr, 2016 1 commit
  12. 20 Apr, 2016 1 commit
  13. 19 Apr, 2016 1 commit
  14. 18 Apr, 2016 2 commits
  15. 30 Mar, 2016 1 commit
  16. 29 Mar, 2016 2 commits
  17. 28 Mar, 2016 1 commit
  18. 26 Mar, 2016 1 commit
  19. 24 Mar, 2016 2 commits
    • Add myself to the contributors list · 3a02c462
      Kai Wolf authored
    • Add optional ms time unit for console reporter · cded70a1
      Kai Wolf authored
      Some benchmarks may run a few milliseconds which makes it kind of hard to visually compare, since the currently only available nanoseconds numbers can get very large in this case. Therefore this commit adds an optional command line flag --benchmark_time_unit which lets the user choose between ns and ms time units for displaying the mean execution time.