https://github.com/semaicze/perf-data-visualizer
Performance data visualizer (not only for JMH)
https://github.com/semaicze/perf-data-visualizer
Last synced: 3 months ago
JSON representation
Performance data visualizer (not only for JMH)
- Host: GitHub
- URL: https://github.com/semaicze/perf-data-visualizer
- Owner: SemaiCZE
- License: mit
- Created: 2017-08-04T14:51:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T19:55:52.000Z (about 7 years ago)
- Last Synced: 2025-01-01T22:31:09.652Z (5 months ago)
- Language: JavaScript
- Size: 1.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Performance Data Visualizer
This app displays data gathered by performance tests. It consumes REST API with [this](https://github.com/SemaiCZE/spl-evaluation-java/blob/master/api-doc/swagger.yaml) specification. Originally there is only one API implementation for JMH benchmarks via [spl-evaluation-java](https://github.com/SemaiCZE/spl-evaluation-java/) project, more may come later.
## Available Scripts
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.### `npm test`
Launches the test runner in the interactive watch mode.
### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
## Acknowledgement
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).