name: darcs-benchmark
version: 0.1.7
synopsis: Comparative benchmark suite for darcs.
description: A simple tool to compare performance of different Darcs 2.x
instances. The program can download a set of test repositories,
or you can provide your own. Run the program without parameters to
get help.
license: BSD3
license-file: LICENSE
copyright: 2009 Petr Rockai <me@mornfall.net>
author: Eric Kow <kowey@darcs.net>, Simon Michael <simon@joyful.com>
and Petr Rockai <me@mornfall.net>
maintainer: Darcs Project <darcs-users@darcs.net>
homepage: http://wiki.darcs.net/Development/Benchmarks
category: Testing
build-type: Custom
cabal-version: >= 1.6
extra-source-files: README
executable darcs-benchmark
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
ghc-options: -Wall -threaded
ghc-prof-options: -prof -auto-all -threaded
build-depends: base < 5,
cmdargs >= 0.1 && < 0.2,
process, mtl, tabular >= 0.2.2.1, time,
regex-posix, html, filepath, directory,
json == 0.4.*,
containers, bytestring, network,
statistics == 0.4.*, uvector == 0.1.*,
HTTP >= 4000.0.8 && < 4000.1,
utf8-string == 0.3.*,
tar, zlib
main-is: main.hs
other-modules: Shellish
Benchmark
Config
Dist
Standard
Download
TabularRST
source-repository head
type: darcs
location: http://code.haskell.org/darcs/darcs-benchmark