Skip to content

Commit

Permalink
[ST] Added pharo config to rebench
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jul 24, 2016
1 parent b80c3dd commit ff22075
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
16 changes: 15 additions & 1 deletion rebench.conf
Expand Up @@ -122,6 +122,15 @@ benchmark_suites:
max_runtime: 6000
benchmarks: *BENCHMARKS

pharo:
gauge_adapter: RebenchLog
location: benchmarks/Smalltalk
command: "AWFY.image run.st %(benchmark)s %(variable)s "
variable_values: *SLOW_VM ## the number iterations measured
max_runtime: 6000
benchmarks: *BENCHMARKS


# VMs have a name and are specified by a path and the binary to be executed
virtual_machines:
# JVMs
Expand Down Expand Up @@ -200,6 +209,9 @@ virtual_machines:
GraalJS:
path: implementations/
binary: graaljs.sh
Pharo:
path: implementations/
binary: pharo

experiments:
steady-java:
Expand Down Expand Up @@ -249,4 +261,6 @@ experiments:
benchmark: ruby-indy
- RBX314:
benchmark: ruby-rbx

pharo:
benchmark: pharo
executions: Pharo
11 changes: 11 additions & 0 deletions test.conf
Expand Up @@ -79,6 +79,11 @@ benchmark_suites:
location: benchmarks/JavaScript
command: "harness.js %(benchmark)s 1 "
benchmarks: *BENCHMARKS
test-pharo:
gauge_adapter: RebenchLog
location: benchmarks/Smalltalk
command: "AWFY.image run.st %(benchmark)s 1 "
benchmarks: *BENCHMARKS

# VMs have a name and are specified by a path and the binary to be executed
virtual_machines:
Expand All @@ -105,6 +110,9 @@ virtual_machines:
Node:
path: implementations/
binary: node.sh
Pharo:
path: implementations/
binary: pharo

experiments:
test-som:
Expand All @@ -127,3 +135,6 @@ experiments:
test-java:
benchmark: test-java
executions: Java8U66
test-pharo:
benchmark: test-pharo
executions: Pharo

0 comments on commit ff22075

Please sign in to comment.