forked from pool/stress-ng
Accepting request 500521 from home:mnhauke
- update to version 0.08.03: * Makefile: bump version * Manual: update date * stress-pthread: don't use pthread_yield for NetBSD and Solaris * stress-wait: fix waitpid, make sure it's waiting with correct flags * stress-wait: fix WCONINUED typo and add better waitpid error detection * stress-nice: where possible force a sched yield * stress-memcpy: force calls to memcpy and memmove * stress-longjmp: remove extraneous tab * stress-matrix: Add a few more simple matrix method * stress-longjmp: make it a little more stressy * Add OPTIMIZE1 -O1 optimization hint * Add NOINLINE macro for forcing no-inlining of small functions * stress-exec: Make exec fail detection more intelligent * Add comment hinting to fallthrough macro to help static analyzers * stress-epoll: fix comment about delay time * stress-cpu: make macro args distinguishable from function names * stress-cpu: correct a comment function name * stress-pthread: add pthread_yield() call for more scheduler stress * cache: add in missing const to argument * cache: minor code clean ups * constify set/get setting function args * stress-aio-linux: use DIRECT_IO and aligned buffers * Remove the main_opt_t and set/get these using the set/get settings * perf: constify n in perf_yaml_label * stress-cpu: add factorial computation and approximations method * manual: update contributors list, add Abdul Haleem * stress-ng: help: fix typo and replace method m with method M * stress-cpu-online: EBUSY shouldn't be a fatal error * Fix: Macro defination for SECCOMP_SET_MODE_FILTER OBS-URL: https://build.opensuse.org/request/show/500521 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=30
This commit is contained in:
parent
1e62348787
commit
b0ed220925
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:810bb3ada6e3655ea95ba6a8152245e103adc006a94b644751b9d39da0f62597
|
||||
size 412055
|
3
stress-ng-0.08.03.tar.gz
Normal file
3
stress-ng-0.08.03.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97a3a189eb6d470f998df6eb94b997c0d6083a1acc8a773d8a6488614caced7b
|
||||
size 413285
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 2 06:29:38 UTC 2017 - mardnh@gmx.de
|
||||
|
||||
- update to version 0.08.03:
|
||||
* Makefile: bump version
|
||||
* Manual: update date
|
||||
* stress-pthread: don't use pthread_yield for NetBSD and Solaris
|
||||
* stress-wait: fix waitpid, make sure it's waiting with correct flags
|
||||
* stress-wait: fix WCONINUED typo and add better waitpid error detection
|
||||
* stress-nice: where possible force a sched yield
|
||||
* stress-memcpy: force calls to memcpy and memmove
|
||||
* stress-longjmp: remove extraneous tab
|
||||
* stress-matrix: Add a few more simple matrix method
|
||||
* stress-longjmp: make it a little more stressy
|
||||
* Add OPTIMIZE1 -O1 optimization hint
|
||||
* Add NOINLINE macro for forcing no-inlining of small functions
|
||||
* stress-exec: Make exec fail detection more intelligent
|
||||
* Add comment hinting to fallthrough macro to help static analyzers
|
||||
* stress-epoll: fix comment about delay time
|
||||
* stress-cpu: make macro args distinguishable from function names
|
||||
* stress-cpu: correct a comment function name
|
||||
* stress-pthread: add pthread_yield() call for more scheduler stress
|
||||
* cache: add in missing const to argument
|
||||
* cache: minor code clean ups
|
||||
* constify set/get setting function args
|
||||
* stress-aio-linux: use DIRECT_IO and aligned buffers
|
||||
* Remove the main_opt_t and set/get these using the set/get settings
|
||||
* perf: constify n in perf_yaml_label
|
||||
* stress-cpu: add factorial computation and approximations method
|
||||
* manual: update contributors list, add Abdul Haleem
|
||||
* stress-ng: help: fix typo and replace method m with method M
|
||||
* stress-cpu-online: EBUSY shouldn't be a fatal error
|
||||
* Fix: Macro defination for SECCOMP_SET_MODE_FILTER
|
||||
* stress-socket-fd: fix fork failures correctly, make child oomable
|
||||
* stress-memthrash: try harder to get mmap'd memory
|
||||
* Update documentation and help for timeout, specify times in T
|
||||
* stress-ng: remove white space in some -ops help information
|
||||
* move help_t to main stress-ng.c as it's just local to that source
|
||||
* move ionice help to the generic options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 05:34:44 UTC 2017 - mardnh@gmx.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.08.02
|
||||
Version: 0.08.03
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user