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

Dashboard bugs #3569

Closed MVarshini closed 1 year ago

MVarshini commented 1 year ago

PBENCH-1288

Dashboard bugs - Part I

dbutenhof commented 1 year ago

npx eslint --max-warnings 0 "src/**"

/home/jenkins/pbench/dashboard/src/modules/components/ComparisonComponent/index.jsx 48:6 warning React Hook useEffect has missing dependencies: 'chartData.length' and 'compareChartData.length'. Either include them or remove the dependency array react-hooks/exhaustive-deps

✖ 1 problem (0 errors, 1 warning)