Compare commits
No commits in common. "master" and "config" have entirely different histories.
@ -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
20
instances.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user