2010-08-30 19:10:21 +02:00
|
|
|
{cabal, mtl}:
|
2008-08-29 11:05:49 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "benchpress";
|
|
|
|
version = "0.2.2";
|
|
|
|
sha256 = "185j2viimr1vbbgh9havdj2nskim8apih1fyvwln76jfrwypy194";
|
2010-08-30 19:10:21 +02:00
|
|
|
propagatedBuildInputs = [mtl];
|
2008-08-29 11:05:49 +02:00
|
|
|
meta = {
|
|
|
|
description = "Benchmarks actions and produces statistics such as min, mean, and median execution time.";
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|