File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,28 @@ benchmark_suites:
258
258
extra_args : " 13 30"
259
259
warmup : 3
260
260
261
+ interpreter :
262
+ description : Basic interpreter benchmarks for comparing performance of most basic concepts.
263
+ gauge_adapter : RebenchLog
264
+ command : " -cp Smalltalk:Examples/Benchmarks/Interpreter Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s %(iterations)s 1"
265
+ benchmarks :
266
+ - ArgRead
267
+ - ArrayReadConst
268
+ - ArrayWriteConstConst
269
+ - BlockSend0ConstReturn
270
+ - Const
271
+ - FieldConstWrite
272
+ - FieldRead
273
+ - FieldReadIncWrite
274
+ - FieldReadWrite
275
+ - GlobalRead
276
+ - LocalConstWrite
277
+ - LocalRead
278
+ - LocalReadIncWrite
279
+ - LocalReadWrite
280
+ - SelfSend0
281
+ - SelfSend0BlockConstNonLocalReturn
282
+
261
283
executors :
262
284
SOM :
263
285
path : ..
@@ -292,6 +314,7 @@ experiments:
292
314
# - micro-steady
293
315
- macro-startup
294
316
# - macro-steady
317
+ - interpreter
295
318
executions :
296
319
- SOM
297
320
TruffleSOM :
You can’t perform that action at this time.
0 commit comments