You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first example in the README @btime sin(1) (no longer?) measures anything meaningful because the expression is constant-folded, which makes it a rather poor demonstration of how to use BenchmarkTools.
A better example should be used and perhaps a section could be added on avoiding situations like this.