johnmyleswhite / Benchmarks.jl

A new benchmarking library for Julia
Other
45 stars 15 forks source link

Benchmark.execute arguments should be keywords #48

Closed stevengj closed 8 years ago

stevengj commented 8 years ago

Right now, they are positional arguments, which isn't very practical. e.g. you have to specify all the other arguments just to change the value of verbose.

johnmyleswhite commented 8 years ago

This package is going to be replaced by BenchmarkTools.jl, so I would open issue there.

stevengj commented 8 years ago

Ah, thanks.