summaryrefslogtreecommitdiff
blob: 09dd81380f175998cac2d5118cde7cd61437bb9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		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.
	</longdescription>
	<upstream>
		<remote-id type="github">bos/criterion</remote-id>
	</upstream>
</pkgmetadata>