9be673de5e
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
13 lines
311 B
Nix
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 = [];
|
|
})
|
|
|