Skip to content

Commit

Permalink
Fix SDL2 header file entry
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed May 2, 2022
1 parent 03a3b5f commit 0c90030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public boolean isInConfiguration() {

@Override
public List<String> getHeaderFiles() {
return Collections.singletonList("<SDL2/SDL.h>");
return Collections.singletonList("<SDL.h>");
}

@Override
Expand Down

1 comment on commit 0c90030

@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 (0c90030)

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 172 186 173.31 173 173.3 34661 0.58
DeltaBlue 263 575 378.64 381 376.64 75727 1.26
Havlak 1566 1701 1595.09 1593.5 1595.01 319018 5.32
Json 724 738 727.86 728 727.86 145572 2.43
List 891 899 892.94 892 892.94 178588 2.98
Mandelbrot 144 153 145.31 145 145.3 29061 0.48
NBody 275 290 277.95 277 277.93 55589 0.93
Permute 229 240 230.92 230 230.91 46184 0.77
Queens 255 261 256.29 256 256.28 51257 0.85
Richards 1097 1112 1100.2 1100 1100.2 220040 3.67
Sieve 210 220 211.26 211 211.26 42252 0.7
Storage 278 287 280.9 282 280.89 56180 0.94
Towers 367 372 368.89 368 368.89 73778 1.23
6471 7034 6639.54 6636.5 6637.41 1327907 22.13

0c90030-2-steady.svg

Warmup (first 50 iterations)

0c90030-3-warmup.svg

Please sign in to comment.