X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=benchmark%2Frun-boot-time.sh;h=002ebf84b13aa2a237ce39a7cd56476457bf7e21;hb=44749e83a5e86dfe35c87403133dccfab0937b66;hp=bbf0edca08a4f1ae6ec8ba3e16f69d3bb03e7845;hpb=dab4c8a1edbae6360d94bda657ee545ec24699b4;p=lttng-tools.git diff --git a/benchmark/run-boot-time.sh b/benchmark/run-boot-time.sh index bbf0edca0..002ebf84b 100755 --- a/benchmark/run-boot-time.sh +++ b/benchmark/run-boot-time.sh @@ -17,13 +17,13 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -SESSIOND_BIN="ltt-sessiond" +SESSIOND_BIN="lttng-sessiond" RESULTS_PATH="/tmp/lttng-bench-results.txt" BASEDIR=`dirname $0` echo "Starting session daemon" -BENCH_BOOT_PROCESS=1 $BASEDIR/../ltt-sessiond/$SESSIOND_BIN -v >/dev/null 2>&1 & +BENCH_BOOT_PROCESS=1 $BASEDIR/../src/bin/lttng-sessiond/$SESSIOND_BIN -v >/dev/null 2>&1 & PID_SESSIOND=$! if [ -z $PID_SESSIOND ]; then