Update benchmark.sh

This commit is contained in:
Torma Kristóf 2019-04-26 16:15:41 +02:00 committed by GitHub
parent cb1a31cbc1
commit 260f0097f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ fi
echo -e "Benchmarking functions\n"
for function in "${functions[@]}"
do
function_friendly=$(echo $function | cut - -d'-' -t1)
function_friendly=$(echo $function | cut - -d'-' -f1)
echo -e "Benchmarking $function\n"
if [[ $* = *"--wave"* ]]
then