From 41960216b67032fa7bc8659f3ea29993ac37ae26 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sat, 18 Nov 2023 21:41:26 -0800 Subject: [PATCH] tl-tester: Test tunables --- tl-tester | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tl-tester b/tl-tester index 483b7468..4831b831 100755 --- a/tl-tester +++ b/tl-tester @@ -414,6 +414,9 @@ $WRAP ./toplev.py --xlsx x$$.xlsx --force-cpu $DCPU $OPT --all --columns $LOADLO rm x$$.xlsx $WRAP ./toplev.py --force-cpu $DCPU $OPT --xlsx x$$.xlsx --all $LOADLONG rm x$$.xlsx # must exist +$WRAP ./toplev.py --force-cpu $DCPU $OPT --all \ + --tune 'DEDUP_AREA="*"' --tune 'IDLE_MARKER_THRESHOLD=2' --tune 'SIB_THRESH=2' --tune 'KEEP_UNREF=True' \ + --tune 'run_l1_parallel=True' $LOAD $WRAP ./toplev.py --force-cpu $DCPU $OPT --xlsx x$$.xlsx -l6 --metrics --single-thread $LOAD rm x$$.xlsx # must exist $WRAP ./toplev.py --force-cpu $DCPU $OPT --xlsx x$$.xlsx --xnormalize --all $LOADLONG