forked from pool/stress-ng
Accepting request 585975 from home:mnhauke
- Update to version 0.09.19 * Makefile: bump version * stress-cyclic: fix typo in time measurement, us should be ns * stress-enosys: add checks on RLIMIT_* macros * bump target_clones attribute to gcc 5.5 * stress-mcontend: don't msync if it is not available * Disable target_clones attribute on GNU_HURD * stress-procfs: make stressor more stressful, less thread spawning * stress-enosys: wider sanity checks for fork/vfork/cloning (LP:#1753705) * Forgot to add test/test-personality.c * stress-enosys: try to limit fork run-away (LP:#1753705) * Add personality autoconfiguration detection * stress-mcontend: fix non-Linux build * stress-cpu: fix clang build error * Add new mcontend memory contention stressor * stress-af-algo: add a couple more crypto module tests * Add GCC-5 target_clones attribute * stressors: use the new cpu_is_x86 helper * Add cpu.c and cpu_is_x86 cpu detection helper OBS-URL: https://build.opensuse.org/request/show/585975 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=81
This commit is contained in:
parent
13d3a8e467
commit
4b6250c0b3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46c88332b91838af27f4b80c2e621e744ae04ce6f19b150ac748f9ba43d22509
|
|
||||||
size 332256
|
|
3
stress-ng-0.09.19.tar.xz
Normal file
3
stress-ng-0.09.19.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1002bba65ee8edbb644798d5cf3c035ad9d054732892ce8db5610a41990515c6
|
||||||
|
size 333752
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 12 15:33:39 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to version 0.09.19
|
||||||
|
* Makefile: bump version
|
||||||
|
* stress-cyclic: fix typo in time measurement, us should be ns
|
||||||
|
* stress-enosys: add checks on RLIMIT_* macros
|
||||||
|
* bump target_clones attribute to gcc 5.5
|
||||||
|
* stress-mcontend: don't msync if it is not available
|
||||||
|
* Disable target_clones attribute on GNU_HURD
|
||||||
|
* stress-procfs: make stressor more stressful, less thread spawning
|
||||||
|
* stress-enosys: wider sanity checks for fork/vfork/cloning (LP:#1753705)
|
||||||
|
* Forgot to add test/test-personality.c
|
||||||
|
* stress-enosys: try to limit fork run-away (LP:#1753705)
|
||||||
|
* Add personality autoconfiguration detection
|
||||||
|
* stress-mcontend: fix non-Linux build
|
||||||
|
* stress-cpu: fix clang build error
|
||||||
|
* Add new mcontend memory contention stressor
|
||||||
|
* stress-af-algo: add a couple more crypto module tests
|
||||||
|
* Add GCC-5 target_clones attribute
|
||||||
|
* stressors: use the new cpu_is_x86 helper
|
||||||
|
* Add cpu.c and cpu_is_x86 cpu detection helper
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 1 15:05:29 UTC 2018 - mardnh@gmx.de
|
Thu Mar 1 15:05:29 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.09.18
|
Version: 0.09.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to load and stress a computer
|
Summary: Tool to load and stress a computer
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user