Skip to content

pse-parkview/Parkview

Repository files navigation

Performance Dashboard for Continuous Benchmarking of HPC Libraries

CI Develop Test Coverage Frontend LOC Frontend


Parkview gives it users a new way to interact with their performance data. By linking it to the Git history of a given project, developers achieve deeper insights into their codes performance than ever before.

Parkview runs completly in your browser, reading its data directly from a GitHub Repository

Want to have look?

Take a look at our github.io page.

Want to run it yourself?

Just clone the repo and run npm i && npm run ng serve

Miscellaneous

The logic for processing the data is written in Kotlin and installable with npm, see parkview-lib for more information. The benchmark and git data is currently stored in parkview-data. Parkview was developed as part of the course "Praxis der Software-Entwicklung" at KIT.