mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
test
This commit is contained in:
parent
af77f371fd
commit
b7d19e9dc5
1 changed files with 4 additions and 2 deletions
|
|
@ -781,7 +781,8 @@ module Ref_ = struct
|
||||||
end
|
end
|
||||||
;;
|
;;
|
||||||
|
|
||||||
q ~name:"list ops: invariant" ~max_fail:1 ~count:20_000 Op.arb_l (fun ops ->
|
q ~name:"list ops: invariant" ~max_fail:1 ~long_factor:10 ~count:20_000 Op.arb_l
|
||||||
|
(fun ops ->
|
||||||
let bv = empty () in
|
let bv = empty () in
|
||||||
|
|
||||||
Internal_.__check_invariant bv;
|
Internal_.__check_invariant bv;
|
||||||
|
|
@ -793,7 +794,8 @@ q ~name:"list ops: invariant" ~max_fail:1 ~count:20_000 Op.arb_l (fun ops ->
|
||||||
true)
|
true)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
q ~name:"list ops: compare to ref" ~max_fail:1 ~count:2_000 Op.arb_l (fun ops ->
|
q ~name:"list ops: compare to ref" ~max_fail:1 ~long_factor:10 ~count:2_000
|
||||||
|
Op.arb_l (fun ops ->
|
||||||
let bv = empty () in
|
let bv = empty () in
|
||||||
let bv' = Ref_.empty () in
|
let bv' = Ref_.empty () in
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue