Skip to content

Commit

Permalink
Revert "temp: only perf smoke tests"
Browse files Browse the repository at this point in the history
This reverts commit 0f2cd36.
  • Loading branch information
harrel56 committed Nov 15, 2023
1 parent 29a416b commit 3c4910e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,12 @@ jobs:
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0
with:
gradle-home-cache-cleanup: true
- name: Run performance smoke benchmarks
- if: github.event_name == 'pull_request'
name: Run performance smoke benchmarks
run: ./gradlew --quiet runBenchmarkSmokeTest
- if: github.event_name != 'pull_request'
name: Run performance benchmarks
run: ./gradlew --quiet runBenchmarks
- name: Add results to step summary
run: |
echo "# Json Validator Benchmark Results" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 3c4910e

Please sign in to comment.