Open glennw opened 7 years ago
Running the reftests is slow enough now that it's worth considering running them in parallel.
This would probably involve creating an OSMesa context per CPU core, and distributing the tests on worker threads, or something similar to that.
It'd also be interesting to compare to running them with LLVMpipe
True, we should revisit that and see if we can switch to llvmpipe on wrench + servo.
Running the reftests is slow enough now that it's worth considering running them in parallel.
This would probably involve creating an OSMesa context per CPU core, and distributing the tests on worker threads, or something similar to that.