Accepting request 535479 from home:mnhauke
- Update to version 0.08.18 OBS-URL: https://build.opensuse.org/request/show/535479 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=46
This commit is contained in:
parent
008d5ba55e
commit
7035707df2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:315311d4fd09d1e06935bcb9c72b8bbb8289f8d4385a32a6b427bd067d816a87
|
||||
size 446671
|
3
stress-ng-0.08.18.tar.gz
Normal file
3
stress-ng-0.08.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0d64b2b45c66cf48601ac51423dcd0c492a401244b9404ce7cbfb1e2dba0b84
|
||||
size 448997
|
@ -1,3 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 20 13:04:05 UTC 2017 - mardnh@gmx.de
|
||||
|
||||
- Update to version 0.08.18:
|
||||
* Makefile: bump version
|
||||
* Manual: update date
|
||||
* debian/control: update Standards-Version to 4.1.1
|
||||
* stress-hsearch: use sizeof on size of object and not the type
|
||||
* stress-vm: use sizeof on size of object and not the type
|
||||
* stress-ng: use sizeof on size of object and not the type
|
||||
* stress-radixsort: use sizeof on size of object and not the type
|
||||
* stress-shm: use sizeof on size of object and not the type
|
||||
* stress-zlib: use sizeof on size of object and not the type
|
||||
* stress-udp: use sizeof on size of object and not the type
|
||||
* stress-mlock: use sizeof on size of object and not the type
|
||||
* stress-sigsuspend: use sizeof on size of object and not the type
|
||||
* stress-tsearch: use sizeof on size of object and not the type
|
||||
* stress-stream: use sizeof on size of object and not the type
|
||||
* stress-yield: use sizeof on size of object and not the type
|
||||
* test-libbsd: use sizeof on size of object and not the type
|
||||
* stress-scpt: remove extraneous space
|
||||
* stress-qsort: use sizeof on size of object and not the type
|
||||
* stress-opcode: use sizeof on size of object and not the type
|
||||
* stress-mergesort: use sizeof on size of object and not the type
|
||||
* stress-lsearch: use sizeof on size of object and not the type
|
||||
* stress-heapsort: use sizeof on size of object and not the type
|
||||
* stess-fiemap: use sizeof on size of object and not the type
|
||||
* stress-cpu: fix setting of data values for stats data
|
||||
* stress-cpu: use sizeof on size of object and not the type
|
||||
* stress-cpu-online: use sizeof on size of object and not the type
|
||||
* stress-bsearch: use sizeof on size of object and not the type
|
||||
* stress-apparmor: use sizeof on size of object and not the type
|
||||
* stress-aio: use sizeof on size of object and not the type
|
||||
* perf: use sizeof on size of object and not the type
|
||||
* cache: use sizeof on size of object and not the type
|
||||
* stress-cpu: add statistics computations (stats cpu method)
|
||||
* Add eventfd autodetection
|
||||
* Add chroot autodetection
|
||||
* stress-cap: remove __linux__ check
|
||||
* stress-netdev: make errno EADDRNOTAVAIL non-fatal
|
||||
* Makefile: re-organize, put config probing into Makefile.config
|
||||
* Add swapcontext autoconfig detection
|
||||
* stress-zlib: add handler to catch code text read faults
|
||||
* stress-cyclic: print 64 bit signed 0 value dist stats correctly
|
||||
on 32 bit arch
|
||||
* stress-cyclic: fix up bucket info
|
||||
* stress-cyclic: dump more buckets and don't show lots of trailing
|
||||
zeros
|
||||
* stress-fiemap: add more yield points for snappier termination
|
||||
|
||||
- Update to version 0.08.17:
|
||||
* Makefile: bump version
|
||||
* debian/control: update Standards-Version to 4.1.0
|
||||
* perf: rename perf_info argument to pi to avoid shadowing warning
|
||||
* README: update number of stressors
|
||||
* stress-procfs: add some seeks to further exercise procfs
|
||||
* test-mathfunc: ensure we link in the math func
|
||||
* Fix test-mathfunc checks - fails on BSD.
|
||||
* Makefile: add test-mathfunc.c and add it to dist rule
|
||||
* Makefile + stress-cpu: add autodetection of missing math functions
|
||||
* perf: inline perf_type_tracepoint_resolve_config
|
||||
* perf: remove need for prefix of PERF_COUNT_ on perf counter names
|
||||
* perf: remove need for the HW_CACHE wrapper macro
|
||||
* perf: move PERF_INFO_TP macro
|
||||
* perf: increase width of label by 1 char
|
||||
* perf: rename STRESS_GOT to STRESS_PERF_DEFINED
|
||||
* Remove perf_get_counter_by_index, simplify code
|
||||
* Move perf_scale_t and perf_scale, make array const too
|
||||
* perf: remove helper function perf_get_label_by_index
|
||||
* perf: simplyify event handling, remove need for ids
|
||||
* stress-ng.h: remove redundant minix #if def
|
||||
* perf: remove some white spaces before tabs. bad formatting
|
||||
* perf: add some more perf hardware events
|
||||
* perf: add more trace point events
|
||||
* perf: fix spelling mistake in comment
|
||||
* perf: Add more units scaling, for when processors run really fast
|
||||
* Manual: update contributors
|
||||
* stress-key: bump timeout to 7200 seconds from 1 second
|
||||
* stress-opcode: fix build warning when SECCOMP_SET_MODE_FILTER is
|
||||
not defined
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 1 14:28:32 UTC 2017 - mardnh@gmx.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.08.16
|
||||
Version: 0.08.18
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user