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.
python ./automaton.py -h
- Read: http://www.python.org/dev/peps/pep-0008/
- Run pep8 and make sure your code conforms.