Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rt):
Sleep::downcast_mut_pin()
no longer extend lifetime
This lifetime extension was a mistake. Closes #3556 BREAKING CHANGE: The returned lifetime from `Sleep::downcast_mut_pin()` is no longer `'static`. This shouldn't affect most usage. This sort of breaking change is needed because it is _wrong_.
- Loading branch information
7206fe3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'end_to_end'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.http2_parallel_x10_req_10kb_100_chunks_adaptive_window
24776299
ns/iter (± 18371731
)7869253
ns/iter (± 117771
)3.15
This comment was automatically generated by workflow using github-action-benchmark.