Accepting request 481758 from home:mimi_vx:branches:benchmark
- update to version 0.0.7.26: * fast-test-all: revert back to maximum of 4 stressors * stress-zero: disable write to /dev/zero for minix * shim: fix build error and warnings on Minix builds * stress-fstat: allow threadless builds for systems without pthreads * stress-ng: fix cppcheck style warnings: reduce scope of variables i and j * stress-fstat: reduce scope of variable fd * stress-zlib: clean up cppcheck style warnings * stress-stackmmap: clean up cppcheck style warning * stress-bind-mount: use args_t wrapper for clone to fix warning * Wrap const *args_t to pass non const void * arg to pthread_create * stress-tmpfs: constify array mmap_flags[] * stress-shm-sysv: constify array shm_flags[] * stress-opcode: constify static array sigs[] * stress-mmap: constify mmap_flags * stress-af-alg: constify static data structures * test-asm-nop: add copyright boiler plate message * Make default cache size information debug only * thrash: add some function comments * shim: add more comments * Use the mincore shim to hide BSD/linux 3rd argument differences * Add shim for mincore(2) * shim: madvise: map madvise advice to posix_madvise advice * stressors: use shim_madvise rather than madvise * Add shim for madvise(2) * stress-fp-error: check for EDOM, ERANGE (lp#1674000) * Make FORCE_DO_NOTHING build in a nop before other ways of doing nothing * stress-matrix: align matrices to 64 bytes to reduce cache stalls * stress-matrix: use restrict on arrays for more compute * stress-icache: add missing support for PPC64 OBS-URL: https://build.opensuse.org/request/show/481758 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=23
This commit is contained in:
parent
32012bf3c6
commit
063012e808
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9143c1e78c92612c6a58913c2035c0039e1fe9ff72f99148f049abe47c167224
|
||||
size 370289
|
3
stress-ng-0.07.26.tar.gz
Normal file
3
stress-ng-0.07.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e14e52df9fdac4f5be66a2ba86c7d56134ae6f2824f5349f89d8010a61d3890d
|
||||
size 371638
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 12:07:46 UTC 2017 - mimi.vx@gmail.com
|
||||
|
||||
- update to version 0.0.7.26:
|
||||
* fast-test-all: revert back to maximum of 4 stressors
|
||||
* stress-zero: disable write to /dev/zero for minix
|
||||
* shim: fix build error and warnings on Minix builds
|
||||
* stress-fstat: allow threadless builds for systems without pthreads
|
||||
* stress-ng: fix cppcheck style warnings: reduce scope of variables i and j
|
||||
* stress-fstat: reduce scope of variable fd
|
||||
* stress-zlib: clean up cppcheck style warnings
|
||||
* stress-stackmmap: clean up cppcheck style warning
|
||||
* stress-bind-mount: use args_t wrapper for clone to fix warning
|
||||
* Wrap const *args_t to pass non const void * arg to pthread_create
|
||||
* stress-tmpfs: constify array mmap_flags[]
|
||||
* stress-shm-sysv: constify array shm_flags[]
|
||||
* stress-opcode: constify static array sigs[]
|
||||
* stress-mmap: constify mmap_flags
|
||||
* stress-af-alg: constify static data structures
|
||||
* test-asm-nop: add copyright boiler plate message
|
||||
* Make default cache size information debug only
|
||||
* thrash: add some function comments
|
||||
* shim: add more comments
|
||||
* Use the mincore shim to hide BSD/linux 3rd argument differences
|
||||
* Add shim for mincore(2)
|
||||
* shim: madvise: map madvise advice to posix_madvise advice
|
||||
* stressors: use shim_madvise rather than madvise
|
||||
* Add shim for madvise(2)
|
||||
* stress-fp-error: check for EDOM, ERANGE (lp#1674000)
|
||||
* Make FORCE_DO_NOTHING build in a nop before other ways of doing nothing
|
||||
* stress-matrix: align matrices to 64 bytes to reduce cache stalls
|
||||
* stress-matrix: use restrict on arrays for more compute
|
||||
* stress-icache: add missing support for PPC64
|
||||
* Add ppc64 arch to defined STRESS arch types
|
||||
* stress-icache: add missing support for IBM s390
|
||||
* Add s390 arch to defined STRESS arch types
|
||||
* stress-icache: don't build in 64K page support for ARMEL
|
||||
* Makefile: replace 'got' with 'using' in autoconfiguration text
|
||||
* stress-getrandom: check for EINTR failures (from SIGALRM)
|
||||
* Makefile: generate apparmor raw binary data silently
|
||||
* Explicitly call pr_closelog() and flush pending output (lp#857942)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 18 11:16:38 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.07.25
|
||||
Version: 0.07.26
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user