Reduce the number of runs in consistency tests

This commit is contained in:
Andy Wang 2022-05-13 00:15:57 +01:00
parent 6040c9f50a
commit 13e3465346
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374

View File

@ -206,11 +206,7 @@ fn test_sc_store_buffering() {
}
pub fn main() {
// TODO: does this make chances of spurious success
// "sufficiently low"? This also takes a long time to run,
// prehaps each function should be its own test case so they
// can be run in parallel
for _ in 0..500 {
for _ in 0..100 {
test_mixed_access();
test_load_buffering_acq_rel();
test_message_passing();