django-modern-rpc icon indicating copy to clipboard operation
django-modern-rpc copied to clipboard

Add benchmarks to test suite

Open alorence opened this issue 8 months ago • 0 comments
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)
  • ...

alorence avatar Mar 02 '25 12:03 alorence