Skip to content

Commit

Permalink
Add interpreter microbenchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jun 16, 2024
1 parent b13e93f commit eb223ab
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core-lib
Submodule core-lib updated 117 files
24 changes: 24 additions & 0 deletions rebench.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,29 @@ benchmark_suites:
- Recurse: {extra_args: 1}
- Mandelbrot: {extra_args: 3}

interpreter:
description: Basic interpreter benchmarks for comparing performance of most basic concepts.
gauge_adapter: RebenchLog
invocations: 5
command: "-cp Smalltalk:Examples/Benchmarks/Interpreter Examples/Benchmarks/BenchmarkHarness.som %(benchmark)s %(iterations)s 1"
benchmarks:
- ArgRead
- ArrayReadConst
- ArrayWriteConstConst
- BlockSend0ConstReturn
- Const
- FieldConstWrite
- FieldRead
- FieldReadIncWrite
- FieldReadWrite
- GlobalRead
- LocalConstWrite
- LocalRead
- LocalReadIncWrite
- LocalReadWrite
- SelfSend0
- SelfSend0BlockConstNonLocalReturn

executors:
som: {path: ., executable: som.sh}
somsom:
Expand All @@ -80,6 +103,7 @@ experiments:
suites:
- micro
- macro
- interpreter
executions:
- som
SomSom:
Expand Down

0 comments on commit eb223ab

Please sign in to comment.