An open API service indexing awesome lists of open source software.

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)

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).