web-frameworks icon indicating copy to clipboard operation
web-frameworks copied to clipboard

Add p50, p90 metrics

Open gogainda opened this issue 5 years ago • 5 comments

Usually such metrics are quite important and more ofter used to measure site performance

gogainda avatar Feb 26 '21 11:02 gogainda

Hi,

Could you please elaborate your question ?

Regards,

waghanza avatar Feb 26 '21 12:02 waghanza

I was talking about request latency, is it possible to see what was the p90, p50 numbers?

gogainda avatar Feb 26 '21 13:02 gogainda

sure. it's possible

the main question is : how to display them ?

results on README are only a draft, I mean the fourth point in https://github.com/the-benchmarker/web-frameworks/issues/3108#issue-652479811 is intended address that. we are limited on what information to display in README

waghanza avatar Feb 26 '21 13:02 waghanza

@waghanza How about creating another md file with a table that shows p50, p90, p95, p99 latencies ( sorted by p90 ). Or it might just be time to create a mini-site that allows people to show/hide the columns they care about and sort by any of them.

chillfox avatar Apr 08 '21 00:04 chillfox

Hi @chillfox,

The idea of creating a custom UI is the only way, imho, to have a clear result view.

I could not handle this task, as for now (at least not until https://github.com/the-benchmarker/web-frameworks/pull/3958 is shipped).

Feel free to link with @doanguyen and work on https://github.com/the-benchmarker/frontend.

The idea of https://github.com/the-benchmarker/frontend is to have a (in whatever stack) a full UI to display graph about results.

However, what could be doable is to publish result on github-pages.

Regards,

waghanza avatar Apr 08 '21 05:04 waghanza