-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5d99b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performance Report (5d99b29)
Benchmarks ran on
graalvm-ee-java11-21.1.0
.Steady (after 50 iterations)
Warmup (first 50 iterations)
5d99b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performance Report (5d99b29)
Benchmarks ran on
graalvm-ee-java11-21.1.0
.Steady (after 50 iterations)
Warmup (first 50 iterations)
5d99b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performance Report (5d99b29)
Benchmarks ran on
graalvm-ce-java11-21.1.0
.Steady (after 50 iterations)
Warmup (first 50 iterations)
5d99b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, that's quite a difference.
5d99b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performance Report (5d99b29)
Benchmarks ran on
graalvm-ce-java11-21.1.0
.Steady (after 50 iterations)
Warmup (first 50 iterations)
5d99b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I am a bit surprised as well. Have to look into this at some point. If only we could run SOMns on EE for comparison. 😉
5d99b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked in the past, I am sure it's possible to get it working again...
When I get time for it...
5d99b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interestingly, Bounce runs in ~0.64min on CE and in ~1.23min on EE. That's odd 😬
5d99b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds like a potential bug
5d99b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, "when I get time for it". 😉 From looking at the compilation traces, I can't see what's going on...EE produces more code for
Benchmark>>innerBenchmarkLoop:
, not sure why.