Skip to content
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

BoundaryValueDiffEqShooting missing Core compat #224

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

ErikQQY
Copy link
Member

@ErikQQY ErikQQY commented Oct 18, 2024

No description provided.

@ErikQQY ErikQQY merged commit 782f8e0 into SciML:master Oct 18, 2024
8 of 21 checks passed
@ErikQQY ErikQQY deleted the qqy/missing_compat branch October 18, 2024 15:44
Copy link
Contributor

Benchmark Results

master 802f005... master/802f005c2bdab2...
Simple Pendulum/IIP/BoundaryValueDiffEq.BoundaryValueDiffEqMIRK.MIRK2() 6.38 ± 0.21 ms 6.43 ± 0.23 ms 0.991
Simple Pendulum/IIP/BoundaryValueDiffEq.BoundaryValueDiffEqMIRK.MIRK3() 2.42 ± 0.15 ms 2.4 ± 0.082 ms 1.01
Simple Pendulum/IIP/BoundaryValueDiffEq.BoundaryValueDiffEqMIRK.MIRK4() 0.842 ± 0.12 ms 0.837 ± 0.15 ms 1.01
Simple Pendulum/IIP/BoundaryValueDiffEq.BoundaryValueDiffEqMIRK.MIRK5() 0.884 ± 0.16 ms 0.885 ± 0.16 ms 0.998
Simple Pendulum/IIP/BoundaryValueDiffEq.BoundaryValueDiffEqMIRK.MIRK6() 0.996 ± 0.21 ms 1 ± 0.21 ms 0.993
Simple Pendulum/IIP/MultipleShooting(10, Tsit5; grid_coarsening = false) 1.88 ± 0.61 ms 1.94 ± 0.57 ms 0.972
Simple Pendulum/IIP/MultipleShooting(10, Tsit5; grid_coarsening = true) 3.56 ± 0.94 ms 3.52 ± 0.92 ms 1.01
Simple Pendulum/IIP/MultipleShooting(100, Tsit5; grid_coarsening = false) 0.0559 ± 0.016 s 0.0552 ± 0.016 s 1.01
Simple Pendulum/IIP/MultipleShooting(100, Tsit5; grid_coarsening = true) 0.0676 ± 0.02 s 0.0703 ± 0.017 s 0.962
Simple Pendulum/IIP/Shooting(Tsit5()) 0.246 ± 0.074 ms 0.245 ± 0.073 ms 1
Simple Pendulum/OOP/BoundaryValueDiffEq.BoundaryValueDiffEqMIRK.MIRK2() 0.039 ± 0.0017 s 0.0391 ± 0.0027 s 0.997
Simple Pendulum/OOP/BoundaryValueDiffEq.BoundaryValueDiffEqMIRK.MIRK3() 11.2 ± 0.6 ms 11.2 ± 0.72 ms 0.999
Simple Pendulum/OOP/BoundaryValueDiffEq.BoundaryValueDiffEqMIRK.MIRK4() 3.28 ± 0.23 ms 3.37 ± 0.23 ms 0.974
Simple Pendulum/OOP/BoundaryValueDiffEq.BoundaryValueDiffEqMIRK.MIRK5() 3.34 ± 0.3 ms 3.33 ± 0.3 ms 1
Simple Pendulum/OOP/BoundaryValueDiffEq.BoundaryValueDiffEqMIRK.MIRK6() 3.5 ± 0.31 ms 3.63 ± 0.31 ms 0.964
Simple Pendulum/OOP/MultipleShooting(10, Tsit5; grid_coarsening = false) 3.36 ± 2.6 ms 3.45 ± 2.6 ms 0.973
Simple Pendulum/OOP/MultipleShooting(10, Tsit5; grid_coarsening = true) 5.87 ± 4 ms 6.07 ± 4 ms 0.968
Simple Pendulum/OOP/MultipleShooting(100, Tsit5; grid_coarsening = false) 0.101 ± 0.012 s 0.107 ± 0.015 s 0.948
Simple Pendulum/OOP/MultipleShooting(100, Tsit5; grid_coarsening = true) 0.125 ± 0.012 s 0.138 ± 0.0095 s 0.91
Simple Pendulum/OOP/Shooting(Tsit5()) 0.587 ± 0.09 ms 0.598 ± 0.29 ms 0.982
time_to_load 15.3 ± 0.058 s 15.5 ± 0.32 s 0.982

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.
Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant