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

Add MIRK methods in CI benchmarks #177

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Add MIRK methods in CI benchmarks #177

merged 1 commit into from
Mar 26, 2024

Conversation

ErikQQY
Copy link
Member

@ErikQQY ErikQQY commented Mar 26, 2024

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add MIRK methods benchmarks in the pull request benchmark.

Copy link
Contributor

Benchmark Results

master 8581fd6... master/8581fd6bd9c470...
Simple Pendulum/IIP/MultipleShooting(10, Tsit5; grid_coarsening = false) 1.24 ± 0.036 ms 1.25 ± 0.044 ms 0.993
Simple Pendulum/IIP/MultipleShooting(10, Tsit5; grid_coarsening = true) 2.44 ± 0.061 ms 2.45 ± 0.08 ms 0.996
Simple Pendulum/IIP/MultipleShooting(100, Tsit5; grid_coarsening = false) 27.4 ± 0.55 ms 27.2 ± 0.46 ms 1
Simple Pendulum/IIP/MultipleShooting(100, Tsit5; grid_coarsening = true) 0.125 ± 0.0013 s 0.125 ± 0.0019 s 1
Simple Pendulum/IIP/Shooting(Tsit5()) 0.174 ± 0.0035 ms 0.177 ± 0.0028 ms 0.981
Simple Pendulum/OOP/MultipleShooting(10, Tsit5; grid_coarsening = false) 3.22 ± 0.2 ms 3.17 ± 0.31 ms 1.02
Simple Pendulum/OOP/MultipleShooting(10, Tsit5; grid_coarsening = true) 5.9 ± 2.4 ms 5.92 ± 2 ms 0.996
Simple Pendulum/OOP/MultipleShooting(100, Tsit5; grid_coarsening = false) 0.0771 ± 0.0082 s 0.0772 ± 0.0088 s 0.998
Simple Pendulum/OOP/MultipleShooting(100, Tsit5; grid_coarsening = true) 0.345 ± 0.012 s 0.348 ± 0.013 s 0.99
Simple Pendulum/OOP/Shooting(Tsit5()) 0.718 ± 0.019 ms 0.718 ± 0.018 ms 1
time_to_load 5.35 ± 0.027 s 5.32 ± 0.026 s 1.01

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).

@avik-pal avik-pal merged commit 348a3dd into master Mar 26, 2024
7 of 8 checks passed
@avik-pal avik-pal deleted the qqy/ci_benchmark branch March 26, 2024 16:50
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.

2 participants