RFR: 8312420: Integrate Graal's blender micro benchmark [v2]

Koichi Sakata ksakata at openjdk.org
Tue Aug 1 10:48:53 UTC 2023


On Tue, 25 Jul 2023 17:03:07 GMT, Joshua Cao <duke at openjdk.org> wrote:

>> We would like to integrate Graal's blender micro benchmark from https://www.graalvm.org/22.1/examples/java-performance-examples/. We have been using this benchmark to test our partial escape analysis work (https://mail.openjdk.org/pipermail/hotspot-compiler-dev/2023-July/066670.html). This test can exist independently of the project.
>> 
>> 
>> example command to run test:
>> 
>> 
>> make run-test TEST=micro:org.openjdk.bench.vm.compiler.pea.Blender MICRO="FORK=1;OPTIONS=-prof gc -gc true"
>> 
>> 
>> example output (not complete):
>> 
>> 
>> Benchmark                               (iteration)  Mode  Cnt          Score   Error   Units                                                                       [29/1913]
>> Blender.initialize                                1  avgt       227997775.000           ns/op
>> Blender.initialize:·gc.alloc.rate                 1  avgt             167.192          MB/sec
>> Blender.initialize:·gc.alloc.rate.norm            1  avgt        40000081.600            B/op
>> Blender.initialize:·gc.count                      1  avgt               4.000          counts
>> Blender.initialize:·gc.time                       1  avgt              65.000              ms
>> Blender.initialize                                2  avgt       226255767.800           ns/op
>> Blender.initialize:·gc.alloc.rate                 2  avgt             168.466          MB/sec
>> Blender.initialize:·gc.alloc.rate.norm            2  avgt        40000081.600            B/op
>> Blender.initialize:·gc.count                      2  avgt               4.000          counts
>> Blender.initialize:·gc.time                       2  avgt              58.000              ms
>> Blender.initialize                                3  avgt       225596324.600           ns/op
>> Blender.initialize:·gc.alloc.rate                 3  avgt             168.960          MB/sec
>> Blender.initialize:·gc.alloc.rate.norm            3  avgt        40000081.600            B/op
>> Blender.initialize:·gc.count                      3  avgt               4.000          counts
>> Blender.initialize:·gc.time                       3  avgt              55.000              ms
>> Blender.initialize                                4  avgt       224856811.000           ns/op
>> Blender.initialize:·gc.alloc.rate                 4  avgt             169.520          MB/sec
>> Blender.initialize:·gc.alloc.rate.norm            4  avgt        40000081.600            B/op
>> Blender.initialize:·gc.count                      4  avgt ...
>
> Joshua Cao has updated the pull request incrementally with one additional commit since the last revision:
> 
>   change Amazon license to Oracle

Marked as reviewed by ksakata (Committer).

I'll sponsor you.

-------------

PR Review: https://git.openjdk.org/jdk/pull/14941#pullrequestreview-1556701088
PR Comment: https://git.openjdk.org/jdk/pull/14941#issuecomment-1660056063


More information about the hotspot-compiler-dev mailing list