Skip to content

Commit

Permalink
Merge branch 'main' into flask-comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Jun 3, 2023
2 parents cc8c851 + 111c509 commit 45a2837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ def print_output(

def main():
print("# Benchmark results")
print("")
print()
print(f"Running {NUM_TESTS} tests, each with {NUM_REQUESTS} requests.")
print()
print(
f"| {'Server'.ljust(25)} "
f"| {'Tester'.ljust(25)} "
Expand Down

0 comments on commit 45a2837

Please sign in to comment.