Skip to content

Commit

Permalink
Update performance_benchmark.yml
Browse files Browse the repository at this point in the history
Remove search path change
  • Loading branch information
MWSestabro authored Jan 17, 2025
1 parent 48cc3e0 commit b4db5ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/performance_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jobs:
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 }}
cmake --build build --config Release --target install
- name: Run Benchmark
env:
# Add the installation directory to the MATLAB Search Path by
# setting the MATLABPATH environment variable.
MATLABPATH: ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
uses: matlab-actions/run-command@v2
with:
command: run("opentelemetry-matlab/test/performance/runperf.m")
Expand Down

0 comments on commit b4db5ff

Please sign in to comment.