1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-07-04 08:41:03 +02:00
tmux-fingers/test/benchmarks/basic_benchmark.sh
2019-01-02 10:33:32 +01:00

19 lines
354 B
Bash
Executable File

#!/usr/bin/env bash
#set -x
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $CURRENT_DIR/../tmuxomatic.sh
source $CURRENT_DIR/../helpers.sh
tmuxomatic__begin begin_hook
begin_with_conf "benchmark"
init_pane
tmuxomatic__exec "cat ./test/fixtures/grep-output"
invoke_fingers
tmuxomatic send-keys "C-c"
tmuxomatic__end end_hook