saethlin / crater-at-home

We have Crater At Home
MIT License
20 stars 4 forks source link

Set -Zmiri-num-cpus #88

Closed saethlin closed 1 year ago

saethlin commented 1 year ago

Currently I think a lot of the testing with Miri is less concurrent than it needs to be. We could be exercising atomic code paths better if we tell tests that automatically detect parallelism that there are a lot of CPUs.

This might help us find examples of read-read races: https://github.com/rust-lang/miri/issues/3142