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

Fix time conversion in BenchmarkTools comparison #110

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

adrhill
Copy link
Contributor

@adrhill adrhill commented Sep 11, 2024

If I'm not mistaken, the time conversion in the "Fields" table has two typos.

julia> s = @b rand(100) sum
7.854 ns

julia> s.time # in seconds
7.853748680042239e-9

julia> s.time*1e9 # in nanoseconds
7.853748680042239

@LilithHafner
Copy link
Owner

Thanks!

@LilithHafner LilithHafner added documentation Improvements or additions to documentation bugfix labels Sep 11, 2024
@LilithHafner LilithHafner merged commit 8996ecf into LilithHafner:main Sep 11, 2024
13 checks passed
@adrhill adrhill deleted the ah/docs-fields branch September 11, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants