* feat: add seconds to generated load files This adds seconds to the time string portion of the generated files from load generation runs. Previously, if the generator was run more than once in the same minute, latter runs would fail because the results files already exist. * refactor: make query/write/system graphs optional based on run Made the analysis tool have optional graphs based on what was actually generated. * refactor: change the time string format in generated load files |
||
---|---|---|
.. | ||
templates | ||
README.md | ||
app.py |
README.md
Load Generator Analysis
This directory contains a lightweight Flask app to compare two runs of the load generator. The app is designed to be run locally and is not intended for production use.
Setup
Make sure you have python and flask installed. You can install flask by running:
pip install flask
Running the app
To run the app, navigate to the analysis
directory and run:
python app.py <path to results directory>
Then open your browser to http://127.0.0.1:5000/ to view the app.