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 48cc3e0 commit b4db5ffCopy full SHA for b4db5ff
.github/workflows/performance_benchmark.yml
@@ -50,10 +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
- env:
54
- # Add the installation directory to the MATLAB Search Path by
55
- # setting the MATLABPATH environment variable.
56
- MATLABPATH: ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
57
uses: matlab-actions/run-command@v2
58
with:
59
command: run("opentelemetry-matlab/test/performance/runperf.m")
0 commit comments