Skip to content

Commit 7b2e3d6

Browse files
committed
Add Lin Bytes stress test
1 parent 69da4f0 commit 7b2e3d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bytes/lin_tests.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ module BT_thread = Lin_thread.Make(BConf) [@alert "-experimental"]
4747
QCheck_base_runner.run_tests_main [
4848
BT_domain.neg_lin_test ~count:2500 ~name:"Lin Bytes test with Domain";
4949
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";
5051
]

0 commit comments

Comments
 (0)