RFR: 8278583: Open source SwingMark - Swing performance benchmark

Alexey Ushakov avu at openjdk.org
Mon Apr 17 08:59:52 UTC 2023


On Sat, 15 Apr 2023 05:58:51 GMT, Phil Race <prr at openjdk.org> wrote:

> This is the SwingMark performance benchmark.
> It is very simplistic by today's standards but has been in use since 1998
> and gives a sense of changes that affect the UI stack not just core Java 2D
> tight loop rendering.
> It is mostly "as is" with these exceptions
> 
> 1) I did some tidying up of the woeful code formatting
> 2) I migrated some deprecated API and suppressed warnings for others (some future work there, but I didn't want to make changes that might affect comparisons)
> 3) I added a Makefile and support for building as a jar.
> 4) TestList.txt is a resource in the .jar so most folks don't need to worry about it
> 5) README is cleaned up and updated
> 6) I used the same licensing as J2DBench
> 7) I've put it alongside RenderPerfTest in the sources

Looks good

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

Marked as reviewed by avu (Committer).

PR Review: https://git.openjdk.org/jdk/pull/13486#pullrequestreview-1387584329



More information about the client-libs-dev mailing list