forked from SOM-st/SOM
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mate.conf
437 lines (402 loc) · 15.3 KB
/
mate.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
# Config file for ReBench
# Config format is YAML (see http://yaml.org/ for detailed spec)
# this run definition will be choosen if no parameters are given to rebench.py
standard_experiment: all
standard_data_file: 'mateV2.data'
runs:
number_of_data_points: 100
are_we_fast_yet:
## this is ignored by rebench
iteration_numbers:
fast_vm_macro: &FAST_VM_MACRO 1500
slow_vm_macro: &SLOW_VM_MACRO 800
fast_vm_micro: &FAST_VM_MICRO 800
slow_vm_micro: &SLOW_VM_MICRO 400
inlining: &INLINING_VALUES
# - 1500
- 2500
# - 3500
# - 4000
# - 6000
# - 8000
# settings and requirements for statistic evaluation
# Note, this is only used for explorative runs, for the final experiments, we
# rely soley on a fixed configuration of data points.
#statistics:
# confidence_level: 0.95
# settings for quick runs, useful for fast feedback during experiments
quick_runs:
number_of_data_points: 3
max_time: 60 # time in seconds
# definition of benchmark suites
benchmark_suites:
classic-macro-steady:
gauge_adapter: RebenchLog
command: &MACRO_CMD " -cp .:LanguageFeatures:Json:Richards:DeltaBlue:NBody:GraphSearch:CD:Havlak:../../Smalltalk:../../Smalltalk/Mate:../../Smalltalk/Mate/MOP BenchmarkHarness %(benchmark)s %(variable)s 0"
variable_values: *SLOW_VM_MACRO ## the number iterations measured
max_runtime: 60000
location: Examples/Benchmarks
benchmarks: &MACRO_STEADY
- Richards:
extra_args: "20"
- DeltaBlue:
extra_args: "1200"
- Mandelbrot:
extra_args: "500"
- NBody:
extra_args: "50000"
- Json:
extra_args: "50"
- GraphSearch:
extra_args: "30"
- PageRank:
extra_args: "1000"
- CD:
extra_args: "250"
- Havlak:
extra_args: "1500"
# variable_values: &INLINING_VALUES
# - 1500
# - 2500
# - 3500
# - 4000
# - 6000
# - 8000
classic-micro-steady:
gauge_adapter: RebenchLog
command: *MACRO_CMD
max_runtime: 60000
location: Examples/Benchmarks
variable_values: *SLOW_VM_MICRO
benchmarks: &MICRO_STEADY
- Bounce:
extra_args: "200"
- BubbleSort:
extra_args: "300"
- Dispatch:
extra_args: "2000"
- Fannkuch:
extra_args: "8"
- Fibonacci:
extra_args: "300"
- FieldLoop:
extra_args: "300"
- IntegerLoop:
extra_args: "8000"
- List:
extra_args: "200"
- Loop:
extra_args: "1000"
- Permute:
extra_args: "300"
- Queens:
extra_args: "300"
- QuickSort:
extra_args: "300"
- Recurse:
extra_args: "300"
- Sieve:
extra_args: "500"
- Storage:
extra_args: "200"
- Sum:
extra_args: "1000"
- Towers:
extra_args: "200"
- TreeSort:
extra_args: "100"
- WhileLoop:
extra_args: "3000"
# variable_values: *INLINING_VALUES
classic-steady-java-micro:
gauge_adapter: RebenchLog
command: " -cp classic-benchmarks.jar som.%(benchmark)s %(variable)s"
max_runtime: 60000
location: ../Classic-Benchmarks
variable_values: *SLOW_VM_MICRO
benchmarks: *MICRO_STEADY
classic-steady-java-macro:
gauge_adapter: RebenchLog
command: " -cp classic-benchmarks.jar som.%(benchmark)s %(variable)s"
max_runtime: 60000
location: ../Classic-Benchmarks
variable_values: *SLOW_VM_MICRO
benchmarks: *MICRO_STEADY
#Configuration of the SOM Mate microbenchmarks
mop-operations-steady:
gauge_adapter: RebenchLog
command: ":Examples/Benchmarks/Mate/IndividualOperations Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s "
max_runtime: 60000
benchmarks: &INDIVIDUAL
- FieldRead:
extra_args: "750 0 2000000"
- FieldWrite:
extra_args: "750 0 2000000"
- MessageSend:
extra_args: "750 0 2000000"
- SeveralObjectsFieldRead:
extra_args: "750 0 100000"
- SeveralObjectsFieldRead2:
extra_args: "750 0 100000"
- VMReflectiveFieldRead:
extra_args: "750 0 2000000"
- VMReflectiveFieldWrite:
extra_args: "750 0 2000000"
- VMReflectiveLayoutFieldWrite:
extra_args: "750 0 2000000"
- VMReflectiveLayoutFieldRead:
extra_args: "750 0 2000000"
- VMReflectiveMethodActivation:
extra_args: "750 0 2000000"
- VMReflectiveMessageSend:
extra_args: "750 0 2000000"
- VMReflectiveReturn:
extra_args: "750 0 2000000"
- AllOperations:
extra_args: "750 0 2000000"
- VMReflectiveAllOperations:
extra_args: "750 0 2000000"
- VMReflectiveSeveralObjectsFieldRead:
extra_args: "750 0 100000"
- VMReflectiveSeveralObjectsFieldRead2:
extra_args: "750 0 100000"
- VMReflectiveSeveralObjectsFieldReadOneMO:
extra_args: "750 0 100000"
- VMReflectiveSeveralObjectsFieldReadOneMO2:
extra_args: "750 0 100000"
variable_values: *INLINING_VALUES
#Configuration of the Delegation Proxies for read only
readonly:
gauge_adapter: RebenchLog
command: &READONLY_CMD ":Examples/Benchmarks/Mate:Examples/Benchmarks/Mate/DelegationProxies Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s "
max_runtime: 60000
benchmarks:
- SumKeys:
extra_args: "1200 0 80"
- DelegationProxiesSumKeys:
extra_args: "1200 0 80"
variable_values: *INLINING_VALUES
readonly-interp:
gauge_adapter: RebenchLog
command: *READONLY_CMD
max_runtime: 60000
benchmarks:
- SumKeys:
extra_args: "200 0 5"
- DelegationProxiesSumKeys:
extra_args: "200 0 5"
variable_values: *INLINING_VALUES
#Configuration of the Mate Handles for readonly
readonly-handles:
gauge_adapter: RebenchLog
command: &READONLYHANDLE_CMD ":Examples/Benchmarks/Mate:Examples/Benchmarks/Mate/DelegationProxies Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s "
max_runtime: 60000
benchmarks:
- ReadonlySumKeys:
extra_args: "1200 0 80"
variable_values: *INLINING_VALUES
readonly-handles-interp:
gauge_adapter: RebenchLog
command: *READONLYHANDLE_CMD
max_runtime: 60000
benchmarks:
- ReadonlySumKeys:
extra_args: "200 0 5"
variable_values: *INLINING_VALUES
tracing-mate:
gauge_adapter: RebenchLog
command: ":Examples/Benchmarks/DeltaBlue:Examples/Benchmarks/NBody:Examples/Benchmarks/DeltaBlueInstrumented:Examples/Benchmarks/Mate:Examples/Benchmarks/Mate/Tracing:Examples/Benchmarks/Json Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s "
max_runtime: 60000
benchmarks:
- DeltaBlueTrace:
extra_args: "1500 0 1200"
- NBodyTrace:
extra_args: "1500 0 50000"
- JsonTrace:
extra_args: "150 0 1"
- QuickSortTrace:
extra_args: "800 0 300"
- JsonBig:
extra_args: "150 0 1"
variable_values: *INLINING_VALUES
tracing-mateNBody:
gauge_adapter: RebenchLog
command: ":Examples/Benchmarks/DeltaBlue:Examples/Benchmarks/NBody:Examples/Benchmarks/DeltaBlueInstrumented:Examples/Benchmarks/Mate:Examples/Benchmarks/Mate/Tracing:Examples/Benchmarks/Json Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s "
max_runtime: 60000
benchmarks:
- NBodyTrace:
extra_args: "1500 0 50000"
variable_values: 7000
#Configuration of the Tracing Benchmarks
tracing-standard:
gauge_adapter: RebenchLog
command: ":Examples/Benchmarks/DeltaBlue:Examples/Benchmarks/DeltaBlueInstrumented:Examples/Benchmarks/Mate/Tracing:Examples/Benchmarks/Json Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s "
max_runtime: 60000
benchmarks:
# - DeltaBlueInstrumented:
# extra_args: "1500 0 1200"
- JsonBig:
extra_args: "150 0 1"
variable_values: *INLINING_VALUES
#In moviesColumnar the inner iterations represent the problem size
movies:
gauge_adapter: RebenchLog
command: &CMD_MOVIES ":Examples/Benchmarks/Mate:Examples/Benchmarks/Mate/Columnar BenchmarkHarness %(benchmark)s"
max_runtime: 60000
benchmarks:
- MoviesAggregate:
extra_args: "100 0 %(variable)s"
- MoviesFilter:
extra_args: "100 0 %(variable)s"
- MoviesMap:
extra_args: "100 0 %(variable)s"
variable_values: &VAR_MOVIES
- 10000
- 50000
- 100000
- 500000
- 1000000
movies-columnar:
gauge_adapter: RebenchLog
command: *CMD_MOVIES
max_runtime: 60000
benchmarks:
- MoviesColumnarAggregate:
extra_args: "100 0 %(variable)s"
- MoviesColumnarFilter:
extra_args: "100 0 %(variable)s"
- MoviesColumnarMap:
extra_args: "100 0 %(variable)s"
variable_values: *VAR_MOVIES
layoutVsObjectBasedEnvironment:
gauge_adapter: RebenchLog
command: " -cp .:../../Smalltalk:../../Smalltalk/Mate:../../Smalltalk/Mate/MOP:Mate/LayoutInObjVsEnv:Mate/LayoutInObjVsEnv/AuxiliaryClasses BenchmarkHarness %(benchmark)s %(variable)s 0"
max_runtime: 60000
location: Examples/Benchmarks
benchmarks:
- PolymorphicSite:
extra_args: "100000"
variable_values: *SLOW_VM_MICRO ## the number iterations measured
# VMs have a name and are specified by a path and the binary to be executed
virtual_machines:
TruffleSOM-interpreter:
path: .
binary: som
args: "-G -cp Smalltalk:Smalltalk/FileSystem/Core:Smalltalk/FileSystem/Disk:Smalltalk/FileSystem/Streams:Smalltalk/Collections/Streams:Examples/Benchmarks"
TruffleSOM-graal:
path: .
binary: fast
args: ""
TruffleSOM-graal-enterprise:
path: .
binary: oficial
args: "-A"
TruffleMate-interpreter:
path: .
binary: som
args: "--mate -activateMate -G -cp Smalltalk:Smalltalk/Mate:Smalltalk/Mate/MOP:Smalltalk/FileSystem/Core:Smalltalk/FileSystem/Disk:Smalltalk/FileSystem/Streams:Smalltalk/Collections/Streams:Examples/Benchmarks"
TruffleMate-graal:
path: .
binary: fast
args: "--mate -activateMate"
TruffleMate-graal-enterprise:
path: .
binary: oficial
args: "-A --mate -activateMate"
TruffleMate-graal-deactivated:
path: .
binary: som
args: "--mate -it %(variable)s -cp Smalltalk:Smalltalk/Mate:Smalltalk/Mate/MOP:Smalltalk/FileSystem/Core:Smalltalk/FileSystem/Disk:Smalltalk/FileSystem/Streams:Smalltalk/Collections/Streams:Examples/Benchmarks"
Java:
path: .
binary: java8.sh
# args: "-Xms2048m -server "
# define the benchmarks to be executed for a re-executable benchmark run
experiments:
Inherent:
data_file: inherent.data
benchmark:
- classic-micro-steady
- classic-macro-steady
executions:
- TruffleSOM-graal
- TruffleSOM-graal-enterprise
- TruffleMate-graal
- TruffleMate-graal-enterprise
# - TruffleMate-graal-enterprise
# - TruffleMate-graal-deactivated-moreInlining
InherentNaive:
data_file: inherentNaive.data
benchmark:
- classic-micro-steady
- classic-macro-steady
executions:
- TruffleMate-graal
- TruffleMate-graal-enterprise
Inherent-Interpreter:
benchmark:
- classic-micro-steady-interp
- classic-macro-steady-interp
- readonly-interp
- readonly-handles-interp
executions:
- TruffleSOM-interpreter
- TruffleMate-interpreter
IndividualActivations:
data_file: individualActivations.data
benchmark:
- mop-operations-steady
executions:
- TruffleMate-graal
Readonly:
data_file: readonly.data
executions:
- TruffleMate-graal:
benchmark:
- readonly-handles
- readonly
# - TruffleSOM-graal:
# benchmark:
# readonly
Tracing:
data_file: tracing.data
executions:
- TruffleSOM-graal:
benchmark: tracing-standard
- TruffleMate-graal:
benchmark:
- tracing-mate
- tracing-mateNBody
Movies:
data_file: columnar.data
executions:
- TruffleSOM-graal-enterprise:
benchmark:
- movies
- TruffleMate-graal-enterprise:
benchmark:
- movies
- movies-columnar
EnvInObjVsEnvInLayout:
data_file: objVsLayout.data
description: The performance comparison of MATE with metaobjects in the layout or in the object itself
executions:
- TruffleMate-graal-enterprise:
benchmark:
- layoutVsObjectBasedEnvironment
Baseline:
data_file: baseline.data
description: The comparison of Truffle SOM/MATE in peak performance with Java
executions:
- TruffleSOM-graal-enterprise:
benchmark:
- classic-macro-steady
- classic-micro-steady
- TruffleMate-graal-enterprise:
benchmark:
- classic-macro-steady
- classic-micro-steady
# - Java:
# benchmark:
# - classic-steady-java-macro
# - classic-steady-java-micro