Commits


Vy Nguyen authored and GitHub committed fca348296f3
Allow template arguments to be specified directly on the BENCHMARK macro (#1262) * Allow template arguments to be specifed directly on the BENCHMARK macro/ Use cases: - more convenient (than having to use a separate BENCHMARK_TEMPLATE) - feature parity with our internal library. * fix tests * updated docs