Skip to content

Commit 069e1e7

Browse files
committed
ci: don't merge this since it's only reverted for testing main can't run from the top directory
1 parent cc7325c commit 069e1e7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,15 @@ jobs:
4040
toolchain: stable
4141
- uses: boa-dev/criterion-compare-action@v3
4242
with:
43+
cwd: opentelemetry
44+
branchName: ${{ env.BRANCH_NAME }}
45+
- uses: boa-dev/criterion-compare-action@v3
46+
with:
47+
cwd: opentelemetry-appender-tracing
48+
features: spec_unstable_logs_enabled
49+
branchName: ${{ env.BRANCH_NAME }}
50+
- uses: boa-dev/criterion-compare-action@v3
51+
with:
52+
cwd: opentelemetry-sdk
53+
features: rt-tokio,testing,metrics,logs,spec_unstable_metrics_views
4354
branchName: ${{ env.BRANCH_NAME }}
44-
features: spec_unstable_logs_enabled, spec_unstable_metrics_views

0 commit comments

Comments
 (0)