Compare commits

...

No commits in common. "config" and "master" have entirely different histories.

2 changed files with 8 additions and 20 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# Benchmark Repository Template
> Template for benchmark repositories used with the [benchmark tool](https://git.luehne.de/patrick/benchmark-repository-rs)
## Structure
- [config branch](/patrick/benchmark-template/src/config): contains the tested configurations and instance sets
- [results branch](/patrick/benchmark-template/src/results): contains the result files

View File

@ -1,20 +0,0 @@
- fruit: "apple"
time: 1
- fruit: "banana"
time: 2
- fruit: "cherry"
time: 3
- fruit: "date"
time: 4
- fruit: "elderberry"
time: 5
- fruit: "fig"
time: 6
- fruit: "grapefruit"
time: 7
- fruit: "kiwi"
time: 8
- fruit: "lemon"
time: 9
- fruit: "mango"
time: 10