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

Calculate mean from larger time intervals #33

Open
ElliottKasoar opened this issue Nov 10, 2023 · 1 comment · May be fixed by #34
Open

Calculate mean from larger time intervals #33

ElliottKasoar opened this issue Nov 10, 2023 · 1 comment · May be fixed by #34
Labels
enhancement New feature or request

Comments

@ElliottKasoar
Copy link
Contributor

From discussions with @draenog, it would be safer to calculate benchmarks by averaging a significantly longer duration (minimum ~1s), rather than our current approach of averaging many shorter iterations.

This would be straightforward is we just wanted to calculate the mean for the entire loop, but finer details may be more complicated, e.g. do we need to be careful about how it ends up being optimised, and is there a straightforward way to time the allocation of arrays repeatedly etc.?

@ElliottKasoar ElliottKasoar added the enhancement New feature or request label Nov 10, 2023
@ElliottKasoar ElliottKasoar linked a pull request Nov 17, 2023 that will close this issue
4 tasks
@TomMelt
Copy link
Member

TomMelt commented Nov 27, 2023

This work will be combined with benchmark timings

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

Successfully merging a pull request may close this issue.

2 participants