Skip to content

Commit

Permalink
Release 21.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jul 22, 2021
1 parent 9564e61 commit b5e925d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"graalvm_tag": "vm-ce-21.2.0",
"icon": "trufflesqueak-icon.png",
"icon_tag": "21.0.0.1",
"image": "TruffleSqueakImage-21.1.0.zip",
"image_tag": "21.1.0",
"image": "TruffleSqueakImage-21.2.0.zip",
"image_tag": "21.2.0",
"jdk8": "302",
"jdk8_update": "06",
"jdk11": "11.0.12",
Expand All @@ -31,7 +31,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 @@ -11,7 +11,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 = "21.2.0-dev";
public static final String VERSION = "21.2.0";

private SqueakLanguageConfig() {
}
Expand Down

10 comments on commit b5e925d

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

Benchmarks ran on graalvm-ce-java11-21.2.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 183 292 191.19 188 190.62 38238 0.64
DeltaBlue 282 448 391.29 390.5 390.68 78258 1.3
Havlak 1496 1644 1561.89 1565 1561.65 312377 5.21
Json 523 563 528.57 526 528.53 105713 1.76
List 901 949 908.9 906 908.87 181779 3.03
Mandelbrot 144 176 147.84 147 147.78 29567 0.49
NBody 272 316 277.71 274 277.61 55541 0.93
Permute 233 278 238.63 236 238.5 47725 0.8
Queens 254 297 259.21 255 259.02 51843 0.86
Richards 1103 1153 1111.37 1105 1111.32 222273 3.7
Sieve 214 295 228.59 226 228.26 45718 0.76
Storage 299 330 303.14 300 303.06 60627 1.01
Towers 379 409 385.35 384 385.31 77069 1.28
6283 7150 6533.64 6502.5 6531.22 1306728 21.78

b5e925d-2-steady.svg

Warmup (first 50 iterations)

b5e925d-3-warmup.svg

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

Benchmarks ran on graalvm-ce-java11-21.2.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 180 273 182.42 181 182.25 36483 0.61
DeltaBlue 307 422 398.2 399 398.09 79640 1.33
Havlak 1504 1630 1570.98 1578 1570.7 314196 5.24
Json 502 541 508.52 506 508.47 101703 1.7
List 897 933 904.45 903 904.43 180890 3.01
Mandelbrot 145 175 146.58 145 146.5 29316 0.49
NBody 275 324 280.3 277 280.19 56060 0.93
Permute 234 269 237.53 236 237.49 47506 0.79
Queens 257 293 262.64 259 262.48 52527 0.88
Richards 1095 1142 1100.61 1097 1100.58 220121 3.67
Sieve 214 259 215.03 214 214.99 43005 0.72
Storage 301 343 304.56 302 304.47 60912 1.02
Towers 361 401 363.73 362 363.68 72745 1.21
6272 7005 6475.52 6459 6474.33 1295104 21.59

b5e925d-2-steady.svg

Warmup (first 50 iterations)

b5e925d-3-warmup.svg

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

Benchmarks ran on graalvm-ee-java11-21.2.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 359 394 364.91 360 364.81 72982 1.22
DeltaBlue 139 254 154.23 146 153.15 30845 0.51
Havlak 1007 1091 1055.06 1061 1054.91 211011 3.52
Json 223 270 227.94 226 227.84 45587 0.76
List 448 482 454.91 455 454.89 90981 1.52
Mandelbrot 140 181 142.24 140 142.12 28447 0.47
NBody 193 236 197.2 195 197.09 39440 0.66
Permute 210 252 214.46 211 214.35 42892 0.71
Queens 168 224 174.55 169 174.17 34909 0.58
Richards 874 919 879.17 875 879.12 175833 2.93
Sieve 167 211 169.89 167 169.66 33977 0.57
Storage 185 231 190 187 189.84 38000 0.63
Towers 274 400 277.98 274 277.62 55596 0.93
4387 5145 4502.5 4466 4499.58 900500 15.01

