Skip to content

Commit 48cc3e0

Browse files
authored
Update performance_benchmark.yml
Updating runperf to use full path
1 parent b5739b2 commit 48cc3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
MATLABPATH: ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
5757
uses: matlab-actions/run-command@v2
5858
with:
59-
command: run("test/performance/runperf.m")
59+
command: run("opentelemetry-matlab/test/performance/runperf.m")
6060
- name: Download previous benchmark data
6161
uses: actions/cache@v4
6262
with:

0 commit comments

Comments
 (0)