-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
update StiffDDE benchmarks #235
Conversation
These ones show the same regression @devmotion @YingboMa @chriselrod |
Is it possible to view the regressions somewhere? I checked the other PR but it was not clear to me how to figure out what the differences are and what package versions are used by the existing benchmarks (it seems there was no Manifest.toml?). |
It's going to be hard because the old benchmarks were just "it's on v1.4 sometime" 🤷 . This now has a manifest and will have a history of all manifests, but yes, tracking down what it is might be hard. It might just be easier to simply dig in and find a 30%-50% speedup, which is around the amount that regressed. |
I wonder if |
|
It could just be some broadcast regressions, if broadcast is used in the repo, that needs to get replaced to FastBroadcast.jl |
Unless it's using But it could be that it didn't fix the problem in DelayDiffEq (for both NonStiff and Stiff), in which case we'd need to look into it and fix it. All these SciMLBenchmarks being run now are the first set of real performance tests for FastBroadcast.jl, so not unlikely that we run into something to fix. I'll change how |
I'm just going to merge the DelayDiffEq ones, but we should keep this in mind. We can track it in SciML/DelayDiffEq.jl#213 |
No description provided.