@@ -7,7 +7,7 @@ reporting:
7
7
# Benchmark results will be reported to ReBenchDB
8
8
rebenchdb :
9
9
# this url needs to point to the API endpoint
10
- db_url : https://rebench.stefan-marr.de /rebenchdb
10
+ db_url : https://rebench.polomack.eu /rebenchdb
11
11
repo_url : https://github.com/Hirevo/som-rs
12
12
record_all : true # make sure everything is recorded
13
13
project_name : som-rs
@@ -21,38 +21,38 @@ benchmark_suites:
21
21
command : &MACRO_CMD "-c core-lib/Smalltalk core-lib/Examples/Benchmarks core-lib/Examples/Benchmarks/Richards core-lib/Examples/Benchmarks/DeltaBlue core-lib/Examples/Benchmarks/NBody core-lib/Examples/Benchmarks/Json core-lib/Examples/Benchmarks/GraphSearch -- BenchmarkHarness %(benchmark)s %(iterations)s "
22
22
iterations : 10
23
23
benchmarks :
24
- - Richards : {extra_args: 1, machines: [yuria2] }
25
- - DeltaBlue : {extra_args: 50, machines: [yuria2] }
26
- - NBody : {extra_args: 500, machines: [yuria2] }
27
- - JsonSmall : {extra_args: 1, machines: [yuria2] }
28
- - GraphSearch : {extra_args: 4, machines: [yuria2] }
29
- - PageRank : {extra_args: 40, machines: [yuria2] }
24
+ - Richards : {extra_args: 1}
25
+ - DeltaBlue : {extra_args: 50}
26
+ - NBody : {extra_args: 500}
27
+ - JsonSmall : {extra_args: 1}
28
+ - GraphSearch : {extra_args: 4}
29
+ - PageRank : {extra_args: 40}
30
30
31
31
micro :
32
32
gauge_adapter : RebenchLog
33
33
command : " -c core-lib/Smalltalk core-lib/Examples/Benchmarks core-lib/Examples/Benchmarks/LanguageFeatures -- BenchmarkHarness %(benchmark)s %(iterations)s "
34
34
iterations : 10
35
35
benchmarks :
36
- - Fannkuch : {extra_args: 6, machines: [yuria2] }
37
- - Fibonacci : {extra_args: "3", machines: [yuria2] }
38
- - Dispatch : {extra_args: 2, machines: [yuria2] }
39
- - Bounce : {extra_args: "2", machines: [yuria2] }
40
- - Loop : {extra_args: 5, machines: [yuria2] }
41
- - Permute : {extra_args: "3", machines: [yuria2] }
42
- - Queens : {extra_args: "2", machines: [yuria2] }
43
- - List : {extra_args: "2", machines: [yuria2] }
44
- - Recurse : {extra_args: "3", machines: [yuria2] }
45
- - Storage : {extra_args: 1, machines: [yuria2] }
46
- - Sieve : {extra_args: 4, machines: [yuria2] }
47
- - BubbleSort : {extra_args: "3", machines: [yuria2] }
48
- - QuickSort : {extra_args: 1, machines: [yuria2] }
49
- - Sum : {extra_args: 2, machines: [yuria2] }
50
- - Towers : {extra_args: "2", machines: [yuria2] }
51
- - TreeSort : {extra_args: "1", machines: [yuria2] }
52
- - IntegerLoop : {extra_args: 2, machines: [yuria2] }
53
- - FieldLoop : {extra_args: 1, machines: [yuria2] }
54
- - WhileLoop : {extra_args: 10, machines: [yuria2] }
55
- - Mandelbrot : {extra_args: 30, machines: [yuria2] }
36
+ - Fannkuch : {extra_args: 6}
37
+ - Fibonacci : {extra_args: "3"}
38
+ - Dispatch : {extra_args: 2}
39
+ - Bounce : {extra_args: "2"}
40
+ - Loop : {extra_args: 5}
41
+ - Permute : {extra_args: "3"}
42
+ - Queens : {extra_args: "2"}
43
+ - List : {extra_args: "2"}
44
+ - Recurse : {extra_args: "3"}
45
+ - Storage : {extra_args: 1}
46
+ - Sieve : {extra_args: 4}
47
+ - BubbleSort : {extra_args: "3"}
48
+ - QuickSort : {extra_args: 1}
49
+ - Sum : {extra_args: 2}
50
+ - Towers : {extra_args: "2"}
51
+ - TreeSort : {extra_args: "1"}
52
+ - IntegerLoop : {extra_args: 2}
53
+ - FieldLoop : {extra_args: 1}
54
+ - WhileLoop : {extra_args: 10}
55
+ - Mandelbrot : {extra_args: 30}
56
56
57
57
executors :
58
58
som-rs-ast :
0 commit comments