Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Llama.cpp
Timed Linux Kernel Compilation
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
OpenRadioss
QuantLib
GROMACS
FLAC Audio Encoding
FluidX3D
QMCPACK
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
ET: Quake Wars Image Quality 1.0.0
pts/etqw-demo-iqc-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
install.sh
#!/bin/sh echo "#!/bin/sh rm -f ~/.etqwcl/base/screenshots/* cd \$TEST_ETQW_DEMO ./etqw +set sys_VideoRam \$VIDEO_MEMORY +set r_mode -1 +set in_tty 0 +set r_customWidth 1280 +set r_customHeight 1024 +vid_restart +exec etqw-pts-iqc.cfg mv -f ~/.etqwcl/base/screenshots/*.tga ~/ rm -f \$LOG_FILE" > etqw-demo-iqc chmod +x etqw-demo-iqc
post-cache-share.sh
#!/bin/sh rm -f $HOME/*.tga
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ImageParser> <SourceImage>shot00001.tga</SourceImage> <MatchToTestArguments>vegetation</MatchToTestArguments> <ImageX>484</ImageX> <ImageY>105</ImageY> <ImageWidth>332</ImageWidth> <ImageHeight>256</ImageHeight> </ImageParser> <ImageParser> <SourceImage>shot00003.tga</SourceImage> <MatchToTestArguments>boat2</MatchToTestArguments> <ImageX>660</ImageX> <ImageY>310</ImageY> <ImageWidth>306</ImageWidth> <ImageHeight>374</ImageHeight> </ImageParser> <ImageParser> <SourceImage>shot00002.tga</SourceImage> <MatchToTestArguments>boat</MatchToTestArguments> <ImageX>380</ImageX> <ImageY>320</ImageY> <ImageWidth>360</ImageWidth> <ImageHeight>290</ImageHeight> </ImageParser> <ImageParser> <SourceImage>shot00004.tga</SourceImage> <MatchToTestArguments>water</MatchToTestArguments> <ImageX>285</ImageX> <ImageY>465</ImageY> <ImageWidth>320</ImageWidth> <ImageHeight>220</ImageHeight> </ImageParser> <ImageParser> <SourceImage>shot00005.tga</SourceImage> <MatchToTestArguments>trees</MatchToTestArguments> <ImageX>500</ImageX> <ImageY>184</ImageY> <ImageWidth>247</ImageWidth> <ImageHeight>131</ImageHeight> </ImageParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>ET: Quake Wars Image Quality</Title> <ResultScale>NULL</ResultScale> <Proportion>ABSTRACT</Proportion> <DisplayFormat>IMAGE_COMPARISON</DisplayFormat> <Executable>etqw-demo-iqc</Executable> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>System</TestType> <Extends>pts/etqw-demo</Extends> <AllowResultsSharing>FALSE</AllowResultsSharing> <AutoSaveResults>TRUE</AutoSaveResults> </TestProfile> <TestSettings> <Default> <Arguments> </Arguments> <PostArguments> </PostArguments> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Scene</DisplayName> <Identifier>scene</Identifier> <Menu> <Entry> <Name>Vegetation</Name> <Value>vegetation</Value> </Entry> <Entry> <Name>Boat</Name> <Value>boat</Value> </Entry> <Entry> <Name>Boat 2</Name> <Value>boat2</Value> </Entry> <Entry> <Name>Water</Name> <Value>water</Value> </Entry> <Entry> <Name>Distant Trees</Name> <Value>trees</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>