distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Visualization page not loading #3596

Closed MVarshini closed 10 months ago

MVarshini commented 10 months ago

PBENCH-1314

Visualization page not loading

webbnh commented 10 months ago

I would still like to understand how we could be getting undefined values for item inside the filter.

OK, here's the answer: "Arrays can contain 'empty slots', which are not the same as slots filled with the value undefined."

So, apparently our array of datasets has some entries which have actually been set to undefined. That's...disquieting.