fixup benchmark script

This commit is contained in:
Andy Arthur
2022-06-03 13:15:04 -07:00
parent ede542bb59
commit a857658987
2 changed files with 4 additions and 4 deletions

View File

@@ -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"'"
]
}
],

View File

@@ -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"'"
]
}
],