Skip to content

Commit

Permalink
Update performance_benchmark.yml
Browse files Browse the repository at this point in the history
Updating runperf to use full path
  • Loading branch information
MWSestabro authored Jan 17, 2025
1 parent b5739b2 commit 48cc3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
MATLABPATH: ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
uses: matlab-actions/run-command@v2
with:
command: run("test/performance/runperf.m")
command: run("opentelemetry-matlab/test/performance/runperf.m")
- name: Download previous benchmark data
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 48cc3e0

Please sign in to comment.