[EXPERIMENT] Avoid tracking span to compute end_point.#144930
[EXPERIMENT] Avoid tracking span to compute end_point.#144930cjgillot wants to merge 1 commit intorust-lang:mainfrom
end_point.#144930Conversation
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
[EXPERIMENT] Avoid tracking span to compute `end_point`.
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (011760c): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 0.9%, secondary 0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.2%, secondary 11.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 466.337s -> 468.604s (0.49%) |
08260ee to
433b324
Compare
Only unpack span data once to compute end_point and next_point. Split from #144930
|
☔ The latest upstream changes (presumably #145494) made this pull request unmergeable. Please resolve the merge conflicts. |
433b324 to
8392e19
Compare
Only unpack span data once to compute end_point and next_point. Split from rust-lang/rust#144930
Only unpack span data once to compute end_point and next_point. Split from rust-lang/rust#144930
Only unpack span data once to compute end_point and next_point. Split from rust-lang/rust#144930
Only unpack span data once to compute end_point and next_point. Split from rust-lang/rust#144930
Only unpack span data once to compute end_point and next_point. Split from rust-lang/rust#144930
This is probably unsound.
r? @ghost