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.miljeno...@gmail.com
http://IvanMiljenovic.wordpress.com
_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell

Reply via email to