Skip to content

Commit

Permalink
Release 22.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Aug 3, 2022
1 parent 3b9ffff commit ccff4c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 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.2.0-dev";
public static final String VERSION = "22.2.0";
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak";

public static final String[][] SUPPORTED_IMAGES = {
new String[]{"TruffleSqueak image (22.1.0) (recommended)", "https://github.com/hpi-swa/trufflesqueak/releases/download/22.1.0/TruffleSqueakImage-22.1.0.zip"},
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 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 ccff4c2

@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 (ccff4c2)

Benchmarks ran on graalvm-ce-java17-22.2.0.

Steady (after 100 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 174 181 175.1 175 175.09 35019 0.58
CD 966 979 969.68 970 969.67 193935 3.23
DeltaBlue 276 439 394.99 404 393.69 78998 1.32
Havlak 1473 1577 1523.07 1522.5 1522.82 304614 5.08
Json 871 881 875.18 875 875.17 175035 2.92
List 891 901 893.36 893 893.35 178671 2.98
Mandelbrot 145 149 145.32 145 145.31 29063 0.48
NBody 273 310 276.11 276 276.08 55222 0.92
Permute 225 250 227 226 226.99 45400 0.76
Queens 250 262 251.57 251 251.56 50313 0.84
Richards 1061 1076 1065.26 1065 1065.25 213051 3.55
Sieve 208 239 209.48 209 209.47 41896 0.7
Storage 267 278 269.81 270 269.8 53962 0.9
Towers 340 350 342.04 341 342.03 68407 1.14
7420 7872 7617.93 7622.5 7616.3 1523586 25.39

ccff4c2-2-steady.svg

Warmup (first 100 iterations)

ccff4c2-3-warmup.svg

Please sign in to comment.