Skip to content

Commit

Permalink
[chore] limit number of published benchmark datapoints (open-telemetr…
Browse files Browse the repository at this point in the history
…y#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 <[email protected]>
  • Loading branch information
Alex Boten authored Oct 10, 2023
1 parent 5fcd082 commit 23a3712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 23a3712

Please sign in to comment.