b5e925d-2-steady.svg

Warmup (first 50 iterations)

b5e925d-3-warmup.svg

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

Benchmarks ran on graalvm-ee-java11-21.2.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 363 407 368.53 364 368.41 73705 1.23
DeltaBlue 138 236 151.09 143 150.26 30218 0.5
Havlak 1000 1098 1053.28 1062 1053.07 210656 3.51
Json 222 267 226.13 223.5 226.04 45226 0.75
List 449 487 454.66 454 454.63 90932 1.52
Mandelbrot 140 158 140.64 140 140.62 28128 0.47
NBody 194 227 197.61 195 197.53 39522 0.66
Permute 210 244 213.08 211 212.99 42615 0.71
Queens 171 226 177.78 173 177.46 35556 0.59
Richards 876 919 882.71 878 882.66 176541 2.94
Sieve 166 212 169.13 167 168.97 33826 0.56
Storage 180 213 185.29 182 185.15 37058 0.62
Towers 273 311 275.94 274 275.87 55188 0.92
4382 5005 4495.85 4466.5 4493.67 899171 14.99

b5e925d-2-steady.svg

Warmup (first 50 iterations)

b5e925d-3-warmup.svg

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

Benchmarks ran on graalvm-ce-java11-21.2.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 180 285 182.86 181 182.65 36572 0.61
DeltaBlue 228 359 321.89 321 321.73 64377 1.07
Havlak 1508 1621 1573.42 1583.5 1573.18 314683 5.24
Json 529 564 535.9 533 535.85 107180 1.79
List 893 1023 902.78 899 902.64 180556 3.01
Mandelbrot 144 191 145.76 145 145.69 29153 0.49
NBody 275 318 280.11 277 280 56022 0.93
Permute 234 263 237.21 235 237.14 47442 0.79
Queens 258 280 260.79 260 260.77 52158 0.87
Richards 1106 1153 1115.02 1115 1114.98 223003 3.72
Sieve 214 273 218.76 214 218.43 43752 0.73
Storage 301 347 304.79 302 304.72 60957 1.02
Towers 367 555 372.43 368 371.96 74485 1.24
6237 7232 6451.7 6433.5 6449.74 1290340 21.51

b5e925d-2-steady.svg

Warmup (first 50 iterations)

b5e925d-3-warmup.svg

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

Benchmarks ran on graalvm-ce-java11-21.2.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 180 277 184.97 181 184.43 36994 0.62
DeltaBlue 298 460 417.91 420 417.43 83582 1.39
Havlak 1507 1629 1585.04 1596 1584.83 317008 5.28
Json 506 552 513.23 510 513.16 102645 1.71
List 897 933 905.87 905.5 905.85 181173 3.02
Mandelbrot 145 168 145.92 145 145.89 29183 0.49
NBody 275 311 279.52 277 279.45 55905 0.93
Permute 236 329 239.17 237 238.98 47834 0.8
Queens 256 292 261.8 258 261.62 52359 0.87
Richards 1102 1141 1108.04 1104 1108.01 221608 3.69
Sieve 216 271 218.63 216 218.48 43726 0.73
Storage 299 338 304.94 301 304.83 60988 1.02
Towers 345 536 350.13 345.5 349.56 70026 1.17
6262 7237 6515.16 6496 6512.52 1303031 21.72

b5e925d-2-steady.svg

Warmup (first 50 iterations)

b5e925d-3-warmup.svg

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

Benchmarks ran on graalvm-ce-java11-21.2.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 927 971 938.37 936 938.33 187674 3.13
DeltaBlue 998 1264 1209.25 1231 1207.67 241850 4.03
Havlak 3919 4080 3983.09 3986 3982.98 796618 13.28
Json 2030 2098 2049.21 2046 2049.16 409842 6.83
List 602 649 606.89 603 606.84 121377 2.02
Mandelbrot 156 209 158.39 157 158.25 31677 0.53
NBody 1026 1105 1041.35 1036 1041.25 208269 3.47
Permute 448 481 455.09 454 455.02 91017 1.52
Queens 470 509 475.14 471 475.08 95027 1.58
Richards 2641 2721 2661.76 2659.5 2661.71 532351 8.87
Sieve 217 285 222.15 217 221.77 44430 0.74
Storage 321 367 328.85 324 328.72 65770 1.1
Towers 898 960 910.73 906.5 910.67 182145 3.04
14653 15699 15040.23 15027 15037.43 3008047 50.13

