mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix bug
This commit is contained in:
parent
9b9870a60a
commit
255c58c9a5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue