From a857658987edd8fb017435f186a810e946c9988b Mon Sep 17 00:00:00 2001 From: Andy Arthur Date: Fri, 3 Jun 2022 13:15:04 -0700 Subject: [PATCH] fixup benchmark script --- .../performance-benchmarking/get-andy-dolt-dolt-json.sh | 4 ++-- .../performance-benchmarking/get-dolt-dolt-job-json.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/performance-benchmarking/get-andy-dolt-dolt-json.sh b/.github/scripts/performance-benchmarking/get-andy-dolt-dolt-json.sh index ade3b73613..2b0051e21f 100755 --- a/.github/scripts/performance-benchmarking/get-andy-dolt-dolt-json.sh +++ b/.github/scripts/performance-benchmarking/get-andy-dolt-dolt-json.sh @@ -76,8 +76,8 @@ echo ' "--sysbenchQueries='"$medianLatencyChangeWritesQuery"'", "--tpccQueries='"$tpccLatencyQuery"'", "--tpccQueries='"$tpccTpsQuery"'", - "--init-big-repo='"$initBigRepo"'"", - "--noms-bin-format='"$nomsBinFormat"'"" + "--init-big-repo='"$initBigRepo"'", + "--noms-bin-format='"$nomsBinFormat"'" ] } ], diff --git a/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh b/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh index f48cc878c9..d3fb053528 100755 --- a/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh +++ b/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh @@ -76,8 +76,8 @@ echo ' "--sysbenchQueries='"$medianLatencyChangeWritesQuery"'", "--tpccQueries='"$tpccLatencyQuery"'", "--tpccQueries='"$tpccTpsQuery"'", - "--init-big-repo='"$initBigRepo"'"", - "--noms-bin-format='"$nomsBinFormat"'"" + "--init-big-repo='"$initBigRepo"'", + "--noms-bin-format='"$nomsBinFormat"'" ] } ],