Skip to content

Commit 618243f

Browse files
authored
Update core-lib and add IfNil to benchmark setup (#19)
2 parents a961657 + b449669 commit 618243f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111

1212
- name: Use Node.js
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v4
1414

1515
- run: ./som.sh -cp core-lib/Smalltalk core-lib/TestSuite/TestHarness.som
1616
- run: ./som.sh -cp core-lib/Smalltalk:core-lib/TestSuite:core-lib/SomSom/src/compiler:core-lib/SomSom/src/vm:core-lib/SomSom/src/vmobjects:core-lib/SomSom/src/interpreter:core-lib/SomSom/src/primitives core-lib/SomSom/tests/SomSomTests.som

rebench.conf

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ benchmark_suites:
5353
- FieldLoop: {extra_args: 1}
5454
- WhileLoop: {extra_args: 10}
5555
- Mandelbrot: {extra_args: 30}
56+
- IfNil: {extra_args: 10}
5657

5758
interpreter:
5859
description: Basic interpreter benchmarks for comparing performance of most basic concepts.

0 commit comments

Comments
 (0)