serverless-benchmark / frontend

The actual website, that shows the results
34 stars 10 forks source link

What data is unreliable, how can we help? #20

Open edwinavalos opened 4 years ago

edwinavalos commented 4 years ago

Hello, I noticed this commit today:

https://github.com/serverless-benchmark/frontend/commit/2b292f72d210865f28e69abb8e5d2148201b7169

I was wondering what data you deem unreliable, and what specific help do you require to getting this more accurate? I might have cycles to help out here.

Strernd commented 4 years ago

The central problem is the query performance (https://github.com/serverless-benchmark/backend/issues/1). It's not optimised, it's way too much data to handle. The service that collects the data is also not super reliable. At this point I'm not even sure anymore if the recent data is generated and shown and I had no time to deal with it.

When I deal with it, I will likely need a new architecture, what data is collected, how it's stored and how it's queried to be more efficient.