Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
657 changes: 645 additions & 12 deletions README.markdown

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.6.4.1

* Merge tutorial into README.

1.6.4.0

* Drop support for pre-8.0 versions of GHC.
Expand Down
16 changes: 8 additions & 8 deletions criterion.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: criterion
version: 1.6.4.0
version: 1.6.4.1
synopsis: Robust, reliable performance measurement and analysis
license: BSD3
license-file: LICENSE
author: Bryan O'Sullivan <bos@serpentine.com>
maintainer: Ryan Scott <ryan.gl.scott@gmail.com>
copyright: 2009-2016 Bryan O'Sullivan and others
copyright: 2009-present Bryan O'Sullivan and others
category: Development, Performance, Testing, Benchmarking
homepage: http://www.serpentine.com/criterion
homepage: https://github.com/haskell/criterion
bug-reports: https://github.com/haskell/criterion/issues
build-type: Simple
cabal-version: >= 1.10
Expand All @@ -17,6 +17,9 @@ extra-source-files:
examples/LICENSE
examples/*.cabal
examples/*.hs
www/fibber.html
www/report.html
www/fibber-screenshot.png
tested-with:
GHC==8.0.2,
GHC==8.2.2,
Expand All @@ -39,17 +42,14 @@ data-files:

description:
This library provides a powerful but simple way to measure software
performance. It provides both a framework for executing and
performance. It consists of 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
<http://www.serpentine.com/criterion/tutorial.html online tutorial>,
<https://github.com/haskell/criterion/blob/master/README.markdown#tutorial online tutorial>,
followed by the documentation and examples in the "Criterion.Main"
module.
.
For examples of the kinds of reports that criterion generates, see
<http://www.serpentine.com/criterion the home page>.

flag fast
description: compile without optimizations
Expand Down
24 changes: 0 additions & 24 deletions www/Makefile

This file was deleted.

Binary file removed www/background.jpg
Binary file not shown.
88 changes: 0 additions & 88 deletions www/bootstrap-custom.css

This file was deleted.

78 changes: 0 additions & 78 deletions www/index.md

This file was deleted.

96 changes: 0 additions & 96 deletions www/template.html

This file was deleted.

Loading