the-benchmarker / website

Source Code for Web Frameworks Benchmark Website
https://web-frameworks-benchmark.netlify.app
336 stars 19 forks source link

Display errors #14

Closed waghanza closed 3 years ago

waghanza commented 3 years ago

Hi,

In json their is many ..._errors keys (http or socket based).

It could be accurate to add this information on UI.

The main question is how.

Regards,

PS : The errors are already remove from req/s in https://github.com/the-benchmarker/web-frameworks/blob/53cbf2e70a773ff82bae600e218192a012e01eab/.tasks/db.rake#L22

SuspiciousLookingOwl commented 3 years ago

There are http_errors, socket_connection_errors, socket_read_errors, socket_write_errors. Should we show them all?

waghanza commented 3 years ago

I think we should separate this in 2 :

SuspiciousLookingOwl commented 3 years ago

display http errors is in this page (only if >0) => more for framework users

How about this?

image

If there's any http_errors on any concurrencies, it will show something next to the framework name (I use red dot for this example, I can change it to icon or something else), then people can hover it and it will shows the http_errors count

waghanza commented 3 years ago

awesome

SuspiciousLookingOwl commented 3 years ago

have a more details page => more for framework creators

This will be tracked in #19