Skip to content

Commit

Permalink
Release 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed May 3, 2022
1 parent 0c90030 commit c452863
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.1.0-dev";
public static final String VERSION = "22.1.0";
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak";

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

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

Benchmarks ran on graalvm-ce-java17-22.1.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 180 186 180.86 180 180.85 36171 0.6
DeltaBlue 298 618 416.28 420 413.91 83256 1.39
Havlak 1565 1654 1589.95 1589 1589.87 317989 5.3
Json 729 738 734 734 734 146800 2.45
List 901 1041 905.57 902 905.39 181113 3.02
Mandelbrot 145 153 145.34 145 145.34 29068 0.48
NBody 275 374 278.25 277 278.17 55649 0.93
Permute 231 247 238.16 239 238.13 47631 0.79
Queens 255 263 256.88 257 256.88 51376 0.86
Richards 1074 1085 1078.08 1078 1078.07 215615 3.59
Sieve 210 220 211.27 211 211.27 42254 0.7
Storage 272 286 275.2 275 275.18 55039 0.92
Towers 392 405 394.12 393 394.12 78824 1.31
6527 7270 6703.93 6700 6701.17 1340785 22.35

c452863-2-steady.svg

Warmup (first 50 iterations)

c452863-3-warmup.svg

Please sign in to comment.