-
Notifications
You must be signed in to change notification settings - Fork 7
/
awfy-test.conf
61 lines (56 loc) · 1.53 KB
/
awfy-test.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# -*- mode: yaml -*-
# Config file for ReBench
default_experiment: all
default_data_file: 'benchmark.data'
runs:
iterations: 1
invocations: 1
# definition of benchmark suites
benchmark_suites:
test-som:
gauge_adapter: RebenchLog
command: " -cp .:Core:CD:DeltaBlue:Havlak:Json:NBody:Richards:../../../core-lib/Smalltalk Harness.som %(benchmark)s 1 "
location: are-we-fast-yet/benchmarks/SOM
max_invocation_time: 240
benchmarks: &BENCHMARKS
- DeltaBlue:
extra_args: 1
- Richards:
extra_args: 1
- Json:
extra_args: 1
- CD:
extra_args: 10
- Havlak:
extra_args: 1
- Bounce:
extra_args: 1
- List:
extra_args: 1
- Mandelbrot:
extra_args: 1
- NBody:
extra_args: 1
- Permute:
extra_args: 1
- Queens:
extra_args: 1
- Sieve:
extra_args: 1
- Storage:
extra_args: 1
- Towers:
extra_args: 1
executors:
SOM:
path: .
executable: som.sh
experiments:
test-awfy:
description: |
This is a test run of the Are We Fast Yet benchmarks.
It's expected that the repository is located in the are-we-fast-yet folder.
suites:
- test-som
executions:
- SOM