Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 555 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 555 Bytes

automaton

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.

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.