Skip to content

Commit

Permalink
Release 23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 23, 2023
1 parent c68ce19 commit 4a39a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test_image_tag": "22.3.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 @@ -13,7 +13,7 @@ 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 = "23.1.0-dev";
public static final String VERSION = "23.1.0";
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak";

public static final String[][] SUPPORTED_IMAGES = {
Expand Down

1 comment on commit 4a39a58

@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 (4a39a58)

Benchmarks ran on graalvm-jdk-21+35.1.

Steady (after 100 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 540 553 542.34 541 542.33 108468 1.81
CD 440 452 443.49 442 443.47 88697 1.48
DeltaBlue 273 505 409.95 400 408.4 81989 1.37
Havlak 1118 1171 1145.79 1152 1145.7 229157 3.82
Json 364 373 366.93 365 366.92 73386 1.22
List 291 305 292.14 292 292.13 58427 0.97
Mandelbrot 125 141 125.86 126 125.84 25171 0.42
NBody 248 264 251.92 250 251.89 50383 0.84
Permute 149 162 150.92 150 150.9 30184 0.5
Queens 235 248 236.38 236 236.37 47275 0.79
Richards 1212 1228 1218.27 1218 1218.26 243654 4.06
Sieve 163 172 164.13 164 164.12 32825 0.55
Storage 137 147 139.45 138 139.43 27890 0.46
Towers 203 222 205.3 205 205.29 41060 0.68
5498 5943 5692.83 5679 5691.06 1138566 18.98

4a39a58-2-steady.svg

Warmup (first 100 iterations)

4a39a58-3-warmup.svg

Please sign in to comment.