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 8a02314 commit 9d5e9beCopy full SHA for 9d5e9be
.github/workflows/benchmark.yml
@@ -37,6 +37,11 @@ jobs:
37
cd sdk/trace/build
38
java -jar libs/opentelemetry-sdk-trace-*-jmh.jar -rf json SpanBenchmark SpanPipelineBenchmark ExporterBenchmark
39
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
+
45
- name: Store benchmark results
46
uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
47
with:
0 commit comments