-
Notifications
You must be signed in to change notification settings - Fork 2
Contributing Benchmark Results
Simon Duquennoy edited this page May 12, 2018
·
1 revision
To contribute evaluation results, you need to upload the measured metrics in YAML format, as well as new testbed, protocol and setup descriptions if required. You will need to get familiar with:
- The repository structure: doc:code-structure
- The data format for experimental results can be found at doc:data-schema-xp
Concretely, you need to add:
- one
.yml
file for each run; - a
.md
file for the new setup; - a
.md
file for any new testbed and protocol.
Check out example results already in the repo.
The way to contribute the data to the repo is via Github pull requests. Note that you do not have to create the PR manually with git. You can just as well use the Github Web interface to draft a file and submit a PR directly.