44b12c9949 | ||
---|---|---|
perftestnotebook | ||
testing | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
__init__.py | ||
requirements.txt | ||
setup.py | ||
template_upload_file.html |
README.md
This repository is not actively used so it's been archived.
mach-perftest-notebook-dev
Development Repository for Mach Perftest Notebook Tooling. This tool will be used to standardize analysis/visualization techniques across Mozilla.
Running the tool
Install the tool with python3 setup.py install
. Then call perftestnotebook --config=<CONFIG>
with a config of your choice. See testing/configs
for examples.
This will standardize the data based on the Transformer you are using and output that. In the near future, it will also open an Iodide webpage to visualize and analyze the data with a set of pre-built analysis/visualization techniques.
Development Steps
These are the issues we will need to solve in this development repository (1 and 2 will likely need to be developed in parallel). The audience for this tool are software developers so we can take advantage of this for data transformation/standardization and other aspects of this tool.
- Develop data standardization techniques.
- Ideas:
- Build a decorator to decoarte custom transform/standardization functions in a provided script.
- Use a named function from a supplied script as the transform function.
- In addition to these two, build simple transformers for simple data formats so they don't need to be rewritten by developpers.
- Ideas:
- Build some basic units of analysis/visualization in Python.
- Plotting data in a graph with custom x and y labels. Graph can be a line plot, scatter plot, or bar graph for now.
- Dynamically integrate basic units into an Iodide web page.
- Ensure that each basic unit can have it's standardized data modified easily.
Each of these steps should have proper testing for the functionality as well, pytest will work fine in this case.
Once something basic is built, we will look into builing the mach tool for this in mozilla-central.
Contributing
Feel free to ping us in #perftest on Riot for information on how to contribute.