Skip to content

Commit 99cb67d

Browse files
authored
perf: Nit fix to benchmarks (#2884)
1 parent 303803e commit 99cb67d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
- uses: boa-dev/criterion-compare-action@v3
5757
with:
5858
cwd: opentelemetry-sdk
59-
features: rt-tokio,testing,metrics,logs,spec_unstable_metrics_views
59+
features: testing,metrics,logs,spec_unstable_metrics_views,spec_unstable_logs_enabled,experimental_logs_concurrent_log_processor
6060
branchName: ${{ env.BRANCH_NAME }}

opentelemetry-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ harness = false
108108
[[bench]]
109109
name = "batch_span_processor"
110110
harness = false
111-
required-features = ["rt-tokio", "testing"]
111+
required-features = ["testing"]
112112

113113
[[bench]]
114114
name = "metric"

0 commit comments

Comments
 (0)