nixpkgs/pkgs/development/libraries/haskell/benchpress/default.nix
Peter Simons 9be673de5e Added maybench, an automated benchmarking tool. The tool depends on benchpress,
a Haskell library for timed command execution.

For starters, the expression lives in development/libraries/haskell/maybench.
It doesn't really belong there because, though, because, technically, it's an
executable, not a library. If someone has a better idea, please feel free to
move it.

svn path=/nixpkgs/trunk/; revision=12761
2008-08-29 09:05:49 +00:00

13 lines
311 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "benchpress";
version = "0.2.2";
sha256 = "185j2viimr1vbbgh9havdj2nskim8apih1fyvwln76jfrwypy194";
meta = {
description = "Benchmarks actions and produces statistics such as min, mean, and median execution time.";
};
propagatedBuildInputs = [];
})