Skip to content

Commit 708b110

Browse files
committed
OVERRIDE BENCHMARK CLASSES TEMPORARILY
1 parent 637a494 commit 708b110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 20 # since there is only a single bare metal runner across all repos
2222
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'run benchmarks')
2323
env:
24-
BENCHMARK_CLASSES: SpanBenchmark SpanPipelineBenchmark ExporterBenchmark
24+
BENCHMARK_CLASSES: export.BatchSpanProcessorBenchmark
2525
steps:
2626
- name: Install Git
2727
run: |

0 commit comments

Comments
 (0)