We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637a494 commit 708b110Copy full SHA for 708b110
.github/workflows/benchmark.yml
@@ -21,7 +21,7 @@ jobs:
21
timeout-minutes: 20 # since there is only a single bare metal runner across all repos
22
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'run benchmarks')
23
env:
24
- BENCHMARK_CLASSES: SpanBenchmark SpanPipelineBenchmark ExporterBenchmark
+ BENCHMARK_CLASSES: export.BatchSpanProcessorBenchmark
25
steps:
26
- name: Install Git
27
run: |
0 commit comments