Fix tests to output waiting time
[lttng-tools.git] / benchmark / run-ust-notify.sh
index f326241fbf57fc38ef2e6bc15dfd3e5230c9a681..723ed2925995a7eb2670a751e47906770a57638c 100755 (executable)
@@ -34,8 +34,18 @@ else
        echo "PID session daemon: $PID_SESSIOND"
 fi
 
+# Session daemon need to boot up and run benchmark
+echo -n "Waiting."
+sleep 1
+echo -n "."
+sleep 1
+echo "."
+sleep 1
+
 kill $PID_SESSIOND
 
 wait $PID_SESSIOND
 
+echo "Benchmarks done in $RESULTS_PATH"
+
 exit 0
This page took 0.023456 seconds and 4 git commands to generate.