Skip to content

Commit 901e87b

Browse files
committed
mute stress-ng
1 parent e41861c commit 901e87b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/wfbench

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ def cpu_mem_benchmark(cpu_queue: multiprocessing.Queue,
195195
"--monte-carlo-method", "pi",
196196
"--monte-carlo-rand", "lcg",
197197
"--monte-carlo-samples", f"{cpu_samples}",
198-
"--monte-carlo-ops", f"{cpu_ops}"]
198+
"--monte-carlo-ops", f"{cpu_ops}",
199+
"--quiet"]
199200
mem_prog = ["stress-ng", "--vm", f"{mem_threads}",
200201
"--vm-bytes", f"{total_mem}", "--vm-keep"]
201202

0 commit comments

Comments
 (0)