utahplt / static-python-perf

Benchmarking Static Python
4 stars 1 forks source link

Zulip macrobenchmark #14

Open bennn opened 4 months ago

bennn commented 4 months ago

Mrigank spent a lot of time on zulip and it's not working yet.

Script in progress, run this to install zulip + static python: https://github.com/utahplt/static-python-perf/commit/afc2e312934bc218465a99da4d0486323d463c11

After installing, this command should work:

./manage.py rundjangoserver --settings=zproject.settings 127.0.0.1:9992

Currently, it prints two lines and stops.

bennn commented 4 months ago

One idea: carve out a small part of Zulip.

We should be able to remove Tornado & WebPack (front end?).

We can't remove Django though, so this is blocked on #7 for a working version of Django. (We'll see if Instagram's django works with zulip.)

EDIT: baseline Django is fine with SP. The problem is in one of the many Django extensions that Zulip needs .... unclear which one.