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 69da4f0 commit 7b2e3d6Copy full SHA for 7b2e3d6
src/bytes/lin_tests.ml
@@ -47,4 +47,5 @@ module BT_thread = Lin_thread.Make(BConf) [@alert "-experimental"]
47
QCheck_base_runner.run_tests_main [
48
BT_domain.neg_lin_test ~count:2500 ~name:"Lin Bytes test with Domain";
49
BT_thread.lin_test ~count:250 ~name:"Lin Bytes test with Thread";
50
+ BT_domain.stress_test ~count:1000 ~name:"Lin Bytes stress test with Domain";
51
]
0 commit comments