From 23a3712cb6e63a8819f384baf69d1c6cf4284bbe Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Tue, 10 Oct 2023 10:57:12 -0700 Subject: [PATCH] [chore] limit number of published benchmark datapoints (#27598) currently the charts are hard to read and the data file is 32mb in size. 100 data points per chart seem enough. Signed-off-by: Alex Boten --- .github/workflows/load-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/load-tests.yml b/.github/workflows/load-tests.yml index 6fb93424ddfd..063e572ce567 100644 --- a/.github/workflows/load-tests.yml +++ b/.github/workflows/load-tests.yml @@ -133,6 +133,7 @@ jobs: tool: 'customSmallerIsBetter' output-file-path: output.json gh-pages-branch: benchmarks + max-items-in-chart: 100 github-token: ${{ secrets.GITHUB_TOKEN }} benchmark-data-dir-path: "docs/benchmarks/loadtests" auto-push: true