mirror of
https://github.com/google/benchmark.git
synced 2025-01-30 05:40:15 +08:00
fixed reporter_output_test
This commit is contained in:
parent
867f9145a0
commit
8c73d49b77
@ -189,7 +189,7 @@ void BM_Complexity_O1(benchmark::State& state) {
|
||||
}
|
||||
BENCHMARK(BM_Complexity_O1)->Range(1, 1<<18)->Complexity(benchmark::o1);
|
||||
|
||||
std::string bigOStr = "[0-9]+\\.[0-9]+ \\* [0-9]+";
|
||||
std::string bigOStr = "[0-9]+\\.[0-9]+ \\([0-9]+\\)";
|
||||
|
||||
ADD_CASES(&ConsoleOutputTests, {
|
||||
{join("^BM_Complexity_O1_BigO", bigOStr, bigOStr) + "[ ]*$"},
|
||||
|
Loading…
Reference in New Issue
Block a user