Skip to content

Commit

Permalink
Refactor to align better with JS
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Oct 11, 2023
1 parent 538b063 commit 4df920f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: SDK Benchmark Tests

on:
release:
types: [published]
push:
branches: [ main ]

jobs:
sdk-benchmarks:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
gh-pages-branch: benchmarks
github-token: ${{ secrets.GITHUB_TOKEN }}
# Make a commit on `gh-pages` with benchmarks from previous step
benchmark-data-dir-path: "docs/benchmarks/loadtests"
benchmark-data-dir-path: "benchmarks"
auto-push: true
max-items-in-chart: 100
# Alert with a commit comment on possible performance regression
Expand Down

0 comments on commit 4df920f

Please sign in to comment.