-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[experiment] check-aux: test core and alloc in Miri #123560
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
Conversation
r? @clubby789 rustbot has assigned @clubby789. Use |
This comment has been minimized.
This comment has been minimized.
7389535
to
1bc94a7
Compare
This comment has been minimized.
This comment has been minimized.
1bc94a7
to
72e2538
Compare
72e2538
to
7c76d34
Compare
Let's see how much enabling overflow checks (but not other debug assertions) costs. The baseline is 104min for the gnu-aux job. |
Looks like overflow checks costs around 9 minutes. For comparison, what do just debug assertions cost? |
7c76d34
to
24ea7bc
Compare
Around 30min. All right, experiment over. |
Just a 2nd branch parallel to #123506 so that I can run two CI time measurements at the same time.