X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=benchmark%2Frun-boot-time.sh;h=ba57d168d49c27320e56a39e26bfa25b55038956;hb=62d53818da5769723515aeacacfc6b447bfb196e;hp=dabb707b9aacaa0020eb9152b5f7c415f93329bf;hpb=904ebd226416bbf7b86e921d19ba9858ea056ce0;p=lttng-tools.git diff --git a/benchmark/run-boot-time.sh b/benchmark/run-boot-time.sh index dabb707b9..ba57d168d 100755 --- a/benchmark/run-boot-time.sh +++ b/benchmark/run-boot-time.sh @@ -23,7 +23,7 @@ BASEDIR=`dirname $0` echo "Session daemon boot process benchmark" -$BASEDIR/../ltt-sessiond/$SESSIOND_BIN --daemonize --quiet +`BENCH_BOOT_PROCESS=1 $BASEDIR/../ltt-sessiond/$SESSIOND_BIN --daemonize --quiet` if [ $? -ne 0 ]; then echo -e '\e[1;31mFAILED\e[0m' exit 1