File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,8 @@ let run_one ~budgetf ~n_adders ~n_takers ?(n_msgs = 10 * Util.iter_factor) () =
153
153
Printf. sprintf " %s, %s" (format " adder" n_adders) (format " taker" n_takers)
154
154
in
155
155
156
- Times. record ~budgetf ~n_domains ~init ~wrap ~work ()
156
+ Times. record ~budgetf ~n_domains ~n_warmups: 1 ~n_runs_min: 1 ~init ~wrap ~work
157
+ ()
157
158
|> Times. to_thruput_metrics ~n: n_msgs ~singular: " message" ~config
158
159
159
160
let run_suite ~budgetf =
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ let run_one ~budgetf ~use_domains ~n_resources () =
50
50
n_resources
51
51
(if n_resources = 1 then " " else " s" )
52
52
in
53
- Times. record ~budgetf ~n_domains ~init ~wrap ~work ()
53
+ Times. record ~budgetf ~n_domains ~n_warmups: 1 ~n_runs_min: 1 ~init ~wrap ~work
54
+ ()
54
55
|> Times. to_thruput_metrics ~n: (n_ops * n_workers) ~singular: " acquired yield"
55
56
~config
56
57
You can’t perform that action at this time.
0 commit comments