tvoran/automaton
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Automaton automates the process of executing benchmark applications on various
resources (e.g. infrastructure clouds and clusters). Ideally this will include all steps from provisioning cloud resources, downloading, configuring, and compiling the benchmark applications, executing the applications, gathering the results, and generating graphs.
Currently, it does nothing.
Using Automaton:
python ./automaton.py -h
Contributing:
1. Read: http://www.python.org/dev/peps/pep-0008/
2. Run pep8 and make sure your code conforms.