mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-07-24 09:53:48 +00:00
reduce render load test to realistic number
This commit is contained in:
parent
39d2be3a6e
commit
bdbe3d51c3
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ def main():
|
|||
configure_django()
|
||||
|
||||
runs = 5
|
||||
iterations = 5000
|
||||
iterations = 200
|
||||
|
||||
print(f"Running benchmarks with {runs} runs, {iterations} iterations each")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue