Skip to content

Commit

Permalink
Use CommandLineToolSet in headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Dec 20, 2023
1 parent 9da5515 commit 8f6b973
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ public void ensureLoaded() {
"Remove active context."
Processor activeProcess instVarNamed: #suspendedContext put: nil.
"Avoid interactive windows and instead exit on errors."
ToolSet default: CommandLineToolSet.
"Start up image (see SmalltalkImage>>#snapshot:andQuit:withExitCode:embedded:)."
Smalltalk
clearExternalObjects;
Expand Down

1 comment on commit 8f6b973

@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 (8f6b973)

Benchmarks ran on graalvm-jdk-21+35.1.

Steady (after 100 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 556 571 558.77 557 558.76 111754 1.86
CD 481 494 485.31 483 485.29 97061 1.62
DeltaBlue 279 492 418.84 424 417.46 83767 1.4
Havlak 1163 1212 1193.78 1199 1193.72 238756 3.98
Json 375 396 377.92 376 377.91 75584 1.26
List 377 390 378.55 378 378.54 75709 1.26
Mandelbrot 230 240 234.04 235 234.02 46807 0.78
NBody 256 270 259.42 258 259.4 51883 0.86
Permute 154 167 155.71 155 155.69 31141 0.52
Queens 245 268 249.24 246 249.19 49847 0.83
Richards 1213 1248 1218.94 1219 1218.93 243787 4.06
Sieve 177 188 178.14 178 178.13 35627 0.59
Storage 142 151 144.09 143 144.07 28817 0.48
Towers 200 212 200.81 201 200.8 40161 0.67
5848 6299 6053.51 6052 6051.9 1210701 20.18

8f6b973-2-steady.svg

Warmup (first 100 iterations)

8f6b973-3-warmup.svg

Please sign in to comment.