Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Masorubka1 committed Oct 14, 2024
1 parent c50dfd9 commit 98fc709
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
comment_title: 'Go Test Results'
commit: ${{ github.event.pull_request.head.sha }}
github_token: ${{ secrets.GITHUB_TOKEN }}
hide_comments: all_but_latest
dedup_classes_by_file_name: true
hide_comments: 'all but latest'
deduplicate_classes_by_file_name: true

benchmark:
name: Run Go benchmarks
Expand All @@ -62,9 +62,9 @@ jobs:
uses: rhysd/github-action-benchmark@v1
with:
tool: 'go'
output-file-path: 'benchmarks/benchmark.txt' # Corrected input name
output-file-path: 'benchmarks/benchmark.txt'
github-token: ${{ secrets.GITHUB_TOKEN }}
ref: 'main' # Corrected input name
ref: 'main'
comment-on-alert: true
alert-threshold: '15%'
fail-on-alert: true
Expand Down

0 comments on commit 98fc709

Please sign in to comment.