https://github.com/viperproject/viper-runner
https://github.com/viperproject/viper-runner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viperproject/viper-runner
- Owner: viperproject
- Created: 2020-03-20T12:06:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T12:07:08.000Z (about 6 years ago)
- Last Synced: 2025-01-19T15:23:22.985Z (over 1 year ago)
- Language: Python
- Size: 132 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`