forked from SOM-st/PySOM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
runbench_experiment.conf
134 lines (128 loc) · 4.31 KB
/
runbench_experiment.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# -*- mode: yaml -*-
default_experiment: all
default_data_file: 'runbench_experiment.data'
runs:
max_invocation_time: 6000
min_iteration_time: 1
benchmark_suites:
macro-steady:
gauge_adapter: RebenchLog
command: &MACRO_STEADY "--jit function_threshold=%(variable)s -cp Smalltalk:Examples/Benchmarks/Json:Examples/Benchmarks/GraphSearch Examples/Benchmarks/BenchmarkHarness.som --gc %(benchmark)s %(iterations)s "
variable_values: [7000]
iterations: 50
invocations: 5
warmup: 10
benchmarks:
- Json: {extra_args: 80}
- PageRank: {extra_args: 1000}
- GraphSearch: {extra_args: 30}
micro-steady:
gauge_adapter: RebenchLog
command: &MICRO_STEADY "--jit function_threshold=%(variable)s -cp Smalltalk:Examples/Benchmarks/NBody:Examples/Benchmarks/LanguageFeatures:Examples/Benchmarks/TestSuite Examples/Benchmarks/BenchmarkHarness.som --gc %(benchmark)s %(iterations)s "
variable_values: [1669]
iterations: 50
invocations: 5
warmup: 10
benchmarks:
- Bounce: {extra_args: 3000}
- BubbleSort: {extra_args: 3000}
- Fannkuch: {extra_args: 9}
- Fibonacci: {extra_args: 1000}
- List: {extra_args: 1000, variable_values: [100000]}
- Mandelbrot: {extra_args: 1000}
- NBody: {extra_args: 250000}
- Permute: {extra_args: 1500, variable_values: [10000]}
- Queens: {extra_args: 1000}
- QuickSort: {extra_args: 2000}
- Recurse: {extra_args: 2000}
- Sieve: {extra_args: 2500}
- Storage: {extra_args: 1000}
- Sum: {extra_args: 5000}
- TreeSort: {extra_args: 1000}
- Towers: {extra_args: 1000, variable_values: [200000]}
experiment-shuffle:
gauge_adapter: PlainSecondsLog
command: &EXPERIMENT_CMD "-cp Smalltalk:Examples/Benchmarks:Examples/Benchmarks/NBody:Examples/Benchmarks/Json:Examples/Benchmarks/DeltaBlue:Examples/Benchmarks/CD Examples/Benchmarks/Experiment/%(benchmark)s.som"
invocations: 100
benchmarks:
- Experiment1
- Experiment2
- Experiment3
- Experiment4
- Experiment5
- Experiment6
- Experiment7
- Experiment8
- Experiment9
- Experiment10
- Experiment11
- Experiment12
- Experiment13
- Experiment14
- Experiment15
- Experiment16
- Experiment17
- Experiment18
- Experiment19
- Experiment20
- ExperimentRandom
executors:
RPySOM-bc-jit-tier1:
path: .
executable: som-bc-jit-tier1
RPySOM-bc-jit-tier1-no-ic:
path: .
executable: som-bc-jit-tier1-no-ic
RPySOM-bc-jit-tier1-no-ic-no-handler-opt:
path: .
executable: som-bc-jit-tier1-no-ic-no-handler-opt
RPySOM-bc-jit-tier2:
path: .
executable: som-bc-jit-tier2
RPySOM-bc-jit-tier2-high-threshold:
path: .
args: --jit function_threshold=7000
executable: som-bc-jit-tier2
RPySOM-bc-interp-w-prof:
path: .
args: --jit off
executable: som-bc-jit-tier1
RPySOM-bc-interp:
path: .
executable: som-bc-interp-tier1
RPySOM-bc-jit-hybrid:
path: .
executable: som-bc-jit-hybrid
args: --jit threshold=57
RPySOM-bc-jit-hybrid-exp:
path: .
executable: som-bc-jit-hybrid
args: --jit function_threshold=7000
experiments:
PySOM:
description: All benchmarks on RPySOM
executions:
- RPySOM-bc-jit-tier1:
suites:
- experiment-shuffle
- RPySOM-bc-jit-tier2:
suites:
- micro-steady
- macro-steady
- experiment-shuffle
- RPySOM-bc-jit-tier2-high-threshold:
suites:
- experiment-shuffle
- RPySOM-bc-interp:
suites:
- experiment-shuffle
- RPySOM-bc-interp-w-prof:
suites:
- experiment-shuffle
- RPySOM-bc-jit-hybrid:
suites:
- micro-steady
- macro-steady
- RPySOM-bc-jit-hybrid-exp:
suites:
- experiment-shuffle