Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
CP2K Molecular Dynamics
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Java 2D Microbenchmark 1.1.0
pts/j2dbench-1.1.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://download.java.net/javadesktop/jgfxbat/2.0/J2DBench.zip</URL> <FileSize>260894</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o J2DBench.zip echo "#!/bin/sh rm -f *.output rm -f *.res case \"\$1\" in \"TEST_ALL\") TEST_TYPE=all ;; \"TEST_GRAPHICS\") TEST_TYPE=graphics ;; \"TEST_IMAGES\") TEST_TYPE=images ;; \"TEST_TEXT\") TEST_TYPE=text ;; esac java -Dsun.java2d.opengl=True -jar dist/J2DBench.jar \ -batch -loadopts \$TEST_TYPE.opt -saveres \$TEST_TYPE.res \ -title \$TEST_TYPE -desc \$TEST_TYPE > \$THIS_RUN_TIME.output java -jar dist/J2DAnalyzer.jar \$TEST_TYPE.res > \$LOG_FILE" > j2dbench chmod +x j2dbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Overall average: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Java 2D Microbenchmark</Title> <AppVersion>1.0</AppVersion> <Description>This test runs a series of microbenchmarks to check the performance of the OpenGL-based Java 2D pipeline and the underlying OpenGL drivers.</Description> <ResultScale>Units Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>4</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>java</ExternalDependencies> <EnvironmentSize>0.4</EnvironmentSize> <ProjectURL>http://www.java.net/</ProjectURL> <InternalTags>Java</InternalTags> <Maintainer>Tao Zhang</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Rendering Test</DisplayName> <Identifier>rendering-test</Identifier> <ArgumentPrefix>TEST_</ArgumentPrefix> <Menu> <Entry> <Name>All Rendering Tests</Name> <Value>ALL</Value> </Entry> <Entry> <Name>Vector Graphics Rendering</Name> <Value>GRAPHICS</Value> </Entry> <Entry> <Name>Image Rendering</Name> <Value>IMAGES</Value> </Entry> <Entry> <Name>Text Rendering</Name> <Value>TEXT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>