-
Remove "BENCHMARK_" prefix from env var version of command line flags (#997) · 5b72b6c2Dominic Hamon authored
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
×