JuliaCI / BenchmarkTools.jl

A benchmarking framework for the Julia language
Other
604 stars 97 forks source link

Reexport `std` and `var` from `Statistics` #336

Closed milesfrain closed 9 months ago

milesfrain commented 9 months ago

Fixes: #146 (part 2)

The original request was to just add a note in the docs about reexports from Statistics: https://github.com/JuliaCI/BenchmarkTools.jl/issues/146#issuecomment-1732649667

But then I found we were missing some re-exports that the docs assume exist. So I added those back in as originally proposed in the above issue.

This PR also removes unnecessary Statistics imports in the tests. FYI @maleadt, This reverts your change from #294 to restore my change from #149.

If we don't want to go with the reexport strategy, that's also fine with me. I just want things to be consistent.