On Sat, Oct 1, 2016 at 8:51 PM, David Gleich <dgle...@purdue.edu> wrote: > Thanks for that pointer. I'll take a look!
I have a collection of really simple ones here[1]. It's not systematic or comprehensive in any sense but does check a few operations that I care about (simd and math functions) and was able catch a few regressions for various reasons before. [1] https://github.com/yuyichao/explore/blob/6f616e8069728ba749147e3d3f19db511fa97c85/julia/bench_simple/benchmark.jl > > On Saturday, October 1, 2016 at 3:59:18 PM UTC-4, cormu...@mac.com wrote: >> >> I asked a similar question last week. The standard recommendation is >> https://github.com/JuliaCI/BaseBenchmarks.jl. It didn't really meet what I >> was looking for -- a quick, easy to run benchmark to compare machines -- but >> you may find it useful for your purposes.