Skip to content

Commit

Permalink
Update perfTestRunner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Zingg authored Dec 16, 2024
1 parent 9859f0e commit 8c11982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perf_test/perfTestRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

start_time = time.time()

reportFile = "./perf_test/perf_test_report/loadTestReport"
reportFile = os.path.abspath(os.curdir)+"/perf_test/perf_test_report/loadTestReport"
print(reportFile + " printing report file \n")

def perf_test_small_all():
return "small_test_running_all"
Expand Down

0 comments on commit 8c11982

Please sign in to comment.