Skip to content

Commit 2572978

Browse files
authored
Add LogRecordBenchmark to github benchmark action (#8117)
1 parent b089521 commit 2572978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
4444

4545
# TODO (jack-berg): Select or build appropriate benchmarks for other key areas:
46-
# - Log SDK record & export
46+
# - Log SDK export
4747
# - Trace SDK export
4848
# - Metric SDK export
4949
# - Noop implementation
5050
- name: Run Benchmark
5151
run: |
5252
cd sdk/all/build
53-
java -jar libs/opentelemetry-sdk-*-jmh.jar -rf json MetricRecordBenchmark SpanRecordBenchmark
53+
java -jar libs/opentelemetry-sdk-*-jmh.jar -rf json MetricRecordBenchmark SpanRecordBenchmark LogRecordBenchmark
5454
5555
- name: Use CLA approved github bot
5656
run: .github/scripts/use-cla-approved-bot.sh

0 commit comments

Comments
 (0)