diff options
author | Adrian <z3r0@hubble.local> | 2022-07-13 03:25:28 -0700 |
---|---|---|
committer | Adrian <z3r0@hubble.local> | 2022-07-13 03:25:28 -0700 |
commit | cc60603c50259631a25cbe842d14e9a9def1f84c (patch) | |
tree | 7cd26b3de650049f33344cf5daf3a13010c50df5 | |
parent | c56b6a07c77f6668380dcc1b5ed68d417ad96209 (diff) |
minor comment cleanup for bin/stress_ng_test.py
-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 + \ |