Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

juju-solutions/charms.benchmark

Repository files navigation

Build Status Coverage Status

charms.benchmark

charms.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 charms.benchmark

Development

$ make venv
$ . venv/bin/activate
$ (venv) make develop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published