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

GFlops should use minimum time instead of mean #15

Closed
ffevotte opened this issue Dec 20, 2020 · 0 comments · Fixed by #16
Closed

GFlops should use minimum time instead of mean #15

ffevotte opened this issue Dec 20, 2020 · 0 comments · Fixed by #16

Comments

@ffevotte
Copy link
Member

GFlops should be estimated based on the minimum time measurement reported by BenchmarkTools, instead of taking the mean time. This would be more consistent with current best practices, as they are implemented in @btime itself.

ffevotte added a commit that referenced this issue Dec 20, 2020
- Display memory allocs (Closes: #5)

- Estimate GFlops based on the minimum time measurement provided by
  `@btime` (Closes: #15)
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 a pull request may close this issue.

1 participant