diff --git a/webdriver-ts-results/src/App.tsx b/webdriver-ts-results/src/App.tsx
index 178eaa210..5e697518d 100644
--- a/webdriver-ts-results/src/App.tsx
+++ b/webdriver-ts-results/src/App.tsx
@@ -17,7 +17,9 @@ const KnownIssuesList = () => {
renderItem={(issue) => (
- The benchmark was run on a MacBook Pro 14 (32 GB RAM, 8/14 Cores, OSX 14.4), Chrome 123.0.6312.59 (arm64) using - the puppeteer benchmark driver with reduced tracing. + The benchmark was run on a MacBook Pro 14 (32 GB RAM, 8/14 Cores, OSX 14.4), Chrome for Testing 124.0.6367.91 + (arm64) using the puppeteer benchmark driver with reduced tracing.
); diff --git a/webdriver-ts-results/src/components/BoxPlotTable/BoxPlotTableChart.tsx b/webdriver-ts-results/src/components/BoxPlotTable/BoxPlotTableChart.tsx index 91eaaaeb4..88a715ca5 100644 --- a/webdriver-ts-results/src/components/BoxPlotTable/BoxPlotTableChart.tsx +++ b/webdriver-ts-results/src/components/BoxPlotTable/BoxPlotTableChart.tsx @@ -51,6 +51,9 @@ const BoxPlotTableChart = ({ traces }: Props) => { options: { animation: false, maintainAspectRatio: false, + minStats: "min", + maxStats: "max", + coef: 0, scales: { x: { type: "category", @@ -74,7 +77,7 @@ const BoxPlotTableChart = ({ traces }: Props) => { }, [traces]); return ( -