Update run-benchmarks.sh

This commit is contained in:
Dustin Brown
2024-02-15 11:54:48 -08:00
committed by GitHub
parent fe2ecdce6d
commit 76661f9e44

View File

@@ -66,7 +66,10 @@ timesuffix=`date +%s%N`
jobname="$actorShort"
if [ -n "$WITH_TPCC" ]; then
jobname="$jobname-tpcc"
elif [ -n "$PROFILE" ]; then
jobname="$jobname-profile"
fi
jobname="$jobname-$timesuffix"
timeprefix=$(date +%Y/%m/%d)