summaryrefslogtreecommitdiff
path: root/gnu/packages/benchmark.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: fio: Use INVOKE.Tobias Geerinckx-Rice2018-04-261-2/+3
| | | | | * gnu/packages/benchmark.scm (fio)[arguments]: Substitute INVOKE for SYSTEM* and end phase with explicit #t.
* gnu: fio: Update to 3.6.Marius Bakke2018-04-251-2/+2
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.6.
* gnu: fio: Update to 3.5.Marius Bakke2018-02-221-2/+2
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.5.
* gnu: fio: Update to 3.4.Marius Bakke2018-02-141-2/+2
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.4.
* gnu: fio: Update to 3.3.Tobias Geerinckx-Rice2018-01-101-2/+3
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.3.
* gnu: fio: Update to 3.2.Marius Bakke2017-11-051-2/+2
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.2.
* gnu: fio: Update to 3.1.Manolis Ragkousis2017-11-051-2/+2
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.1.
* gnu: Add imb-openmpi.Dave Love2017-10-051-1/+66
| | | | | | | * gnu/packages/benchmark.scm (imb): New procedure. (imb-openmpi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fio: Update to 2.20.Marius Bakke2017-05-211-4/+4
| | | | | * gnu/packages/benchmark.scm (fio): Update to 2.20. [arguments]<#:phases>: Drop removed script from 'move-outputs' phase.
* gnu: fio: Update to 2.19.Marius Bakke2017-04-161-2/+2
| | | | * gnu/packages/benchmark.scm (fio): Update to 2.19.
* gnu: fio: Enable rbd support.Marius Bakke2017-03-281-2/+4
| | | | * gnu/packages/benchmark.scm (fio)[inputs]: Add ceph:lib.
* gnu: fio: Install python scripts in separate output.Marius Bakke2017-03-281-7/+20
| | | | | * gnu/packages/benchmark.scm (fio)[outputs]: New field. [arguments]: Rename 'wrap-python-scripts' phase to 'move-outputs'. Keep wrapper.
* gnu: fio: Update to 2.18.Marius Bakke2017-02-241-3/+3
| | | | | * gnu/packages/benchmark.scm (fio): Update to 2.18. [arguments]: Enable tests.
* gnu: fio: Enable optional helper scripts.Marius Bakke2017-02-011-4/+31
| | | | | | * gnu/packages/benchmark.scm (fio)[arguments]: Add 'patch-paths' and 'wrap-python-scripts' phases. [inputs]: Add GNUPLOT, PYTHON-2, PYTHON2-NUMPY and PYTHON2-PANDAS.
* gnu: fio: Update to 2.17.Marius Bakke2017-02-011-2/+2
| | | | * gnu/packages/benchmark.scm (fio): Update to 2.17.
* gnu: fio: Update to 2.16.Marius Bakke2017-01-151-2/+2
| | | | * gnu/packages/benchmark.scm (fio): Update to 2.16.
* gnu: fio: Update to 2.15.Marius Bakke2016-10-311-2/+2
| | | | * gnu/packages/benchmark.scm (fio): Update to 2.15.
* gnu: Add fio.Marius Bakke2016-08-141-0/+63
* gnu/packages/benchmark.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>