Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ginkgo-project/gpe
Web application for interactive visualization of performance data
https://github.com/ginkgo-project/gpe
performance-analysis performance-visualization webapp
Last synced: 3 days ago
JSON representation
Web application for interactive visualization of performance data
- Host: GitHub
- URL: https://github.com/ginkgo-project/gpe
- Owner: ginkgo-project
- License: other
- Created: 2018-04-11T14:13:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T22:42:29.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T23:42:57.651Z (almost 2 years ago)
- Topics: performance-analysis, performance-visualization, webapp
- Language: TypeScript
- Homepage: https://ginkgo-project.github.io/gpe
- Size: 10.8 MB
- Stars: 7
- Watchers: 12
- Forks: 3
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ginkgo Performance Explorer
---------------------------Ginkgo benchmark explorer is a web application facilitating interactive
analysis of performance data obtained from the
[Ginkgo library](https://github.com/ginkgo-project/ginkgo). To see the
application in action go to its
[github page](https://ginkgo-project.github.io/gpe). The
benchmark data precessed by the application is regularly updated to reflect the
latest version of the library via the CI system. This data can also be
downloaded [here](https://github.com/ginkgo-project/ginkgo-data).Ginkgo benchmark explorer is built using [Angular](https://angular.io) and uses
[Angular Material Components](https://material.angular.io) to assemble its
interface. The editing / data viewing capabilities are powered by the [Monaco
editor](https://microsoft.github.io/monaco-editor), and the plots generated
using [Chart.js](https://www.chartjs.org). Scripting is enabled via
[JSONata](http://jsonata.org).### Bug reports and feature requests
Please use the
[issue tracker](https://github.com/ginkgo-project/gpe/issues)
to report bugs and request new features.### Developers / Contributors
Refer to the (automatically generated) [ANGULAR-README](ANGULAR-README.md) for
instructions about basic setup. For more details, refer to the [Angular
documentation](https://angular.io/docs).If you want to contribute and have an idea about the features you would like to
add, create a fork, implemnet your changes, and we'll be happy to accept your
[pull request](https://github.com/ginkgo-project/gpe/pulls).
If you want to contribute because you think the project is cool, but don't know
what exactly to work on, look into unresolved
[issues](https://github.com/ginkgo-project/gpe/issues),
choose something from the list and proceed in the same way. You can also
contact us and ask us about pending projects.### Licensing
Ginkgo Performance Explorer is available under the [MIT license](LICENSE).