ghostty/src/bench/resize.sh
Mitchell Hashimoto 9006a3f431 bench/resize
2024-03-22 20:27:33 -07:00

13 lines
246 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-resize --mode=new${ARGS}" \
-n old \
"./zig-out/bin/bench-resize --mode=old${ARGS}"