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 f4dde9a commit 3961498Copy full SHA for 3961498
.github/workflows/performance_benchmark.yml
@@ -50,7 +50,6 @@ jobs:
50
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DUSE_BATCH_FOR_MCC=ON -DOTEL_MATLAB_VERSION=${{ needs.get_version.outputs.version }} -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
51
cmake --build build --config Release --target install
52
- name: Run Benchmark
53
- working-directory: opentelemetry-matlab
54
env:
55
# Add the installation directory to the MATLAB Search Path by
56
# setting the MATLABPATH environment variable.
@@ -68,4 +67,4 @@ jobs:
68
67
with:
69
tool: 'customSmallerIsBetter'
70
output-file-path: ./Benchmarks/OutputBenchmark.json
71
- external-data-json-path: ./cache/OutputBenchmark.json
+ external-data-json-path: ./cache/OutputBenchmark.json
0 commit comments