Skip to content

Commit 0ab43bb

Browse files
committed
Run full suite;
1 parent f86a3cf commit 0ab43bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
permissions:
2424
pull-requests: write
2525

26-
# If we're running on a PR, use ubuntu-latest - a shared runner. We can't use the self-hosted
27-
# runners on arbitrary PRs, and we don't want to unleash that load on the pool anyway.
28-
# If we're running on main, use the OTEL self-hosted runner pool.
26+
# If we're running on main, use our oracle bare-metal runner for accuracy.
27+
# If we're running on a PR, use github's shared workers to save resources.
2928
#
3029
# TODO - temporarily use self-hosted to get shared-worker environment going
3130
runs-on: 'oracle-bare-metal-64cpu-512gb-x86-64'
@@ -66,5 +65,4 @@ jobs:
6665

6766
- uses: boa-dev/criterion-compare-action@adfd3a94634fe2041ce5613eb7df09d247555b87 # v3.2.4
6867
with:
69-
cwd: opentelemetry-appender-tracing # TEMP - make the run shorter for now
7068
branchName: ${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)