mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-14 11:10:40 -05:00
Update .github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh
Co-authored-by: James Cor <jcor@ucsd.edu>
This commit is contained in:
@@ -18,14 +18,8 @@ format="$8"
|
||||
issueNumber="$9"
|
||||
initBigRepo="${10}"
|
||||
nomsBinFormat="${11}"
|
||||
sysbenchTestTime=""
|
||||
withTpcc=""
|
||||
if [ "$#" -ge 13 ]; then
|
||||
sysbenchTestTime="${12}"
|
||||
withTpcc="${13}"
|
||||
else
|
||||
withTpcc="${12}"
|
||||
fi
|
||||
sysbenchTestTime="${12}"
|
||||
withTpcc="${13}"
|
||||
precision="2"
|
||||
tpccRegex="tpcc%"
|
||||
toProfileKey=""
|
||||
|
||||
Reference in New Issue
Block a user