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 35b780c commit 4888a61
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 121 files
24 changes: 24 additions & 0 deletions rebench.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,29 @@ benchmark_suites:
- WhileLoop: {extra_args: 10}
- Mandelbrot: {extra_args: 30}

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

executors:
som-rs-ast:
path: .
Expand All @@ -69,6 +92,7 @@ experiments:
suites:
- micro
- macro
- interpreter
executions:
- som-rs-ast
- som-rs-bc

0 comments on commit 4888a61

Please sign in to comment.