This library provides a powerful but simple way to measure the performance of Haskell code. It provides both a framework for executing and analysing benchmarks and a set of driver functions that makes it easy to build and run benchmarks, and to analyse their results. The fastest way to get started is to read the documentation and examples in the Criterion.Main module. http://hackage.haskell.org/package/criterion
Responsible Changed From-To: freebsd-ports-bugs->haskell haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
pgj 2010-01-12 21:53:30 UTC FreeBSD ports repository Modified files: benchmarks Makefile Added files: benchmarks/hs-criterion Makefile distinfo pkg-descr pkg-plist Log: This Haskell library provides a powerful but simple way to measure the performance of Haskell code. It provides both a framework for executing and analysing benchmarks and a set of driver functions that makes it easy to build and run benchmarks, and to analyse their results. WWW: http://hackage.haskell.org/package/criterion PR: ports/142495 Submitted by: Jacula Modyun <jacula(at)gmail.com> Revision Changes Path 1.68 +1 -0 ports/benchmarks/Makefile 1.1 +95 -0 ports/benchmarks/hs-criterion/Makefile (new) 1.1 +3 -0 ports/benchmarks/hs-criterion/distinfo (new) 1.1 +9 -0 ports/benchmarks/hs-criterion/pkg-descr (new) 1.1 +24 -0 ports/benchmarks/hs-criterion/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Port committed with minor modifications. Thanks!