From d67481ac57285925a43ecaf6fed4abf0bd5d52af Mon Sep 17 00:00:00 2001 From: Nathan Baltzell Date: Tue, 13 Jan 2026 18:43:47 -0500 Subject: [PATCH 1/2] fix old command-line changes --- libexec/scaling | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/scaling b/libexec/scaling index 0de022937d..a2fd8a072d 100755 --- a/libexec/scaling +++ b/libexec/scaling @@ -38,11 +38,11 @@ def benchmark(cfg, threads): exiting,benchmarks = False,collections.OrderedDict() cmd = ['run-clara', '-c',cfg.c, - '-n',str(cfg.e*threads), + '-n',str(cfg.e*int(threads)), '-t',str(threads), '-y',cfg.y, '-o',f'tmp-scaling-{threads}', - cfg.input] + cfg.i] for line in run(cmd): cols = line.split() print(line) From 1940b5880a4f997eafb2072a3821304d5cc9c0ee Mon Sep 17 00:00:00 2001 From: Nathan Baltzell Date: Tue, 13 Jan 2026 19:11:37 -0500 Subject: [PATCH 2/2] use svg --- libexec/scaling.gpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/scaling.gpl b/libexec/scaling.gpl index 14db409d70..c858a734ce 100644 --- a/libexec/scaling.gpl +++ b/libexec/scaling.gpl @@ -1,5 +1,5 @@ -set terminal qt size 1000,700 +set terminal svg size 1000,700 set multiplot layout 2,2 set datafile columnheaders