https://github.com/softdevteam/new_benchmarking_experiment
The new benchmarking experiment
https://github.com/softdevteam/new_benchmarking_experiment
Last synced: 5 months ago
JSON representation
The new benchmarking experiment
- Host: GitHub
- URL: https://github.com/softdevteam/new_benchmarking_experiment
- Owner: softdevteam
- License: other
- Created: 2019-05-08T13:46:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T10:18:25.000Z (over 5 years ago)
- Last Synced: 2025-06-03T02:10:32.972Z (8 months ago)
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# The New Benchmarking Experiment
This is a research experiment designed to investigate how large a performance
deviation must be before it can be reliably measured.
## Usage
To fetch the VMs and the benchmarks:
```sh
$ make setup
```
To run using the simple runner (without Krun):
```sh
$ make run-standalone
```
To run using Krun, see the included Krun config file, `experiment.krun`.
When running with Krun, the experiment directory will need to be writable by
the `krun` user. Do this by changing the experiment directory to mode 7777.
Don't be tempted to grant user/group ownership to the `krun` user: we can't
guarantee it will get the same UID and GID every time it is created.