diff options
-rw-r--r-- | .DS_Store | bin | 6148 -> 0 bytes | |||
-rwxr-xr-x | bin/stress_ng_test.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.DS_Store b/.DS_Store Binary files differdeleted file mode 100644 index bca7146..0000000 --- a/.DS_Store +++ /dev/null diff --git a/bin/stress_ng_test.py b/bin/stress_ng_test.py index e21fe53..5f3b9a5 100755 --- a/bin/stress_ng_test.py +++ b/bin/stress_ng_test.py @@ -231,7 +231,7 @@ def stress_memory(args): # Variable-run-time stressors -- run longer on systems with more RAM.... vrt_stressors = ['malloc', 'mincore', 'vm', 'mmap'] - # stack, bigheap, brk + # Low-thread-count stressors -- throttle to >8 threads... ltc_stressors = ['stack', 'bigheap', 'brk'] est_runtime = len(crt_stressors) * args.base_time + \ |