-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JavaInteropSpeedBench. #126
Conversation
Wow, both alternatives (#126 and graalvm/graal-core#126) have the same PR number. |
75267b1
to
c2cc2a2
Compare
I'm ok with both alternatives. Leaving the decision to @jtulach. |
I'd prefer having it in Truffle instead of Graal. I also want to add some DSL interpreter benchmarks. |
@chumer Note that currently the |
I guess we can remove |
c2cc2a2
to
d2647cf
Compare
Closing as graalvm/graal-core#126 has been merged. |
I've merged graalvm/graal-core#126 as it is smaller change - the jmh infrastructure is already there. On the other hand, I would still like to have jmh in Truffle. We need benchmarks and having them in two repositories isn't comfortable - which is the most likely reason why we had just the one "speed" test. |
* commit '930786b0219577b7e9ac3a22d9efae07f185397a': re-enable jdk8 gating make SeparateClassloaderTestRunner work on jdk9 omit javadoc from gate on JDK9 adapt to change in name of hs-comp snapshot JDK 9 binary workaround for Eclipse formatter behaviour being different on jdk8 and jdk9 add jdk9 to gate
…at-end-of-line Fix annotation to appear at end of line
JMH micro benchmark derived from
JavaInteropSpeedTest
(cf #112).Run this from graal-core:
Note that this is the truffle alternative to graalvm/graal-core#126. I'm fine with versions.
/cc @woess