stress-ng 0.03.19 -> 0.03.20

This commit is contained in:
Tobias Geerinckx-Rice 2015-02-26 21:25:53 +01:00
parent 362ba73ac6
commit 154d3597a9

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
let version = "0.03.19"; in let version = "0.03.20"; in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "stress-ng-${version}"; name = "stress-ng-${version}";
src = fetchurl { src = fetchurl {
sha256 = "1icr9gk0zm2hhn19xg57x0509w4jz4mf72hsyy6nadzn9426ssaq"; sha256 = "0j1nppja56cgsd7vg3465y9kbxy3hl8mbyzc254qqm4z9ij1m3dg";
url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz"; url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
}; };
@ -20,9 +20,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Stress test a computer system"; description = "Stress test a computer system";
longDescription = '' longDescription = ''
Stress test a computer system in various selectable ways, by exercising Stress test a system in various selectable ways, exercising both various
various physical subsystems of a computer as well as the various physical subsystems and various operating system kernel interfaces:
operating system kernel interfaces. Stress-ng features:
- over 60 different stress tests - over 60 different stress tests
- over 50 CPU specific stress tests that exercise floating point, - over 50 CPU specific stress tests that exercise floating point,
integer, bit manipulation and control flow integer, bit manipulation and control flow