Commits


Dominic Hamon authored and GitHub committed 6e51dcbcc39
Expose default display reporter creation in public API (#1344) * Expose default display reporter creation in public API this is useful when a custom reporter wants to fall back on the default display reporter, but doesn't necessarily have access to the benchmark library flag configuration. * Make use of unique_ptr in the random interleaving test. * clang-format