summaryrefslogtreecommitdiff
diff options
authorAdrian <z3r0@hubble.local>2022-07-13 03:25:28 -0700
committerAdrian <z3r0@hubble.local>2022-07-13 03:25:28 -0700
commitcc60603c50259631a25cbe842d14e9a9def1f84c (patch)
tree7cd26b3de650049f33344cf5daf3a13010c50df5
parentc56b6a07c77f6668380dcc1b5ed68d417ad96209 (diff)
minor comment cleanup for bin/stress_ng_test.py
-rw-r--r--.DS_Storebin6148 -> 0 bytes
-rwxr-xr-xbin/stress_ng_test.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index bca7146..0000000
--- a/.DS_Store
+++ /dev/null
Binary files differ
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 + \