Compare commits

...

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

2 changed files with 20 additions and 8 deletions

View File

@ -1,8 +0,0 @@
# 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

20
instances.yml Normal file
View File

@ -0,0 +1,20 @@
- 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