Skip to content

Commit

Permalink
Added new interpreter microbenchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Jun 15, 2024
1 parent 09f6706 commit 8cb6f3a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions rebench.conf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,28 @@ benchmark_suites:
- SomParse: {extra_args: 1, machines: [yuria2]}
- SomInit: {extra_args: 10000, machines: [yuria2]}

interpreter:
description: Basic interpreter benchmarks for comparing performance of most basic concepts.
gauge_adapter: RebenchLog
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:
RPySOM-ast-interp:
path: .
Expand Down Expand Up @@ -167,12 +189,14 @@ experiments:
- macro-startup
- awfy-startup
- som-parse
- interpreter
- RPySOM-bc-interp:
suites:
- micro-startup
- macro-startup
- awfy-startup
- som-parse
- interpreter
- RPySOM-ast-jit:
suites:
- micro-startup
Expand Down

0 comments on commit 8cb6f3a

Please sign in to comment.