Skip to content

Commit

Permalink
Bump stress test count to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Nov 14, 2024
1 parent c1ca1fb commit 48a11c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc/stm_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ let _ =
(*agree_test ~count:1000 ~name:"STM Gc test sequential";*)
agree_child_test ~count:1000 ~name:"STM Gc test sequential in child domain";
GC_STM_dom.neg_agree_test_par ~count:1000 ~name:"STM Gc test parallel";
GC_STM_dom.stress_test_par ~count:100 ~name:"STM Gc stress test parallel";
GC_STM_dom.stress_test_par ~count:1000 ~name:"STM Gc stress test parallel";
]

0 comments on commit 48a11c1

Please sign in to comment.