Do not call source_span when not tracking dependencies.#129513
Do not call source_span when not tracking dependencies.#129513bors merged 1 commit intorust-lang:masterfrom
Conversation
|
rustbot has assigned @compiler-errors. Use |
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Do not call source_span when not tracking dependencies. Split from rust-lang#127241
|
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (c09d9f8): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never 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)Results (primary -1.0%)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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 750.904s -> 750.776s (-0.02%) |
|
r? @petrochenkov |
…enkov Do not call source_span when not tracking dependencies. Split from rust-lang#127241
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test failed - checks-actions |
|
@bors retry |
…enkov Do not call source_span when not tracking dependencies. Split from rust-lang#127241
|
@bors retry |
…enkov Do not call source_span when not tracking dependencies. Split from rust-lang#127241
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test failed - checks-actions |
…enkov Do not call source_span when not tracking dependencies. Split from rust-lang#127241
|
💔 Test failed - checks-actions |
|
@bors retry |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (ab869e0): comparison URL. Overall result: ✅ improvements - no action needed@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)Results (primary 2.1%)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.
CyclesResults (secondary -2.2%)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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 749.925s -> 750.285s (0.05%) |
Split from #127241