b5e925d-2-steady.svg

Warmup (first 50 iterations)

b5e925d-3-warmup.svg

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

Benchmarks ran on graalvm-ce-java11-21.2.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 928 974 936.67 931 936.62 187334 3.12
DeltaBlue 996 1254 1183.61 1221 1181.14 236722 3.95
Havlak 3962 4078 4016.9 4013 4016.83 803379 13.39
Json 2040 2110 2055.81 2053 2055.77 411162 6.85
List 602 644 605.46 603 605.42 121091 2.02
Mandelbrot 156 199 158.24 157 158.13 31648 0.53
NBody 1012 1071 1028.94 1026 1028.88 205788 3.43
Permute 443 488 450.27 449 450.19 90053 1.5
Queens 475 514 480.51 477 480.46 96102 1.6
Richards 2623 2680 2639.92 2638.5 2639.89 527983 8.8
Sieve 217 301 220.73 217 220.43 44145 0.74
Storage 320 363 328.34 324.5 328.21 65668 1.09
Towers 894 948 904 900.5 903.94 180799 3.01
14668 15624 15009.37 15010.5 15005.92 3001874 50.03

b5e925d-2-steady.svg

Warmup (first 50 iterations)

b5e925d-3-warmup.svg

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

Benchmarks ran on graalvm-ee-java11-21.2.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 666 716 674.45 672 674.37 134890 2.25
DeltaBlue 785 1077 1004.33 1026.5 1002.11 200866 3.35
Havlak 3260 3370 3299.13 3294.5 3299.06 659826 11
Json 1675 1758 1698.28 1696 1698.2 339655 5.66
List 370 416 376.29 373 376.22 75257 1.25
Mandelbrot 147 190 150 148 149.85 29999 0.5
NBody 878 935 892.49 890 892.42 178497 2.97
Permute 464 520 470.79 469 470.71 94158 1.57
Queens 377 422 384.64 380 384.53 76928 1.28
Richards 2200 2284 2226.07 2225 2226.01 445214 7.42
Sieve 232 291 235.61 233 235.41 47122 0.79
Storage 311 354 318.31 316 318.2 63661 1.06
Towers 805 897 823.54 819 823.4 164708 2.75
12170 13230 12553.91 12542 12550.48 2510781 41.85

b5e925d-2-steady.svg

Warmup (first 50 iterations)

b5e925d-3-warmup.svg

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

Benchmarks ran on graalvm-ee-java11-21.2.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 675 718 684.79 682 684.73 136957 2.28
DeltaBlue 785 1117 1017.64 1038 1015.3 203527 3.39
Havlak 3299 3439 3359.46 3361 3359.34 671891 11.2
Json 1677 2152 1712.92 1701 1711.95 342584 5.71
List 372 401 377.02 374 376.96 75403 1.26
Mandelbrot 148 194 150.04 149 149.93 30008 0.5
NBody 869 916 885.83 884 885.78 177165 2.95
Permute 456 595 466.4 463 466.21 93280 1.55
Queens 375 425 387.94 384 387.83 77587 1.29
Richards 2307 2379 2326.9 2324 2326.85 465380 7.76
Sieve 232 298 235.74 233 235.53 47148 0.79
Storage 312 352 320.4 318 320.28 64079 1.07
Towers 794 1037 811.62 807 811.42 162323 2.71
12301 14023 12736.66 12718 12732.11 2547332 42.46

b5e925d-2-steady.svg

Warmup (first 50 iterations)

b5e925d-3-warmup.svg

Please sign in to comment.