charm-benchmark

Library to aid in the creation of benchmark actions in Juju


License
Other
Install
pip install charm-benchmark==1.1.2

Documentation

Build Status Build Status Coverage Status

Deprecation notice:

This project has been deprecated and replaced by charms.benchmark. Please use that library instead. This one is no longer maintained.

charm-benchmark

charm-benchmark provides commands to ease the development of benchmark charms. You can either import the python library into your action, or use the equivalent CLI commands.

#!/bin/bash

benchmark-start || true

... (your code goes here) ...

benchmark-finish || true

Installation

$ pip install charm-benchmark

Development

$ python setup.py develop