Accepting request 571310 from benchmark
OBS-URL: https://build.opensuse.org/request/show/571310 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stress-ng?expand=0&rev=31
This commit is contained in:
commit
94d6e64f1b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9960f3d2e049e717334a71675c81e0a816b045e3c424a06fa1d9695ab5cd73a4
|
||||
size 324232
|
3
stress-ng-0.09.14.tar.xz
Normal file
3
stress-ng-0.09.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02cac34a5cb041197af60c1867844c6cbb089a6d10a38cdcf7b8f27bfaa6ef8f
|
||||
size 327072
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 08:41:23 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
- Update to version 0.09.14
|
||||
* Makefile: bump version
|
||||
* stress-sigpipe: reduce scope of int ret
|
||||
* stress-wcsstr: sanity check to see if there are any wcs* functions
|
||||
* Add full wide char function autodetection
|
||||
* stress-chown: workaround a NetBSD hang on usleep
|
||||
* stress-chmod: workaround a NetBSD hang on usleep
|
||||
* stress-cpu: add __fp16 float16 support (ARM)
|
||||
* test/test-float: ensure test code is not overly optimized out
|
||||
* test/test-float.c: ensure build options are same as stress-cpu.c
|
||||
* Generalize float type config tests
|
||||
* stress-cpu: Add float32, float80 and float128 support
|
||||
* stress-ng: add some alignment tweaks to naturally align fields
|
||||
* Add a new vm-addr virtual memory address stressor
|
||||
* README: update number of stressors
|
||||
* stress-funccall: make functions non-static, force less optimization
|
||||
* stress-vm: add UNLIKELY annotations to improve performance
|
||||
* stress-procfs: don't write using a NULL badbuf
|
||||
* Add sigpipe stressor
|
||||
* Add bad write buffer to procfs write
|
||||
* stress-procfs: do proc writes only if proc_write is true
|
||||
* stress-vm-rw: fix build failure on ia64 with missing HAVE_CLONE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 09:36:23 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.09.13
|
||||
Version: 0.09.14
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user