git: openjdk/jdk: 8278583: Open source SwingMark - Swing performance benchmark
Phil Race
prr at openjdk.org
Mon Apr 17 18:05:14 UTC 2023
Changeset: 6831f9db
Author: Phil Race <prr at openjdk.org>
Date: 2023-04-17 18:03:29 +0000
URL: https://git.openjdk.org/jdk/commit/6831f9db8b978a441ef38d3602779c3a5f521413
8278583: Open source SwingMark - Swing performance benchmark
Reviewed-by: serb, aghaisas, avu
+ test/jdk/performance/client/SwingMark/Makefile
+ test/jdk/performance/client/SwingMark/README
+ test/jdk/performance/client/SwingMark/src/AbstractSwingTest.java
+ test/jdk/performance/client/SwingMark/src/AdvancedTextAreaTest.java
+ test/jdk/performance/client/SwingMark/src/InternalFrameTest.java
+ test/jdk/performance/client/SwingMark/src/JMTest_01.java
+ test/jdk/performance/client/SwingMark/src/JMTest_02.java
+ test/jdk/performance/client/SwingMark/src/JMTest_03.java
+ test/jdk/performance/client/SwingMark/src/JMTest_04.java
+ test/jdk/performance/client/SwingMark/src/JMTest_05.java
+ test/jdk/performance/client/SwingMark/src/LabelTest.java
+ test/jdk/performance/client/SwingMark/src/ListTest.java
+ test/jdk/performance/client/SwingMark/src/MenuTest.java
+ test/jdk/performance/client/SwingMark/src/NullRunnable.java
+ test/jdk/performance/client/SwingMark/src/SliderTest.java
+ test/jdk/performance/client/SwingMark/src/SwingMark.java
+ test/jdk/performance/client/SwingMark/src/SwingMarkPanel.java
+ test/jdk/performance/client/SwingMark/src/TableColMoveTest.java
+ test/jdk/performance/client/SwingMark/src/TableColTest.java
+ test/jdk/performance/client/SwingMark/src/TableRowTest.java
+ test/jdk/performance/client/SwingMark/src/TableScrollTest.java
+ test/jdk/performance/client/SwingMark/src/TextAreaTest.java
+ test/jdk/performance/client/SwingMark/src/TextPaneTest.java
+ test/jdk/performance/client/SwingMark/src/TreeTest.java
+ test/jdk/performance/client/SwingMark/src/TypingTest.java
+ test/jdk/performance/client/SwingMark/src/resources/JMTest_04.properties
+ test/jdk/performance/client/SwingMark/src/resources/JMTest_04_ja.properties
+ test/jdk/performance/client/SwingMark/src/resources/ListTest.properties
+ test/jdk/performance/client/SwingMark/src/resources/ListTest_ja.properties
+ test/jdk/performance/client/SwingMark/src/resources/TableRowTest.java
+ test/jdk/performance/client/SwingMark/src/resources/TableRowTest_ja.java
+ test/jdk/performance/client/SwingMark/src/resources/TestList.txt
+ test/jdk/performance/client/SwingMark/src/resources/TextAreaTest.properties
+ test/jdk/performance/client/SwingMark/src/resources/TextAreaTest_ja.properties
More information about the jdk-changes
mailing list