/.github/scripts/{performance-benchmarking,sql-correctness}: remove doltnbf from key string

This commit is contained in:
coffeegoddd
2023-07-13 10:06:17 -07:00
parent 766916b1ae
commit b944df67ca
2 changed files with 2 additions and 10 deletions

View File

@@ -38,11 +38,6 @@ if [ -z "$MODE" ]; then
exit 1
fi
nomsFormat="ldnbf"
if [ "$NOMS_BIN_FORMAT" == "__DOLT__" ]; then
nomsFormat="doltnbf"
fi
# use first 8 characters of TO_VERSION to differentiate
# jobs
short=${TO_VERSION:0:8}
@@ -54,7 +49,7 @@ sleep 0.$[ ( $RANDOM % 10 ) + 1 ]s
timesuffix=`date +%s%N`
jobname="$actorShort-$nomsFormat-$timesuffix"
jobname="$actorShort-$timesuffix"
timeprefix=$(date +%Y/%m/%d)