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 2131bef commit 3feb897Copy full SHA for 3feb897
.github/workflows/benchmark.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Run Benchmark
48
run: |
49
cd sdk/trace/build
50
- java -jar libs/opentelemetry-sdk-trace-*-jmh.jar -rf json SpanBenchmark SpanPipelineBenchmark ExporterBenchmark
+ java -jar libs/opentelemetry-sdk-trace-*-jmh.jar -rf json export.BatchSpanProcessorBenchmark
51
52
- name: Use CLA approved github bot
53
if: github.event_name != 'pull_request'
0 commit comments