Motivated by the benchmarking needs in StatsBase and Distributions, I develop a new lightweight package for comparative benchmarking: BechmarkLite.jl <https://github.com/lindahua/BenchmarkLite.jl>
It is designed specially for the purpose of comparing performance of multiple algorithms/procedures under different configurations. It is lightweight (no dependency on any other packages), flexible, and easy to use. Here is an example (on Ijulia notebook viewer) <http://nbviewer.ipython.org/github/lindahua/BenchmarkLite.jl/blob/master/examples/mathfuns_benchmark.ipynb> that illustrates its usage. The package is being used by StatsBase and Distributions for benchmarking. Cheers, Dahua
