Skip to content

Commit b5739b2

Browse files
authored
Update performance_benchmark.yml
Updating performance tests to use matlab-actions run command
1 parent 3961498 commit b5739b2

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: addpath("./test/performance"), runPerf
59+
command: run("test/performance/runperf.m")
6060
- name: Download previous benchmark data
6161
uses: actions/cache@v4
6262
with:

0 commit comments

Comments
 (0)