mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
restore test
This commit is contained in:
parent
fb7cc5d69f
commit
43eca1d4e2
1 changed files with 8 additions and 8 deletions
|
|
@ -326,15 +326,15 @@ let t_map ~chunk_size () =
|
||||||
let () =
|
let () =
|
||||||
QCheck_base_runner.run_tests_main
|
QCheck_base_runner.run_tests_main
|
||||||
[
|
[
|
||||||
(* t_eval; *)
|
t_eval;
|
||||||
(* t_map ~chunk_size:1 (); *)
|
t_map ~chunk_size:1 ();
|
||||||
(* t_map ~chunk_size:50 (); *)
|
t_map ~chunk_size:50 ();
|
||||||
(* t_for_nested ~min:1 ~chunk_size:1 (); *)
|
t_for_nested ~min:1 ~chunk_size:1 ();
|
||||||
(* t_for_nested ~min:4 ~chunk_size:1 (); *)
|
t_for_nested ~min:4 ~chunk_size:1 ();
|
||||||
(* t_for_nested ~min:1 ~chunk_size:3 (); *)
|
t_for_nested ~min:1 ~chunk_size:3 ();
|
||||||
(* t_for_nested ~min:4 ~chunk_size:3 (); *)
|
t_for_nested ~min:4 ~chunk_size:3 ();
|
||||||
t_for_nested ~min:1 ~chunk_size:100 ();
|
t_for_nested ~min:1 ~chunk_size:100 ();
|
||||||
(* t_for_nested ~min:4 ~chunk_size:100 (); *)
|
t_for_nested ~min:4 ~chunk_size:100 ();
|
||||||
]
|
]
|
||||||
|
|
||||||
[@@@endif]
|
[@@@endif]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue