An open API service indexing awesome lists of open source software.

https://github.com/viperproject/viper-runner


https://github.com/viperproject/viper-runner

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Viper Runner
========================

Benchmark tool for the Viper tool chain.
Runs tests, measures runtimes and kills processes that take too long (including
their children).

Usage: `python runner.py some.conf`

See `./example_configs/` for example configuration files.

A few handy shell scripts, e.g. for running managing Nailgun instances or
running Silicon, can be found in `./scripts/`.

Dependencies:
--------------------------
- Python 3.5 or newer
- pyhocon — `pip install pyhocon`
- psutil — included in recent Python installations; otherwise `pip install psutil`