Skip to content

Commit

Permalink
Use new quick build mode for development
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Apr 28, 2022
1 parent 5064d17 commit 51e9ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx.trufflesqueak/mx_trufflesqueak.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def patched_init(self, *args, **kw_args):
'-H:+DumpThreadStacksOnSignal',
'-H:+DetectUserDirectoriesInImageHeap',
'-H:+TruffleCheckBlockListMethods',
],
] + [] if _SUITE.is_release() else ['-Ob'], # use quick build mode for development
)
],
stability="experimental",
Expand Down

2 comments on commit 51e9ed2

@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 (51e9ed2)

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 173 181 173.91 174 173.9 34781 0.58
DeltaBlue 260 552 379.76 381 377.86 75952 1.27
Havlak 1569 1703 1589.35 1585 1589.27 317869 5.3
Json 723 732 727.26 727 727.26 145452 2.42
List 895 1024 898.67 897 898.61 179734 3
Mandelbrot 145 148 145.24 145 145.24 29048 0.48
NBody 275 286 277.33 276 277.32 55466 0.92
Permute 228 233 229.6 229 229.6 45920 0.77
Queens 256 267 258.29 258 258.28 51658 0.86
Richards 1075 1086 1078.32 1078 1078.32 215664 3.59
Sieve 210 218 211.39 211 211.38 42277 0.7
Storage 271 282 273.26 274 273.25 54652 0.91
Towers 398 410 400.39 400 400.38 80077 1.33
6478 7122 6642.75 6635 6640.68 1328550 22.14

51e9ed2-2-steady.svg

Warmup (first 50 iterations)

51e9ed2-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 (51e9ed2)

Benchmarks ran on graalvm-ce-java11-22.1.0.

Steady (after 50 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 181 274 186.89 182 186.09 37377 0.62
DeltaBlue 290 553 386.54 386 386.26 77307 1.29
Havlak 1583 1964 1659.16 1670 1658.8 331831 5.53
Json 741 790 745.77 742 745.72 149153 2.49
List 887 918 888.38 888 888.37 177675 2.96
Mandelbrot 144 164 145.14 145 145.13 29027 0.48
NBody 272 320 278.71 274 278.57 55742 0.93
Permute 232 409 235.73 233 235.45 47145 0.79
Queens 256 291 263.72 258 263.44 52744 0.88
Richards 1093 1144 1096.46 1094 1096.44 219293 3.65
Sieve 211 258 216.21 211 215.86 43242 0.72
Storage 293 323 296.44 294 296.37 59287 0.99
Towers 364 565 370.29 365 369.57 74057 1.23
6547 7973 6769.4 6742 6766.07 1353880 22.56

51e9ed2-2-steady.svg

Warmup (first 50 iterations)

51e9ed2-3-warmup.svg

Please sign in to comment.