Skip to content

Commit

Permalink
test if trigger changes on run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KsaR99 committed Dec 19, 2024
1 parent 1afa69b commit 897e7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function run_extra_parameter {
echo ""
echo "Benchmarking $1"
input=`cat input.txt`
hyperfine -i --shell=none --runs 7 --warmup 2 "${2} ${3} ${input}" | sed 's/\(.\{80\}\).*/\1.../'
hyperfine -i --shell=none --runs 7 --warmup 2 "${2} ${3} ${input}" | sed -E 's/(.{80}).*/\1.../'
fi
}

Expand Down

0 comments on commit 897e7d0

Please sign in to comment.