-
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
Macrobenchmarks: Django + Skybison #7
Comments
shows how to set up Django minimal from a pinned version. For your experiment you may want to check in the results so you can incrementally add types and make things static. |
Just wanted to put the links to the repos here |
oh the IG Django benchmark I was referring to was https://github.com/facebookarchive/django-workload |
Oh ok! Thanks @tekknolagi |
to run skybison we may be able to run these commands (from max's link) one by one:
but replacing |
Hi, I tried to make skybison work (the QuickBench which involved Django). After quite a lot of configurations I had some limited success in setting up the system. However even then it seems cinder python does not work immediately. Since the underlying benchmark itself is quite simple (much like the one in pyperformance), I think we may be better off by creating our own system (since this one has too many moving parts and is quite difficult to debug...). |
Moreover I want to remind that since we planned to use something like locust, our system might end up much simpler. |
I am happy to help out a bit in the next week or two |
Thanks @tekknolagi, that would be great. Looking forward to hear from you. |
Most of the benchmarks so far are tiny! We should try bigger programs.
Ideas:
The text was updated successfully, but these errors were encountered: