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 robot benchmark #951

Merged
merged 3 commits into from
Jun 20, 2024
Merged

add robot benchmark #951

merged 3 commits into from
Jun 20, 2024

Conversation

baggepinnen
Copy link
Contributor

@baggepinnen baggepinnen commented Jun 5, 2024

@baggepinnen
Copy link
Contributor Author

baggepinnen commented Jun 11, 2024

First run
image

second run
image

Julia timings during second run is split up like this
image

If each individual julia timing ite is run twice without anything else, i.e., effectively running

time_solve = @elapsed sol = solve(prob, Rodas5P(autodiff=false));
time_solve = @elapsed sol = solve(prob, Rodas5P(autodiff=false));

we instead get the following breakdown
image

@avinashresearch1
Copy link
Contributor

Dymola results:

Run Number | Translation time | Total time
1, 5.075, 5.267

2, 3.912, 4.112

3, 4.024, 4.255

@ChrisRackauckas ChrisRackauckas merged commit cbb9800 into SciML:master Jun 20, 2024
1 of 2 checks passed
@ChrisRackauckas
Copy link
Member

Multibody isn't in the registry?

@baggepinnen
Copy link
Contributor Author

No, no release has been made yet

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.

3 participants