-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Include both benchmarks and tests in the numbers given to TeFiltered{,Out}
#103795
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@bors r+ p=5 |
@bors p=10 |
⌛ Testing commit 8c71820 with merge 3882ba490d61277e7ee92301eb86df397ee79c44... |
💔 Test failed - checks-actions |
@bors treeclosed=1000 |
@bors treeclosed- |
1 similar comment
@bors treeclosed- |
Unsure why this failed -- seems to pass locally. Guessing this either needs to be |
LMK if you want me to split the test into a different PR so that you can land it without waiting for me to figure out how to where to put the test for this. |
This comment has been minimized.
This comment has been minimized.
It failed for a cross-compile case, I think if you add r=me with that done |
For the test, if you want to keep it in run-make, then it needs something like EDIT: oops, mark beat me to it 😛 |
Oh, yeah, thanks; this tries to run the output, so indeed cross compile doesn't make sense. I had tried fulldeps since most of the other Makefiles that have I've moved it back and added
@bors r=Mark-Simulacrum |
☀️ Test successful - checks-actions |
Finished benchmarking commit (95a3a72): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
Seems pretty likely to be noise. |
Indeed, these 2 benchmarks are currently noisy. @rustbot label: +perf-regression-triaged |
Fixes #103794
#[bench]
is broken on nightly without this, sadly. It apparently has no test coverage. In addition to manually testing, I've added a run-make smokecheck for this (which would have caught the issue), but it would be nice to have a better way to test, err, libtest. For now we should get this in ASAP IMO