Skip to content

Use rayon

Ben Boeckel requested to merge ben.boeckel/rust-git-checks:use-rayon into master

Timing results from the test suite:

Before: cargo test -j1 3.22s user 5.33s system 208% cpu 4.107 total
After: cargo test -j1 4.32s user 5.11s system 391% cpu 2.408 total

The tests being run in parallel seems to slow down overall time, probably due to contention.

Merge request reports