You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions are here. It simply renders a graphic at the designated endpoint (/myapp) - taking inspiration from the django benchmarks in pyperformance and skybison. However, we are using locust for running the benchmark since this is also the tool we will use going forward as we create bigger benchmarks.
The text was updated successfully, but these errors were encountered:
Would it make sense to type parts of Django? Wherever the core work is happening is what we should aim for ... and hopefully that's fewer than 10 files.
Yes, that would also be interesting... taking a simple django program and typing django itself (vs taking a complicated django program but using it with untyped django)
The instructions are here. It simply renders a graphic at the designated endpoint (
/myapp
) - taking inspiration from the django benchmarks in pyperformance and skybison. However, we are usinglocust
for running the benchmark since this is also the tool we will use going forward as we create bigger benchmarks.The text was updated successfully, but these errors were encountered: