Skip to content

Commit

Permalink
tl-tester: Test tunables
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Nov 19, 2023
1 parent b581cdc commit 4196021
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4196021

Please sign in to comment.