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 195340e commit 2425639
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions perf_test/perfTestRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
start_time = time.time()

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

def perf_test_small_all():
return "small_test_running_all"
Expand All @@ -37,7 +36,6 @@ def perf_test_small(phase):


def write_on_start():
print(os.getcwd() + "printing working directory\n")
f = open(reportFile, "w+")
f.write("******************************** perf test report, " + str(date.today()) + ", " + current_time + " ********************************\n\n");
f.write("------------ Test bed details ------------\n")
Expand Down

0 comments on commit 2425639

Please sign in to comment.