JuliaLang / Microbenchmarks

Microbenchmarks comparing the Julia Programming language with other languages
https://julialang.org/benchmarks/
Other
88 stars 48 forks source link

Drop perfutils.jl and use BenchmarkTools instead #9

Closed waldyrious closed 6 years ago

waldyrious commented 6 years ago

From this comment:

Ideally we should drop the perfutils.jl code and use BenchmarkTools instead. That can follow.

StefanKarpinski commented 6 years ago

Perhaps we should, but on the other hand that will create a bigger difference between how Julia code is measured and how other languages are measured, so perhaps not.

waldyrious commented 6 years ago

To be clear, I was just making sure scattered TODOs were being properly tracked. I have no strong opinion on this, so if there's agreement, this issue can be closed as far as I'm concerned.

johnfgibson commented 6 years ago

Good point. The perfutils.jl macros are simple, transparent, and easy to compare with timings in other languages. I'm good with keeping them and closing this issue.