organize more files into folders, and run the weak-mem consistency test as the very first since it is so slow

This commit is contained in:
Ralf Jung 2022-06-06 18:53:33 -04:00
parent a2cc014231
commit 8ebdad0615
39 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ fn test_single_thread() {
}
pub fn main() {
for _ in 0..100 {
for _ in 0..50 {
test_single_thread();
test_mixed_access();
test_load_buffering_acq_rel();