ghostty/src/bench/vt-insert-lines.sh
Mitchell Hashimoto e7bf9dc53c vt-insert-lines bench
2024-03-22 20:27:26 -07:00

13 lines
264 B
Bash
Executable File

#!/usr/bin/env bash
#
# Uncomment to test with an active terminal state.
# ARGS=" --terminal"
hyperfine \
--warmup 10 \
-n new \
"./zig-out/bin/bench-vt-insert-lines --mode=new${ARGS}" \
-n old \
"./zig-out/bin/bench-vt-insert-lines --mode=old${ARGS}"