1. d8754ba Add benchmark for std::set. by Samuel Benzaquen · 6 years ago
  2. 11b8a46 Add benchmarks for std::function. by Samuel Benzaquen · 6 years ago
  3. 697faed Add test macros for always_inline and noinline by Eric Fiselier · 6 years ago
  4. 9c34c77 Fix linking filesystem benchmarks by Eric Fiselier · 6 years ago
  5. 97d4134 Add new string benchmarks by Eric Fiselier · 6 years ago
  6. 1e34c76 Implement filesystem NB comments, relative paths, and related issues. by Eric Fiselier · 6 years ago
  7. fd2e3e9 Update Google Benchmark library by Eric Fiselier · 7 years ago
  8. 851ea6e [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. by Stephan T. Lavavej · 7 years ago
  9. aa356d6 [locale] Avoid copy of __atoms when char_type is char by Aditya Kumar · 7 years ago
  10. 30ea4d0 Emit benchmark tests into the benchmarks build directory, not lib/ by Eric Fiselier · 7 years ago
  11. 51dfbbc improve performance of string::find by Sebastian Pop · 8 years ago
  12. 026d38e Optimize filesystem::path by providing weaker exception guarantees. by Eric Fiselier · 8 years ago
  13. ad1a12c Improve performance of constructing filesystem::path from strings. by Eric Fiselier · 8 years ago
  14. 271a19e Rewrite std::filesystem::path iterators and parser by Eric Fiselier · 8 years ago
  15. 2d2f0c0 Add start of filesystem benchmarks by Eric Fiselier · 8 years ago
  16. 3d12b5c remove warnings from google-benchmarks in libcxx by Sebastian Pop · 8 years ago
  17. a54229f Cleanup CMake status output by Eric Fiselier · 8 years ago
  18. 636dd5b Improve CMake output when registering benchmarks by Eric Fiselier · 8 years ago
  19. 0a799bd Turn On -DLIBCXX_ENABLE_BENCHMARKS by default. by Eric Fiselier · 8 years ago
  20. 30b48cb Update in-tree Google Benchmark to current ToT. by Eric Fiselier · 8 years ago
  21. 4e1f9a0 Pass compilers when configuring Google Benchmark. by Eric Fiselier · 8 years ago
  22. c6669cf Adding smart_ptr benchmark by Ben Craig · 8 years ago
  23. b90f9db Start adding benchmarks for vector by Eric Fiselier · 8 years ago
  24. d757090 Skip chash computation in insert/emplace if the unconstrained hash matches. by Eric Fiselier · 8 years ago
  25. d9b9ef7 [libcxx] Add support for benchmark tests using Google Benchmark. by Eric Fiselier · 8 years ago
  26. 56a7614 Add unordered_map::insert benchmark test and rename file by Eric Fiselier · 8 years ago
  27. 38af0f8 Improve performance of unordered_set<uint32_t>::find by 45%. Add benchmarks. by Eric Fiselier · 8 years ago