Skip to content

Commit

Permalink
Release 24.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jul 29, 2024
1 parent a2dcf14 commit 517667a
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 = "24.0.2-dev";
public static final String VERSION = "24.0.2";
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak";

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

1 comment on commit 517667a

@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 (517667a)

Benchmarks ran on 22.0.2-graal.

Steady (after 100 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 551 559 554.08 552 554.07 110815 1.85
CD 479 499 484.26 483 484.24 96851 1.61
DeltaBlue 286 475 419.99 416 418.63 83998 1.4
Havlak 1140 1190 1167.36 1172 1167.3 233472 3.89
Json 390 405 393.36 391 393.35 78672 1.31
List 380 390 381.03 381 381.02 76205 1.27
Mandelbrot 226 236 230.44 232 230.42 46088 0.77
NBody 256 267 259.51 258 259.49 51901 0.87
Permute 154 171 157.14 157 157.12 31427 0.52
Queens 231 250 234.15 234 234.14 46830 0.78
Richards 1218 1231 1221.59 1222.5 1221.58 244317 4.07
Sieve 270 306 271.73 271 271.71 54345 0.91
Storage 141 148 142.92 142 142.9 28584 0.48
Towers 202 229 219.37 220 219.35 43874 0.73
5924 6356 6136.9 6131.5 6135.32 1227379 20.46

517667a-2-steady.svg

Warmup (first 100 iterations)

517667a-3-warmup.svg

Please sign in to comment.