Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Run on the ubuntu-20.04-64core runner #1309

Closed
wants to merge 3 commits into from
Closed

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented May 19, 2024

Now that we've parallelized the execution of our Miri tests (in #1307 and #1308), our tets should benefit more from underlying parallelism.

Use `cargo nextest` to run Miri tests on twice the number of threads as
there are CPU cores.
This should enable better parallelization, especially under Miri in CI.

Comparing [1] (run with the parent commit) and [2] (run with this
commit), we see an overall speedup of 22m51s -> 18m28s, or ~19%.

[1] https://github.com/google/zerocopy/actions/runs/9148942749
[2] https://github.com/google/zerocopy/actions/runs/9148952446
Now that we've parallelized the execution of our Miri tests (in #1307
and #1308), our tets should benefit more from underlying parallelism.
Base automatically changed from ptr-test-parallelize to main May 19, 2024 17:23
@joshlf joshlf mentioned this pull request May 19, 2024
@joshlf joshlf closed this May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant