Skip to content

Commit

Permalink
fix path for uploading artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanHri committed Dec 29, 2023
1 parent 13d0484 commit 694df6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ jobs:
name: github-pages
path: test/lcov_html

# - name: Upload rom report
# uses: actions/upload-pages-artifact@v1
# with:
# name: github-pages
# path: build_reports/rom_report_nrf91_with_tinycrypt.txt
- name: Upload rom report
uses: actions/upload-pages-artifact@v1
with:
name: github-pages
path: test/build_reports/rom_report_nrf91_with_tinycrypt.txt

- name: Upload stack report
uses: actions/upload-pages-artifact@v1
with:
name: github-pages
path: build_reports/stack_report.html
path: test/build_reports/stack_report.html


# Deploy job
Expand Down
2 changes: 1 addition & 1 deletion benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Notes:

| uoscore-uedhoc 3.0.x with FLA | uoscore-uedhoc 3.0.x with VLA | TLS 1.3 | DTLS 1.3 |
| --------------------------------------------- | --------------------------------------------- | ---------- | ---------- |
| 6916 Byte (initiator) / 6656 Byte (responder) | 6440 Byte (initiator) / 6160 Byte (responder) | 21692 Byte | 22026 Byte |
| 5639 Byte (initiator) / 6656 Byte (responder) | 5639 Byte (initiator) / 5351 Byte (responder) | 21692 Byte | 22026 Byte |

Notes:

Expand Down

0 comments on commit 694df6a

Please sign in to comment.