Skip to content

Commit

Permalink
Reduce amount of runs for benchmark testing (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Oct 30, 2023
1 parent eaa6f86 commit 0c48849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Benchmark Suite
on:
pull_request:
paths:
- '.github/workflows/**'
- '.github/workflows/benchmark-baseline.yml'
- '.github/workflows/test-benchmark.yml'
- 'src/adapter/**'
- 'src/core/**'
- 'src/lib/**'
- 'tools/**'
- 'composer.json'
- 'tools/phpbench/composer.lock'
- 'composer.lock'

# See https://stackoverflow.com/a/72408109
Expand Down

0 comments on commit 0c48849

Please sign in to comment.