From 02850e2a320b9a01965b716bf1df67ebb665e0a2 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Tue, 12 Jan 2010 21:53:30 +0000 Subject: 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 --- benchmarks/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'benchmarks/Makefile') diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 5c757363e693..52a8a6ab2e51 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -18,6 +18,7 @@ SUBDIR += gtkperf SUBDIR += himenobench SUBDIR += hpl + SUBDIR += hs-criterion SUBDIR += httperf SUBDIR += imb SUBDIR += iozone -- cgit v1.2.3