merge perf syntax error

This commit is contained in:
Max Hoffman
2023-02-28 10:54:01 -08:00
parent ed6fcdb51f
commit 6771f82c56
+1 -1
View File
@@ -74,7 +74,7 @@ jobs:
conflicts=$(dolt sql -r csv -q "select count(*) from dolt_conflicts_table0;" | tail -1)
echo "INSERT INTO ${{ env.RESULT_TABLE_NAME }} values ("${names[$i]}", $TABLE_NUM, $ROW_NUM, ${adds[$i]}, ${deletes[$i]}, ${updates[$i]}, $conflicts, true, $latency);" >> $RESULTS
one
done
echo "::set-output name=result_path::$RESULTS"