forked from SOM-st/PySOM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrunbench_startup_hybrid.conf
66 lines (59 loc) · 2.21 KB
/
runbench_startup_hybrid.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
# -*- mode: yaml -*-
default_experiment: all
default_data_file: 'runbench_startup_hybrid.data'
benchmark_suites:
macro-startup:
gauge_adapter: RebenchLog
command: "-cp Smalltalk:Examples/Benchmarks/Richards:Examples/Benchmarks/DeltaBlue:Examples/Benchmarks/NBody:Examples/Benchmarks/Json:Examples/Benchmarks/GraphSearch Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s %(iterations)s "
iterations: 1000
invocations: 30
benchmarks:
- PageRank: {extra_args: 40}
- NBody: {extra_args: 500}
- Json: {extra_args: 0}
stress-startup:
gauge_adapter: RebenchLog
command: "-cp Smalltalk:Examples/Benchmarks/Richards:Examples/Benchmarks/DeltaBlue:Examples/Benchmarks/NBody:Examples/Benchmarks/Json:Examples/Benchmarks/GraphSearch Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s %(iterations)s "
iterations: 1000
invocations: 30
benchmarks:
- StressStartupRecurse
- StressStartupFibonacci
stress-all:
gauge_adapter: RebenchLog
command: "-cp Smalltalk:Examples/Benchmarks/Richards:Examples/Benchmarks/DeltaBlue:Examples/Benchmarks/NBody:Examples/Benchmarks/Json:Examples/Benchmarks/GraphSearch:Examples/Benchmarks/LanguageFeatures Examples/Benchmarks/%(benchmark)s %(iterations)s "
iterations: 1000
invocations: 30
benchmarks:
- AllStartup.som
executors:
RPySOM-bc-jit-tier1:
path: .
executable: som-bc-jit-tier1
args: --jit threshold=57 --jit function_threshold=57
RPySOM-bc-jit-tier2:
path: .
executable: som-bc-jit-tier2
RPySOM-bc-jit-hybrid:
path: .
executable: som-bc-jit-hybrid
args: --jit threshold=437
RPySOM-bc-interp:
path: .
executable: som-bc-interp-tier1
experiments:
PySOM:
description: All benchmarks on RPySOM
executions:
- RPySOM-bc-jit-tier2:
suites:
- macro-startup
- stress-all
- RPySOM-bc-jit-hybrid:
suites:
- macro-startup
- stress-all
- RPySOM-bc-interp:
suites:
- macro-startup
- stress-all