Skip to content

Commit 8c560de

Browse files
committed
Added a --quiet flag to another stress-ng invocation
1 parent 901e87b commit 8c560de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/wfbench

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def cpu_mem_benchmark(cpu_queue: multiprocessing.Queue,
198198
"--monte-carlo-ops", f"{cpu_ops}",
199199
"--quiet"]
200200
mem_prog = ["stress-ng", "--vm", f"{mem_threads}",
201-
"--vm-bytes", f"{total_mem}", "--vm-keep"]
201+
"--vm-bytes", f"{total_mem}", "--vm-keep", "--quiet"]
202202

203203
if cpu_threads > 0:
204204
cpu_proc = subprocess.Popen(cpu_prog, preexec_fn=os.setsid)

0 commit comments

Comments
 (0)