Update .github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh

Co-authored-by: James Cor <jcor@ucsd.edu>
This commit is contained in:
Dustin Brown
2026-02-24 14:38:25 -08:00
committed by GitHub
parent 0f7e03c91a
commit 768d77d6f4

View File

@@ -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=""