reduce render load test to realistic number

This commit is contained in:
Will Abbott 2024-11-07 17:14:52 +00:00
parent 39d2be3a6e
commit bdbe3d51c3

View file

@ -85,7 +85,7 @@ def main():
configure_django()
runs = 5
iterations = 5000
iterations = 200
print(f"Running benchmarks with {runs} runs, {iterations} iterations each")