packaging/perftest.sh: Fixed documentation + removed unused line
This commit is contained in:
parent
85a4a4784c
commit
68c0c74d37
1 changed files with 1 additions and 3 deletions
|
@ -32,7 +32,7 @@ die()
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
cat <<EOM 1>&2
|
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.
|
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.
|
In the end a new histogram-plot is generated containing all the results over time.
|
||||||
Options:
|
Options:
|
||||||
|
@ -100,8 +100,6 @@ SERVER_DIR="0tmp/robur_perftest"
|
||||||
|
|
||||||
info "processing UUID '$UUID'"
|
info "processing UUID '$UUID'"
|
||||||
|
|
||||||
DB="${DATA_DIR}/builder.sqlite3"
|
|
||||||
|
|
||||||
DB="${DATA_DIR}/builder.sqlite3"
|
DB="${DATA_DIR}/builder.sqlite3"
|
||||||
[ ! -e "$DB" ] && die "The database doesn't exist: '$DB'"
|
[ ! -e "$DB" ] && die "The database doesn't exist: '$DB'"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue