You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add microprofile integration for performance profiling
Introduce microprofile for detailed performance profiling and reporting. Replace CSV-based performance tables with HTML reports, generated and published under `docs/scoreboard/profiles`. Update build system, scripts, and CI workflows to support profiling and automate report publishing.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ For more detailed documentation and resources, please visit documentation pages:
12
12
13
13
Course scoreboard is available [here](https://learning-process.github.io/parallel_programming_course/scoreboard/).
14
14
15
+
Note: performance CSV tables are deprecated. Microprofile HTML reports are published under `docs/scoreboard/profiles/*.html` with an index at `docs/scoreboard/README.md`.
16
+
15
17
Coverage report is available [here](https://learning-process.github.io/parallel_programming_course/coverage/).
0 commit comments