We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b089521 commit 2572978Copy full SHA for 2572978
.github/workflows/benchmark.yml
@@ -43,14 +43,14 @@ jobs:
43
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
44
45
# TODO (jack-berg): Select or build appropriate benchmarks for other key areas:
46
- # - Log SDK record & export
+ # - Log SDK export
47
# - Trace SDK export
48
# - Metric SDK export
49
# - Noop implementation
50
- name: Run Benchmark
51
run: |
52
cd sdk/all/build
53
- java -jar libs/opentelemetry-sdk-*-jmh.jar -rf json MetricRecordBenchmark SpanRecordBenchmark
+ java -jar libs/opentelemetry-sdk-*-jmh.jar -rf json MetricRecordBenchmark SpanRecordBenchmark LogRecordBenchmark
54
55
- name: Use CLA approved github bot
56
run: .github/scripts/use-cla-approved-bot.sh
0 commit comments