Skip to content

Commit 475b48f

Browse files
committed
Run new benchmarks on yuria, and 5 times each
1 parent 8c746ff commit 475b48f

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

rebench.conf

+17-16
Original file line numberDiff line numberDiff line change
@@ -135,24 +135,25 @@ benchmark_suites:
135135
interpreter:
136136
description: Basic interpreter benchmarks for comparing performance of most basic concepts.
137137
gauge_adapter: RebenchLog
138+
invocations: 5
138139
command: "-cp Smalltalk:Examples/Benchmarks/Interpreter Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s %(iterations)s 1"
139140
benchmarks:
140-
- ArgRead
141-
- ArrayReadConst
142-
- ArrayWriteConstConst
143-
- BlockSend0ConstReturn
144-
- Const
145-
- FieldConstWrite
146-
- FieldRead
147-
- FieldReadIncWrite
148-
- FieldReadWrite
149-
- GlobalRead
150-
- LocalConstWrite
151-
- LocalRead
152-
- LocalReadIncWrite
153-
- LocalReadWrite
154-
- SelfSend0
155-
- SelfSend0BlockConstNonLocalReturn
141+
- ArgRead: {machines: [yuria ]}
142+
- ArrayReadConst: {machines: [yuria ]}
143+
- ArrayWriteConstConst: {machines: [yuria ]}
144+
- BlockSend0ConstReturn: {machines: [yuria ]}
145+
- Const: {machines: [yuria ]}
146+
- FieldConstWrite: {machines: [yuria ]}
147+
- FieldRead: {machines: [yuria ]}
148+
- FieldReadIncWrite: {machines: [yuria ]}
149+
- FieldReadWrite: {machines: [yuria ]}
150+
- GlobalRead: {machines: [yuria ]}
151+
- LocalConstWrite: {machines: [yuria ]}
152+
- LocalRead: {machines: [yuria ]}
153+
- LocalReadIncWrite: {machines: [yuria ]}
154+
- LocalReadWrite: {machines: [yuria ]}
155+
- SelfSend0: {machines: [yuria ]}
156+
- SelfSend0BlockConstNonLocalReturn: {machines: [yuria ]}
156157

157158
executors:
158159
RPySOM-ast-interp:

0 commit comments

Comments
 (0)