Running: Next Generation


Keywords
benchmark-framework, benchmarking, garbage-collection, methodology
License
Apache-2.0
Install
pip install running-ng==0.4.4

Documentation

running-ng

running-ng is a collection of scripts that help people run workloads in a methodologically sound settings.

Installation

pip3 install running-ng

Development setup

virtualenv env
source env/bin/activate
pip install -U pip setuptools build[virtualenv]

To make a distribution archives, run python -m build within the virtual environment. To run an editable build in the virtual environment, run pip install -e .. To install to user site-packages, run pip install dist/running_ng-<VERSION>-py3-none-any.whl outside the virtual environment.

There are two extras available.

  • zulip: dependencies for the Zulip runbms plugin.
  • tests: dependencies for running tests.

Documentation

Please refer to this site for up-to-date documentations.

License

This project is licensed under the Apache License, Version 2.0.