Skip to content

Commit b862b31

Browse files
committed
Update test reference
1 parent e44cadc commit b862b31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -540,17 +540,17 @@ jobs:
540540
# This needed to be updated when a positive performance delta is expected
541541
- name: Download Reference cmsis-toolbox
542542
continue-on-error: true
543-
uses: robinraju/[email protected]
543+
uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
544544
with:
545545
repository: Open-CMSIS-Pack/cmsis-toolbox
546-
tag: "2.12.0"
547-
fileName: "cmsis-toolbox-linux-amd64.tar.gz"
546+
tag: "2.12.0-test-reference"
547+
fileName: "cmsis-toolbox-linux-amd64.zip"
548548

549549
- name: Unzip Reference cmsis-toolbox
550550
shell: bash
551551
run: |
552-
tar -xvf cmsis-toolbox-linux-amd64.tar.gz
553-
mv cmsis-toolbox-linux-amd64 cmsis-toolbox-reference
552+
mkdir -p cmsis-toolbox-reference
553+
unzip cmsis-toolbox-2.12-linux-amd64.zip -d cmsis-toolbox-reference
554554
555555
- name: Set Execution Permissions
556556
run: |
@@ -688,4 +688,4 @@ jobs:
688688
python ./performance/check_perf_regression.py \
689689
-r ref_benchmark_results.json \
690690
-c curr_benchmark_results.json \
691-
-p 1.20
691+
-p 1.10

0 commit comments

Comments
 (0)