Amplify benchmark viewer
is a viewer for the Amplify benchmark data.
With the viewer, you can see your Amplify benchmark data in tables and graphs for ease and convenience like the following.
Amplify benchmark viewer
is a viewer only for specific data. You can use Amplify benchmark
to generate the data for the viewer. If you want to know how to generate the data, please see the following link.
- Amplify benchmark: Amplify benchmark
We provide the Amplify benchmark viewer
page, so you can just drag and drop the data to the page for seeing it in tables and graphs.
- Amplify benchmark viewer page: Amplify benchmark viewer page
The viewer doesn't save the data on the server. The data is stored in the memory of the browser, so when you refresh or exit the browser, the data is removed.
The viewer is based on Create React App. So, you need the Node.js environment to use the viewer on your machine.
If you have the Node.js
environment, execute the following commands to run the viewer on the machine.
npm install
npm start
If you have already the data file locally, you can see it without dragging and dropping actions. If you want to see it directly, copy the data file to the public/data
folder and restart the viewer.
- Drag and drop the data to the upload page (Or copy the file(
stats.json
) to thepublic/data
folder locally)
- You can see the data by
Problems
,Clients
, andLabels
.
Problems | Clients | Labels |
---|---|---|
- You can see the details by clicking
instances
orclients
.
Instance detail | Client detail |
---|---|
Amplify benchmark viewer
is made by