forked from pool/stress-ng
Accepting request 560978 from home:mnhauke
- Update to version 0.09.08 * Makefile: bump version * Makefile.config: remove need for LIBBSD for wchar.h path detection * stress-rawdev: fix linking failure on non linux systems * Add wchar.h and bsd/wchar.h path detection, makes stress-ng.h cleaner * Add rawdev raw device read stressor * stress-vecmath: use uint128_put for 128 bit integer * Move ALIGNED and SECTION macros to stress-ng.h * Add OPTIMIZE0 level zero optimization hint macro * stress-socket-diag: remove some consts, cleans up clang warnings * Use the FORMAT macro for some printf style functions * stress-vm: fix warning when building with PEDANTIC=1 * stress-tlb-shootdown: fix unterminated comment * stress-timer: fix warning when building with PEDANTIC=1 * stress-itimer: fix warning when building with PEDANTIC=1 * stress-funccall: clean up warnings when building with PEDANTIC=1 * stress-physpage: only close an opened fd_pc file descriptor * stress-tlb: fix incorrect affinity on cores OBS-URL: https://build.opensuse.org/request/show/560978 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=59
This commit is contained in:
parent
e071b7c062
commit
2b4eb9024a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e4dc07e127e23de7c55f69687ef5f55ee718c386a45ba53f3560e01819a3205e
|
|
||||||
size 311452
|
|
3
stress-ng-0.09.08.tar.xz
Normal file
3
stress-ng-0.09.08.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bbf11c04edd8ec37b1142355d760c960248c14e9065219f951b98f64fb53be4b
|
||||||
|
size 313128
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 1 10:41:32 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to version 0.09.08
|
||||||
|
* Makefile: bump version
|
||||||
|
* Makefile.config: remove need for LIBBSD for wchar.h path detection
|
||||||
|
* stress-rawdev: fix linking failure on non linux systems
|
||||||
|
* Add wchar.h and bsd/wchar.h path detection, makes stress-ng.h cleaner
|
||||||
|
* Add rawdev raw device read stressor
|
||||||
|
* stress-vecmath: use uint128_put for 128 bit integer
|
||||||
|
* Move ALIGNED and SECTION macros to stress-ng.h
|
||||||
|
* Add OPTIMIZE0 level zero optimization hint macro
|
||||||
|
* stress-socket-diag: remove some consts, cleans up clang warnings
|
||||||
|
* Use the FORMAT macro for some printf style functions
|
||||||
|
* stress-vm: fix warning when building with PEDANTIC=1
|
||||||
|
* stress-tlb-shootdown: fix unterminated comment
|
||||||
|
* stress-timer: fix warning when building with PEDANTIC=1
|
||||||
|
* stress-itimer: fix warning when building with PEDANTIC=1
|
||||||
|
* stress-funccall: clean up warnings when building with PEDANTIC=1
|
||||||
|
* stress-physpage: only close an opened fd_pc file descriptor
|
||||||
|
* stress-tlb: fix incorrect affinity on cores
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 17 14:13:43 UTC 2017 - mardnh@gmx.de
|
Sun Dec 17 14:13:43 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package stress-ng
|
# spec file for package stress-ng
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2015, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2015, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.09.07
|
Version: 0.09.08
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to load and stress a computer
|
Summary: Tool to load and stress a computer
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user