[Haskell-cafe] ANNOUNCE: testbench-0.1.0.0

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Sun May 22 14:23:30 UTC 2016


I've just released a new library onto Hackage that aims to help you
writing comparison-oriented benchmarks by:

a) reducing the duplication found when using criterion directly
b) let you test your benchmarked values/functions to ensure that they
have the same result/satisfy a given predicate
c) provide more comparison-oriented output

I've written more about it here:
https://ivanmiljenovic.wordpress.com/2016/05/23/test-your-benchmarks/

Or you could go straight to the Hackage page here:
http://hackage.haskell.org/package/testbench

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
http://IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list