Skip to content

Commit ae0e9b9

Browse files
committed
Filter libghostty info log spam from benchmark output
1 parent 9668724 commit ae0e9b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bench/run-bench.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ echo ""
136136
CMD="$EMACS --batch -Q $LOAD_PATH -l $SCRIPT_DIR/ghostel-bench.el --eval '$EVAL'"
137137

138138
if [ -n "$OUTPUT" ]; then
139-
eval "$CMD" 2>&1 | tee "$OUTPUT"
139+
eval "$CMD" 2>&1 | grep -v '^info(' | tee "$OUTPUT"
140140
else
141-
eval "$CMD" 2>&1
141+
eval "$CMD" 2>&1 | grep -v '^info('
142142
fi
143143

144144
# Ghostty comparison

0 commit comments

Comments
 (0)