This commit is contained in:
Koichi Nakamura 2021-01-11 17:18:03 +09:00
parent 9b9870a60a
commit 255c58c9a5

View file

@ -29,7 +29,7 @@ function generate-table {
t=`benchmark $2 $3`
echo "| $impl | $t |"
done
}
} | tee -a $FILE
echo "# Benchmarks" >> $FILE
echo "# Benchmarks" | tee $FILE
generate-table "Bootstrap Time" bootstrap 5