Skip to content

Commit 9d5e9be

Browse files
authored
Fix benchmark action (#7578)
1 parent 8a02314 commit 9d5e9be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
cd sdk/trace/build
3838
java -jar libs/opentelemetry-sdk-trace-*-jmh.jar -rf json SpanBenchmark SpanPipelineBenchmark ExporterBenchmark
3939
40+
- name: Install Git # since Git isn't available in the container image used above
41+
run: |
42+
apt-get update
43+
apt-get install -y git
44+
4045
- name: Store benchmark results
4146
uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
4247
with:

0 commit comments

Comments
 (0)