1. 2372a33 add std::sort() to SortBench by Mike Klein · 6 years ago
  2. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  3. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  4. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  5. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  6. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  7. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  8. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  9. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  10. b352627 1) Don't allocate 100,000 ints when we only need 1,000. by mtklein@google.com · 11 years ago
  11. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  12. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  13. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  14. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  15. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  16. 4e5a895 Simplify and speed up SkIntroSort. https://codereview.appspot.com/7273048/ by bungeman@google.com · 11 years ago
  17. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  18. a53dcce reduce array size in debug builds for sortbench. This avoids a stack-overflow by reed@google.com · 11 years ago
  19. eebdd96 add rand10 bench for sort, which makes 10% of the entries repeats by reed@google.com · 11 years ago
  20. a3f1c8e add bench for sorting by mike@reedtribe.org · 11 years ago