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 835ecb7 commit 6d6b9d8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core-lib
Submodule core-lib updated 113 files
23 changes: 23 additions & 0 deletions rebench.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,28 @@ 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
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}

Expand All @@ -64,5 +86,6 @@ experiments:
suites:
- micro
- macro
- interpreter
executions:
- som

0 comments on commit 6d6b9d8

Please sign in to comment.