11name : criterion
2- version : 1.6.4.0
2+ version : 1.6.4.1
33synopsis : Robust, reliable performance measurement and analysis
44license : BSD3
55license-file : LICENSE
66author : Bryan O'Sullivan <
[email protected] >
77maintainer : Ryan Scott <
[email protected] >
8- copyright : 2009-2016 Bryan O'Sullivan and others
8+ copyright : 2009-present Bryan O'Sullivan and others
99category : Development, Performance, Testing, Benchmarking
10- homepage : http ://www.serpentine. com/criterion
10+ homepage : https ://github. com/haskell /criterion
1111bug-reports : https://github.com/haskell/criterion/issues
1212build-type : Simple
1313cabal-version : >= 1.10
@@ -17,6 +17,9 @@ extra-source-files:
1717 examples/LICENSE
1818 examples/*.cabal
1919 examples/*.hs
20+ www/fibber.html
21+ www/report.html
22+ www/fibber-screenshot.png
2023tested-with :
2124 GHC== 8.0.2 ,
2225 GHC== 8.2.2 ,
@@ -39,17 +42,14 @@ data-files:
3942
4043description :
4144 This library provides a powerful but simple way to measure software
42- performance. It provides both a framework for executing and
45+ performance. It consists of both a framework for executing and
4346 analysing benchmarks and a set of driver functions that makes it
4447 easy to build and run benchmarks, and to analyse their results.
4548 .
4649 The fastest way to get started is to read the
47- <http ://www.serpentine. com/criterion/tutorial.html online tutorial>,
50+ <https ://github. com/haskell/ criterion/blob/master/README.markdown#tutorial online tutorial>,
4851 followed by the documentation and examples in the "Criterion.Main"
4952 module.
50- .
51- For examples of the kinds of reports that criterion generates, see
52- <http://www.serpentine.com/criterion the home page> .
5353
5454flag fast
5555 description : compile without optimizations
0 commit comments