Skip to content

Commit d470958

Browse files
committed
print latency
Signed-off-by: jeanyu-habana <jean1.yu@intel.com>
1 parent ed5b2a1 commit d470958

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

HybridRAG/tests/test_compose_on_gaudi.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,11 @@ function main() {
240240
validate_microservices
241241
dataprep
242242

243-
#validate_text2cypher
244-
#export refresh_db="False"
243+
start_time=$(date +%s)
245244
validate_megaservice
245+
end_time=$(date +%s)
246+
duration=$((end_time-start_time))
247+
echo "Mega service duration is $duration s"
246248

247249
validate_frontend
248250

0 commit comments

Comments
 (0)