mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 02:50:04 -05:00
merge perf syntax error
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user