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
interpret: fix unnecessary allocation in validation visitor #101154
Conversation
|
Some changes occurred to the CTFE / Miri engine |
|
@bors try @rust-timer queue |
|
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
interpret: fix unnecessary allocation in validation visitor Should fix the perf regression introduced by rust-lang#100043. r? `@oli-obk`
|
|
|
Queued 92afd0a with parent 7a42ca9, future comparison URL. |
|
Finished benchmarking commit (92afd0a): comparison URL. Overall result:
|
| mean1 | range | count2 | |
|---|---|---|---|
| Regressions (primary) |
- | - | 0 |
| Regressions (secondary) |
- | - | 0 |
| Improvements (primary) |
-0.5% | [-0.5%, -0.5%] | 1 |
| Improvements (secondary) |
-2.2% | [-3.0%, -1.5%] | 7 |
| All |
-0.5% | [-0.5%, -0.5%] | 1 |
Max RSS (memory usage)
Results
This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
| mean1 | range | count2 | |
|---|---|---|---|
| Regressions (primary) |
- | - | 0 |
| Regressions (secondary) |
5.4% | [5.4%, 5.4%] | 1 |
| Improvements (primary) |
- | - | 0 |
| Improvements (secondary) |
- | - | 0 |
| All |
- | - | 0 |
Cycles
Results
This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
| mean1 | range | count2 | |
|---|---|---|---|
| Regressions (primary) |
- | - | 0 |
| Regressions (secondary) |
- | - | 0 |
| Improvements (primary) |
-5.5% | [-5.5%, -5.5%] | 1 |
| Improvements (secondary) |
-2.4% | [-2.4%, -2.4%] | 1 |
| All |
-5.5% | [-5.5%, -5.5%] | 1 |
Footnotes
|
@bors r+ rollup=never |
|
|
|
Finished benchmarking commit (06b72b0): comparison URL. Overall result:
|
| mean1 | range | count2 | |
|---|---|---|---|
| Regressions (primary) |
- | - | 0 |
| Regressions (secondary) |
- | - | 0 |
| Improvements (primary) |
-0.5% | [-0.5%, -0.5%] | 1 |
| Improvements (secondary) |
-1.6% | [-3.3%, -0.6%] | 13 |
| All |
-0.5% | [-0.5%, -0.5%] | 1 |
Max RSS (memory usage)
Results
This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
| mean1 | range | count2 | |
|---|---|---|---|
| Regressions (primary) |
2.2% | [2.2%, 2.2%] | 1 |
| Regressions (secondary) |
2.8% | [2.6%, 3.1%] | 2 |
| Improvements (primary) |
- | - | 0 |
| Improvements (secondary) |
-4.3% | [-4.5%, -4.0%] | 2 |
| All |
2.2% | [2.2%, 2.2%] | 1 |
Cycles
Results
This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
| mean1 | range | count2 | |
|---|---|---|---|
| Regressions (primary) |
1.6% | [1.6%, 1.6%] | 1 |
| Regressions (secondary) |
5.1% | [5.1%, 5.1%] | 1 |
| Improvements (primary) |
-3.6% | [-3.6%, -3.6%] | 1 |
| Improvements (secondary) |
-2.4% | [-2.4%, -2.4%] | 1 |
| All |
-1.0% | [-3.6%, 1.6%] | 2 |
Should fix the perf regression introduced by #100043.
r? @oli-obk