diff options
author | pi <pi@FreeBSD.org> | 2016-04-19 12:28:47 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-04-19 12:28:47 +0800 |
commit | 37ef06cfda0ccd65c2725c931c309e5ead240e93 (patch) | |
tree | 10e7e5ff0c9e02060b3441921761c91c9c8628ba /benchmarks | |
parent | 2434f1e8814fc26a28979cd410a00d681a3e58ad (diff) | |
download | freebsd-ports-gnome-37ef06cfda0ccd65c2725c931c309e5ead240e93.tar.gz freebsd-ports-gnome-37ef06cfda0ccd65c2725c931c309e5ead240e93.tar.zst freebsd-ports-gnome-37ef06cfda0ccd65c2725c931c309e5ead240e93.zip |
benchmarks/stress-ng: 0.05.22 -> 0.05.24
Changes:
- Makefile: bump version
- stress-mmap: handle SIGBUS signals (LP: #1569468)
- stress-mmapmany: sanity check sysconf return
- stress-mmapmany: detect SEGV deaths
- stress-mlock: detect SEGV deaths
- stress-brk: detect SEGV deaths
- stress-bigheap: detect SEGV deaths
- stress-memfd: detect SEGV deaths
- stress-mmapmany: allocate mappings on heap rather than stack
- stress-mlock: allocate mappings on heap rather than stack
- stress-cpu: move sieve buffer to static to reduce stack size
- stress-sem*: differentiate between which semaphore init that failed
- stress-remap-file-pages: abort if remap fails
- stress-fiemap: remove \n from pr_fail_err messages
PR: 208885
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/stress-ng/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/stress-ng/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/stress-ng/pkg-descr | 7 |
3 files changed, 7 insertions, 6 deletions
diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile index 066d83b54f25..c2246b932024 100644 --- a/benchmarks/stress-ng/Makefile +++ b/benchmarks/stress-ng/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.05.22 +PORTVERSION= 0.05.24 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ diff --git a/benchmarks/stress-ng/distinfo b/benchmarks/stress-ng/distinfo index d992ca1c8cb2..e71c20f295cb 100644 --- a/benchmarks/stress-ng/distinfo +++ b/benchmarks/stress-ng/distinfo @@ -1,2 +1,2 @@ -SHA256 (stress-ng-0.05.22.tar.gz) = a133cc4efeddd1644439d748ec03d78449bb27fd8da3b0228b531847d39432d3 -SIZE (stress-ng-0.05.22.tar.gz) = 303492 +SHA256 (stress-ng-0.05.24.tar.gz) = 72080d9c273d77e507d3e5b2dc9ad3349699a7c6c4575c5a828e8c9d7d419526 +SIZE (stress-ng-0.05.24.tar.gz) = 303850 diff --git a/benchmarks/stress-ng/pkg-descr b/benchmarks/stress-ng/pkg-descr index 395e783194e3..a1da28cb74a3 100644 --- a/benchmarks/stress-ng/pkg-descr +++ b/benchmarks/stress-ng/pkg-descr @@ -1,5 +1,6 @@ -This stress test suite will stress a computer system in various selectable ways -It was designed to exercise various physical subsystems of a computer as well -as various operating system kernel interfaces. +This stress test suite will stress a computer system in various +selectable ways It was designed to exercise various physical +subsystems of a computer as well as various operating system kernel +interfaces. WWW: http://kernel.ubuntu.com/~cking/stress-ng/ |