-
Notifications
You must be signed in to change notification settings - Fork 244
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
Platform database benchmarks broken #1822
Comments
/cc @roji |
There was a change around timers in dotnet/runtime#83604. Might be the reason? |
@vonzshik definitely related, this exception is a new behavior from this PR, thanks |
Yep. Also notice that it casts from TimeSpan to UInt32 - this probably is the reason:
|
Agreed, because the checks are the same (ArgumentOutOfRangeException.ThrowIfGreaterThan) |
I took a closer look. There is a thing called UnsignedInfinite which is used by the timer as |
Can you comment on the PR to let them know? |
Sure. |
This is fixed now. |
The text was updated successfully, but these errors were encountered: