mirror of
https://github.com/c-cube/moonpool.git
synced 2026-01-28 04:04:52 -05:00
test: make t_ws_deque consume less ram
This commit is contained in:
parent
dfb588cdc5
commit
1ed25e5aca
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ let t_many () =
|
||||||
|
|
||||||
push_and_pop 10_000;
|
push_and_pop 10_000;
|
||||||
push_and_pop 100_000;
|
push_and_pop 100_000;
|
||||||
push_and_pop 100_000_000;
|
push_and_pop 1_000_000;
|
||||||
print_endline "pushing many elements: ok";
|
print_endline "pushing many elements: ok";
|
||||||
()
|
()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue