Skip to content

Commit 867e2a1

Browse files
perf: Run all benchmarks in one action (#2885)
Co-authored-by: Cijo Thomas <[email protected]>
1 parent d5e409c commit 867e2a1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 10 # Fetch current commit and its parent
35-
- name: "Show change commit"
36-
run: git log -1
3735
- uses: arduino/setup-protoc@v3
3836
with:
3937
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -42,19 +40,4 @@ jobs:
4240
toolchain: stable
4341
- uses: boa-dev/criterion-compare-action@v3
4442
with:
45-
cwd: opentelemetry
46-
branchName: ${{ env.BRANCH_NAME }}
47-
- name: "Checkout change commit"
48-
run: git checkout $GITHUB_SHA
49-
- uses: boa-dev/criterion-compare-action@v3
50-
with:
51-
cwd: opentelemetry-appender-tracing
52-
features: spec_unstable_logs_enabled
53-
branchName: ${{ env.BRANCH_NAME }}
54-
- name: "Checkout change commit"
55-
run: git checkout $GITHUB_SHA
56-
- uses: boa-dev/criterion-compare-action@v3
57-
with:
58-
cwd: opentelemetry-sdk
59-
features: testing,metrics,logs,spec_unstable_metrics_views,spec_unstable_logs_enabled,experimental_logs_concurrent_log_processor
6043
branchName: ${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)