packages feed

darcs-benchmark-0.1: darcs-benchmark.cabal

name:          darcs-benchmark
version:       0.1
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:    Petr Rockai <me@mornfall.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
    ghc-prof-options: -prof -auto-all

    build-depends: base < 5, process, mtl, tabular >= 0.2, time,
                   regex-posix, html, filepath, directory,
                   containers, bytestring, network, HTTP >= 4000, tar, zlib

    main-is: main.hs
    other-modules: Shellish
                   Benchmark
                   Standard
                   Download

source-repository head
  type:     darcs
  location: http://repos.mornfall.net/darcs/benchmark