We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98687c commit 7197d09Copy full SHA for 7197d09
bench.ml
@@ -17,7 +17,7 @@ let test test_name test_case =
17
let fill_rate = float_of_int filled_area /. float_of_int all_area in
18
19
printf
20
- "rects:%3d\tfill-rate:%f%%\ttime:%fs\t in %s\n"
+ "rects:%3d\tfill-rate:%f%%\ttime:%.3fs\t in %s\n"
21
(List.length rects)
22
(fill_rate *. 100.0)
23
time_span
@@ -105,4 +105,4 @@ let () =
105
80, 400, 100;
106
10, 10, 10000;
107
5, 5, 50000 ]
108
-
+
0 commit comments