From 768d77d6f435db92ea3f03581febbb16b84cbaf5 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Tue, 24 Feb 2026 14:38:25 -0800 Subject: [PATCH] Update .github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh Co-authored-by: James Cor --- .../get-mysql-dolt-job-json.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh b/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh index f0e8d0617c..2dcaf8f5ec 100755 --- a/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh +++ b/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh @@ -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=""