Skip to content

Commit 3961498

Browse files
authored
Update performance_benchmark.yml
Remove invalid working directory call
1 parent f4dde9a commit 3961498

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/performance_benchmark.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +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-
working-directory: opentelemetry-matlab
5453
env:
5554
# Add the installation directory to the MATLAB Search Path by
5655
# setting the MATLABPATH environment variable.
@@ -68,4 +67,4 @@ jobs:
6867
with:
6968
tool: 'customSmallerIsBetter'
7069
output-file-path: ./Benchmarks/OutputBenchmark.json
71-
external-data-json-path: ./cache/OutputBenchmark.json
70+
external-data-json-path: ./cache/OutputBenchmark.json

0 commit comments

Comments
 (0)