Skip to content

Commit

Permalink
Merge pull request #3428 from mwear/benchmark-exp3
Browse files Browse the repository at this point in the history
use auto-push
  • Loading branch information
mwear committed Jul 5, 2023
2 parents 781be2a + 4118e80 commit 85cabac
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
name: benchmark-results
path: results
- run: jq -s 'map(.[])' results/*.json > output.json
- run: echo "the ref ${{github.head_ref}} the sha ${{github.sha}}"
- uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'customSmallerIsBetter'
Expand All @@ -136,17 +135,3 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
benchmark-data-dir-path: "docs/benchmarks/loadtests"
auto-push: true
# auto-push: false
# - name: Upload Results
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# echo "repository url: ${{ github.repositoryUrl }}"
# echo "repository: ${{ github.repository }}"
# echo "server url: ${{ github.server_url }}"
# echo "owner: ${{ github.repository_owner }}"
# echo "combined: ${{github.server_url}}/${{github.repository}}.git"
# git switch gh-pages
# git log -n 10
# git -c user.name=github-action-benchmark -c user.email=github@users.noreply.github.com -c http.https://github.com/.extraheader= push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git gh-pages:gh-pages --no-verify
# echo "pp complete"

0 comments on commit 85cabac

Please sign in to comment.