-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample Django Benchmark #15
Comments
Which files might we add types to? |
|
No not many at all! 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: