Skip to content

Commit

Permalink
Add Lin Bytes stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jan 18, 2025
1 parent 69da4f0 commit 0cada98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bytes/lin_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ module BT_thread = Lin_thread.Make(BConf) [@alert "-experimental"]
QCheck_base_runner.run_tests_main [
BT_domain.neg_lin_test ~count:2500 ~name:"Lin Bytes test with Domain";
BT_thread.lin_test ~count:250 ~name:"Lin Bytes test with Thread";
BT_domain.stress_test ~count:1000 ~name:"Lin Bytes stress test with Domain";
]

0 comments on commit 0cada98

Please sign in to comment.