packaging/perftest.sh: Fixed documentation + removed unused line

This commit is contained in:
rand00 2023-01-16 14:45:58 +01:00
parent 85a4a4784c
commit 68c0c74d37

View file

@ -32,7 +32,7 @@ die()
usage()
{
cat <<EOM 1>&2
usage: ${prog_NAME} [ OPTIONS ]
usage: ${prog_NAME} [ OPTIONS ] <main_binary_localpath>
Starts up a performance-test if job is supported and the binary has not been tested before.
In the end a new histogram-plot is generated containing all the results over time.
Options:
@ -100,8 +100,6 @@ SERVER_DIR="0tmp/robur_perftest"
info "processing UUID '$UUID'"
DB="${DATA_DIR}/builder.sqlite3"
DB="${DATA_DIR}/builder.sqlite3"
[ ! -e "$DB" ] && die "The database doesn't exist: '$DB'"