django-modern-rpc
django-modern-rpc copied to clipboard
Add benchmarks to test suite
trafficstars
Since pytest is currently used as default launcher for project tests, we could add pytest-benchmark to perform some performance comparisons:
- Compare the time took to run an async procedure from sync and async views (see #76)
- Compare the time took to run an sync procedure from sync and async views (see #76)
- ...