fish_tests: format elapsed seconds with two decimal places, that's enough

This commit is contained in:
Johannes Altmanninger 2021-11-17 16:39:13 +01:00
parent 0d3d84a39c
commit 9d38553384

View File

@ -4874,7 +4874,7 @@ static void test_new_parser_fuzzing() {
if (log_it) std::fwprintf(stderr, L"done (%lu)\n", permutation);
}
double end = timef();
if (log_it) say(L"All fuzzed in %f seconds!", end - start);
if (log_it) say(L"All fuzzed in %.2f seconds!", end - start);
}
// Parse a statement, returning the command, args (joined by spaces), and the decoration. Returns