Commit 74a278e2 by Eric Fiselier

Fix flaky test

parent 519e8d0e
...@@ -146,8 +146,8 @@ ADD_CASES(&ConsoleOutputTests, { ...@@ -146,8 +146,8 @@ ADD_CASES(&ConsoleOutputTests, {
ADD_CASES(&JSONOutputTests, { ADD_CASES(&JSONOutputTests, {
{"\"name\": \"BM_basic\",$"}, {"\"name\": \"BM_basic\",$"},
{"\"iterations\": [0-9]+,$", MR_Next}, {"\"iterations\": [0-9]+,$", MR_Next},
{"\"real_time\": [0-9],$", MR_Next}, {"\"real_time\": [0-9]{1,5},$", MR_Next},
{"\"cpu_time\": [0-9],$", MR_Next}, {"\"cpu_time\": [0-9]{1,5},$", MR_Next},
{"\"time_unit\": \"ns\"$", MR_Next}, {"\"time_unit\": \"ns\"$", MR_Next},
{"}", MR_Next} {"}", MR_Next}
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment