Uh oh!
There was an error while loading. Please reload this page.
Delay an is_local_ever_initialized call. - #66537
Conversation
This commit moves the call after a `return` that almost always runs. It speeds up the `unicode_normalization` benchmark by about 2%.
nnethercote
commented
Nov 19, 2019
@bors try @rust-timer queue |
rust-timer
commented
Nov 19, 2019
Awaiting bors try build completion |
bors
commented
Nov 19, 2019
⌛ Trying commit 9651617 with merge b0ffe539b10a02cdb3ff9a220ea27b0b27154e2d... |
bors
commented
Nov 19, 2019
☀️ Try build successful - checks-azure |
rust-timer
commented
Nov 19, 2019
Queued b0ffe539b10a02cdb3ff9a220ea27b0b27154e2d with parent 0ccee30, future comparison URL. |
rust-timer
commented
Nov 19, 2019
Finished benchmarking try commit b0ffe539b10a02cdb3ff9a220ea27b0b27154e2d, comparison URL. |
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Nov 19, 2019
r? @pnkfelix |
nnethercote
commented
Nov 19, 2019
The CI perf results match the local ones: |
bors
commented
Nov 19, 2019
📌 Commit 9651617 has been approved by |
spastorino
commented
Nov 19, 2019
@bors rollup |
bors
commented
Nov 19, 2019
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Nov 19, 2019
📌 Commit 9651617 has been approved by |
@bors rollup=never This is a performance improvement that may mask perf regressions if rolled up. |
bors
commented
Nov 22, 2019
…=spastorino Delay an `is_local_ever_initialized` call. This commit moves the call after a `return` that almost always runs. It speeds up the `unicode_normalization` benchmark by about 2%. r? @spastorino
bors
commented
Nov 22, 2019
☀️ Test successful - checks-azure |
This commit moves the call after a
returnthat almost always runs. Itspeeds up the
unicode_normalizationbenchmark by about 2%.r? @spastorino