File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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') }}
You can’t perform that action at this time.
0 commit comments