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

Update continuous benchmarking workflow #206

Merged
merged 4 commits into from Mar 21, 2024
Merged

Conversation

pratikunterwegs
Copy link
Member

@pratikunterwegs pratikunterwegs commented Mar 21, 2024

This PR supersedes #201 and fixes #184. See lorenzwalthert/touchstone#125 for why this was necessary. The workflow uses a development version of {touchstone} that allows emojis to be shown in the benchmarking comment.

Copy link

This is how benchmark results would change (along with a 95% confidence interval in relative change) if 2c00500 is merged into main:

  •   :ballot_box_with_check:default: 40.5ms -> 41.6ms [-0.83%, +6.4%]
  •   :ballot_box_with_check:default_ode: 10.9ms -> 11.1ms [-0.15%, +2.74%]
  •   :ballot_box_with_check:default_ode_interventions: 72.7ms -> 72.5ms [-1.04%, +0.6%]
  •   :ballot_box_with_check:default_ode_param_vec: 835ms -> 834ms [-0.73%, +0.45%]
  •   :ballot_box_with_check:default_ode_paramvec_intervs: 6.28s -> 6.3s [-0.17%, +0.86%]
    Further explanation regarding interpretation and methodology can be found in the documentation.

@sbfnk
Copy link

sbfnk commented Mar 21, 2024

@pratikunterwegs
Copy link
Member Author

Thanks, will use!

@pratikunterwegs pratikunterwegs self-assigned this Mar 21, 2024
@pratikunterwegs pratikunterwegs added the CI Related to continuous integration label Mar 21, 2024
@pratikunterwegs
Copy link
Member Author

Hard resetting to eb439d8 as dev workflow fails when base branch has errors in touchstone script (i.e., outside the benchmarking) - these were fixed in this PR.

Copy link

This is how benchmark results would change (along with a 95% confidence interval in relative change) if 4e2d96b is merged into main:

  •   :ballot_box_with_check:default: 46.9ms -> 47ms [-2.79%, +3.5%]
  •   :ballot_box_with_check:default_ode: 11ms -> 11.1ms [-0.92%, +1.72%]
  • ❗🐌default_ode_interventions: 73.3ms -> 73.8ms [+0.27%, +1.33%]
  •   :ballot_box_with_check:default_ode_param_vec: 846ms -> 847ms [-1.22%, +1.44%]
  • ❗🐌default_ode_paramvec_intervs: 6.33s -> 6.39s [+0.3%, +1.66%]
    Further explanation regarding interpretation and methodology can be found in the documentation.

Copy link

This is how benchmark results would change (along with a 95% confidence interval in relative change) if 932e67a is merged into main:

  •   :ballot_box_with_check:default_ode: 11ms -> 10.9ms [-1.99%, +0.72%]
  •   :ballot_box_with_check:default_ode_interventions: 73.3ms -> 73.2ms [-1.04%, +0.74%]
  •   :ballot_box_with_check:default_ode_param_vec: 844ms -> 838ms [-1.48%, +0.1%]
  •   :ballot_box_with_check:default_ode_paramvec_intervs: 6.33s -> 6.33s [-0.67%, +0.77%]
  •   :ballot_box_with_check:ebola: 41.5ms -> 41.3ms [-3.58%, +2.33%]
    Further explanation regarding interpretation and methodology can be found in the documentation.

@pratikunterwegs pratikunterwegs merged commit 79891e1 into main Mar 21, 2024
4 checks passed
@pratikunterwegs pratikunterwegs deleted the dev-touchstone branch March 21, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Related to continuous integration
Development

Successfully merging this pull request may close these issues.

Add a continuous benchmarking workflow
2 participants