Skip to content

Commit bbaf23f

Browse files
committed
fix action
1 parent e2f92d5 commit bbaf23f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
measure_heap:
6161
needs: build_simulator
62-
name: Execute heap measurements
62+
name: Heap measurements
6363
runs-on: ubuntu-latest
6464
steps:
6565
- uses: actions/checkout@v3
@@ -91,7 +91,7 @@ jobs:
9191
- name: Upload reports
9292
uses: actions/upload-artifact@v4
9393
with:
94-
name: Memory occupation reports CSV
94+
name: Memory usage reports CSV
9595
path: docs/assets/tables
9696
if-no-files-found: error
9797

@@ -188,7 +188,7 @@ jobs:
188188
needs: [evaluate_firmware, measure_heap]
189189
name: Deploy docs
190190
runs-on: ubuntu-latest
191-
if: github.ref == 'refs/heads/main'
191+
#if: github.ref == 'refs/heads/main'
192192
steps:
193193
- uses: actions/checkout@v3
194194
- uses: actions/setup-python@v4
@@ -208,7 +208,7 @@ jobs:
208208
- name: Get memory occupation reports
209209
uses: actions/download-artifact@v4
210210
with:
211-
name: Memory occupation reports CSV
211+
name: Memory usage reports CSV
212212
path: docs/assets/tables
213213
- name: Run mkdocs
214214
run: mkdocs gh-deploy --force

docs/benchmarks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ This section contains the raw data which is the basis for the evaluations above.
4545
**Table 4: All compilation units for OCPP 2.0.1 firmware**
4646

4747
{{ read_csv('compile_units_v201.csv') }}
48+
49+
## Heap memory (preview)
50+
51+
{{ read_csv('heap_v201.csv') }}

0 commit comments

Comments
 (0)