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
I don't at all expect this change to go through, and would be surprised if it were nearly as fast, and also it requires moving sync and arc to core... but I'd like to see the difference to get a grasp on how they perform.
For a rainy day.
The text was updated successfully, but these errors were encountered:
So investigated! Not only did it give a performance hit (like 10%, just by eyeballing the numbers, on task-perf-jargon-metal-smoke), as expected, it also had the interesting side effect that task-perf-linked-failure did not work properly because the mutex_arc supports killing tasks in the middle of it and poisoning the arc.
tl;dr: not just slow, also broken for an obtuse reason.
Previously, benchcomp would crash while rendering a scatterplot when
some results had non-numeric values, because those values were being
rounded using a function that doesn't handle non-numeric arguments.
This commit fixesrust-lang#3210.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
I don't at all expect this change to go through, and would be surprised if it were nearly as fast, and also it requires moving sync and arc to core... but I'd like to see the difference to get a grasp on how they perform.
For a rainy day.
The text was updated successfully, but these errors were encountered: