Commits


Dominic Hamon authored and GitHub committed 5b72b6c2da6
Remove "BENCHMARK_" prefix from env var version of command line flags (#997) As noted in #995, this causes issues when the command line flag already starts with "benchmark_", which they all do. Not caught by tests as the test flags didn't start with "benchmark". Fixes #995