Skip to content

Commit 594f41e

Browse files
Adjust benchmark groupings in CI
This more closely balances CI time between the two builders
1 parent 5a9ca22 commit 594f41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Check benchmarks
5757
run: sh -x -c "ci/check-benchmarks.sh"
5858
env:
59-
COLLECTOR_ARGS: "--exclude servo,cargo,crates.io,packed-simd,sentry-cli,tuple-stress"
59+
COLLECTOR_ARGS: "--exclude servo,packed-simd"
6060
test_benchmarks_2:
6161
name: Benchmark test 2
6262
runs-on: ubuntu-latest
@@ -84,5 +84,5 @@ jobs:
8484
- name: Check benchmarks
8585
run: sh -x -c "ci/check-benchmarks.sh"
8686
env:
87-
COLLECTOR_ARGS: "--filter servo,cargo,crates.io,packed-simd,sentry-cli,tuple-stress"
87+
COLLECTOR_ARGS: "--filter servo,packed-simd"
8888
SHELL: "/bin/bash"

0 commit comments

Comments
 (0)