Skip to content

Commit b4db5ff

Browse files
authored
Update performance_benchmark.yml
Remove search path change
1 parent 48cc3e0 commit b4db5ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/performance_benchmark.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ jobs:
5050
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 }}
5151
cmake --build build --config Release --target install
5252
- 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 }}
5753
uses: matlab-actions/run-command@v2
5854
with:
5955
command: run("opentelemetry-matlab/test/performance/runperf.m")

0 commit comments

Comments
 (0)