From b4db5ffa46511ee1b82598f62ccbbb11e4e4fe10 Mon Sep 17 00:00:00 2001 From: Scott Estabrook <124709205+MWSestabro@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:42:20 -0500 Subject: [PATCH] Update performance_benchmark.yml Remove search path change --- .github/workflows/performance_benchmark.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/performance_benchmark.yml b/.github/workflows/performance_benchmark.yml index 0b00049..709481a 100644 --- a/.github/workflows/performance_benchmark.yml +++ b/.github/workflows/performance_benchmark.yml @@ -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")