Skip to content

Commit d690894

Browse files
authored
Merge branch 'main' into cijothomas/fix-grpc
2 parents ad19d88 + 261ac75 commit d690894

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/workflows/pr_criterion.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
on: [pull_request]
2+
name: benchmark pull requests
3+
jobs:
4+
runBenchmark:
5+
name: run benchmark
6+
permissions:
7+
pull-requests: write
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- uses: arduino/setup-protoc@v3
12+
- uses: dtolnay/rust-toolchain@master
13+
with:
14+
toolchain: stable
15+
- uses: boa-dev/criterion-compare-action@v3
16+
with:
17+
cwd: opentelemetry
18+
branchName: ${{ github.base_ref }}
19+
- uses: boa-dev/criterion-compare-action@v3
20+
with:
21+
cwd: opentelemetry-appender-tracing
22+
features: spec_unstable_logs_enabled
23+
branchName: ${{ github.base_ref }}
24+
- uses: boa-dev/criterion-compare-action@v3
25+
with:
26+
cwd: opentelemetry-sdk
27+
features: rt-tokio,testing,metrics,logs,spec_unstable_metrics_views
28+
branchName: ${{ github.base_ref }}

0 commit comments

Comments
 (0)