diff options
author | PMR <pmr@pmr-lander> | 2020-03-20 17:10:48 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-03-20 17:10:48 +0000 |
commit | f05c10635d0d3fbcef2af91e60626be362f2c948 (patch) | |
tree | 2141bed8b426a53f647af2d06395f599e918ca83 | |
parent | e5479c1080ce5f9c0a1d350c0971d868aca7fe3b (diff) | |
parent | 589487fae20e50e1f8428c2934f36d253dd0d788 (diff) |
Merge #380968 from ~bladernr/plainbox-provider-checkbox:1868269-reinsert-missing-stressors
re-introduce af-alg stressor to CPU stress test
-rwxr-xr-x | bin/stress_ng_test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/stress_ng_test b/bin/stress_ng_test index ced8455..1bc384a 100755 --- a/bin/stress_ng_test +++ b/bin/stress_ng_test @@ -123,9 +123,9 @@ def stress_cpu(args): """Run stress-ng tests on CPUs.""" retval = 0 - stressors = ['bsearch', 'context', 'cpu', 'crypt', 'hsearch', 'longjmp', - 'lsearch', 'matrix', 'qsort', 'str', 'stream', 'tsearch', - 'vecmath', 'wcs'] + stressors = ['af-alg', 'bsearch', 'context', 'cpu', 'crypt', 'hsearch', + 'longjmp', 'lsearch', 'matrix', 'qsort', 'str', 'stream', + 'tsearch', 'vecmath', 'wcs'] # Add 10% to runtime; will forcefully terminate if stress-ng # fails to return in that time. end_time = args.base_time * 11 / 10 |