Skip to content

Commit

Permalink
Release 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 30, 2022
1 parent dcec5b1 commit 7efe657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test_image_tag": "21.1.0",
},

"release": False,
"release": True,
"groupId": "de.hpi.swa.trufflesqueak",
"url": "https://github.com/hpi-swa/trufflesqueak",

Expand All @@ -48,7 +48,7 @@
"suites": [{
"name": "truffle",
"subdir": True,
"version": "release/graal-vm/22.3",
"version": "vm-22.3.0",
"urls": [{
"url": "https://github.com/oracle/graal",
"kind": "git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ public final class SqueakLanguageConfig {
public static final String MIME_TYPE = "application/x-smalltalk";
public static final String NAME = "Squeak/Smalltalk";
public static final String ST_MIME_TYPE = "text/x-smalltalk";
public static final String VERSION = "22.3.0-dev";
public static final String VERSION = "22.3.0";
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak";

public static final String[][] SUPPORTED_IMAGES = {
new String[]{"TruffleSqueak image (22.2.0) (recommended)", "https://github.com/hpi-swa/trufflesqueak/releases/download/22.2.0/TruffleSqueakImage-22.2.0.zip"},
new String[]{"TruffleSqueak image (22.3.0) (recommended)", "https://github.com/hpi-swa/trufflesqueak/releases/download/22.3.0/TruffleSqueakImage-22.3.0.zip"},
new String[]{"TruffleSqueak test image (6.0alpha-20228b)", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.1.0/TruffleSqueakTestImage-6.0alpha-20228b-64bit.zip"},
new String[]{"Cuis-Smalltalk test image (6.0-5053)", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.3.0/CuisTestImage-6.0-5053.zip"}};

Expand Down

1 comment on commit 7efe657

@TruffleSqueak-Bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance Report (7efe657)

Benchmarks ran on graalvm-ce-java17-22.3.0.

Steady (after 100 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 166 176 167.25 167 167.24 33449 0.56
CD 606 750 609.83 609 609.75 121965 2.03
DeltaBlue 377 522 458.88 470 457.67 91775 1.53
Havlak 1502 1626 1524.66 1525 1524.6 304932 5.08
Json 745 754 748.86 749 748.86 149772 2.5
List 339 380 340.08 339 340.06 68015 1.13
Mandelbrot 144 149 144.82 145 144.81 28963 0.48
NBody 264 284 266.99 267 266.98 53398 0.89
Permute 210 234 211.95 211 211.93 42389 0.71
Queens 203 216 204.43 204 204.42 40885 0.68
Richards 1020 1027 1023.77 1024 1023.77 204754 3.41
Sieve 199 204 199.6 199 199.6 39920 0.67
Storage 253 262 256.63 257 256.62 51325 0.86
Towers 306 313 308.05 307 308.05 61610 1.03
6334 6897 6465.76 6473 6464.36 1293152 21.55

7efe657-2-steady.svg

Warmup (first 100 iterations)

7efe657-3-warmup.svg

Please sign in to comment.