v0.6.0
BenchmarkTools v0.6.0
Closed issues:
- overhead_sample(evals) and estimate_overhead() gives lower values, the higher "evals" is (#163)
- BenchmarkTools punning
Base.time
? (#165) - Avoiding invalidations of
min
/max
(#168) @btime
returns different memory allocs than@time
when used withThreads.@threads
(#175)- wrong output from
@btime
,@benchmark
etc. when benchmarking inplace broadcast operations (#181) - Behind the scenes of @Btime (#185)
Merged pull requests:
- Document the practice of referencing and dereferencing variables to stop constant prop (#140) (@MasonProtter)
- update travis (#159) (@vchuravy)
- Fixed broken link to Julia @time (#161) (@one-more-fix)
- make sure that nullfunc is not ellided (#164) (@vchuravy)
- Added a tip (#172) (@pauljurczak)
- Fixing small typo (#178) (@tkralphs)
- fix dead links (#183) (@fonsp)
- switch to GitHub actions (#189) (@Roger-luo)
- fix CI (#192) (@vtjnash)
- Early-convert BenchmarkGroup names to JSON-safe (#193) (@vtjnash)
- Tag v0.6.0 (#196) (@vtjnash)