litestar-org/litestar

Docs: Add latency data to docs/benchmarks

Open

#2.548 geöffnet am 27. Okt. 2023

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (550 Forks)user submission
Documentation :books:Good First IssueHelp Wanted :sos:

Repository-Metriken

Stars
 (8.243 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 22h) (53 gemergte PRs in 30 T)

Beschreibung

Summary

The current docs page only reports Requests per second, which is definitely a very important metric for web frameworks. However, latency is also very important!

The current benchmarks suite already reports the latency details - it will be really nice if the results can be included in the docs.

Why not just let the reader run the benchmarks themselves?

  • running the benchmarks takes a long time
  • it doesn't work sometimes - I got several errors while running the benchmarks suite as-is

Basic Example

No response

Drawbacks and Impact

No response

Unresolved questions

No response

Contributor Guide