You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had to revert #1661 due to major performance issues on Add/Inc/Observe methods for cumulatives #1748
While #1661 added benchmarks, it seems they were unrealistic (e.g. around context switching and extra work in between). We also didn't have a good judgement on that 10ms overhead. We need to make sure:
There are benchmarks we can rely on.
Our release process (or even per PR) ensures we run those and detect potential regressions.
Help wanted!
The text was updated successfully, but these errors were encountered:
We had to revert #1661 due to major performance issues on
Add/Inc/Observe
methods for cumulatives #1748While #1661 added benchmarks, it seems they were unrealistic (e.g. around context switching and extra work in between). We also didn't have a good judgement on that 10ms overhead. We need to make sure:
Help wanted!
The text was updated successfully, but these errors were encountered: