eigerco / move-spec-testing

Other
0 stars 1 forks source link

feat(spec-test): add rayon for concurrency #48

Open Rqnsom opened 5 hours ago

Rqnsom commented 5 hours ago

Optimization feature adding rayon into the move-spec-test to ensure that test execution on each mutant is done in parallel.

Execution speed is between x3 and x4 times improved here.