mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Fix fork thread handle leak on windows
This commit is contained in:
parent
a15958edc6
commit
538ce338f4
3 changed files with 3 additions and 4 deletions
|
@ -71,7 +71,7 @@ static void _print_benchmark_result(double total_nanos, double work_per_run,
|
|||
work_unit = " ";
|
||||
}
|
||||
|
||||
printf("%8.2f %-2s %8.2f %s/s %6.2f %s %2dx %s\n", time_value, time_unit,
|
||||
printf("%8.2f %-2s %8.2f %s/s %6.2f %s %3dx %s\n", time_value, time_unit,
|
||||
throughput, throughput_unit, work_per_run, work_unit, iterations,
|
||||
code);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue