-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Use correct clock in park_timeout
on Horizon
#100539
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
(rust-highfive has picked a reviewer for you, use r? to override) |
3c55b71
to
2abd39e
Compare
☔ The latest upstream changes (presumably #101482) made this pull request unmergeable. Please resolve the merge conflicts. |
2abd39e
to
ce051df
Compare
@bors r+ |
It looks like bors missed that one... |
@joboet: 🔑 Insufficient privileges: Not in reviewers |
bors was apparently asleep @bors r=thomcc |
Thank you, I didn't notice this didn't go through. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (6a4624d): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis 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. |
Horizon does not support using
CLOCK_MONOTONIC
with condition variables, so use the system time instead.