Skip to content

Commit

Permalink
Merge pull request #1477 from Friendseeker/uncomment
Browse files Browse the repository at this point in the history
[2.x] Uncomment `AnalysisFormatBenchmark` in `ci.yml`
  • Loading branch information
eed3si9n authored Oct 20, 2024
2 parents 7cebe83 + 2357fad commit e2e2e8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
shell: bash
run: |
sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*Shapeless.*" "runBenchmarks"
# - name: Benchmark (AnalysisFormatBenchmark) against Target Branch (6)
# if: ${{ github.event_name == 'pull_request' && matrix.jobtype == 6 }}
# shell: bash
# run: |
# sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*AnalysisFormatBenchmark.*" "runBenchmarks"
- name: Benchmark (AnalysisFormatBenchmark) against Target Branch (6)
if: ${{ github.event_name == 'pull_request' && matrix.jobtype == 6 }}
shell: bash
run: |
sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*AnalysisFormatBenchmark.*" "runBenchmarks"

0 comments on commit e2e2e8d

Please sign in to comment.