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 8c11982 commit e09c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf_test/perfTestRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

start_time = time.time()

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

def perf_test_small_all():
Expand Down

0 comments on commit e09c74b

Please sign in to comment.