mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
fish_tests: format elapsed seconds with two decimal places, that's enough
This commit is contained in:
parent
0d3d84a39c
commit
9d38553384
|
@ -4874,7 +4874,7 @@ static void test_new_parser_fuzzing() {
|
||||||
if (log_it) std::fwprintf(stderr, L"done (%lu)\n", permutation);
|
if (log_it) std::fwprintf(stderr, L"done (%lu)\n", permutation);
|
||||||
}
|
}
|
||||||
double end = timef();
|
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
|
// Parse a statement, returning the command, args (joined by spaces), and the decoration. Returns
|
||||||
|
|
Loading…
Reference in New Issue
Block a user