Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Primesieve
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
Nexuiz Image Quality 1.0.0
pts/nexuiz-iqc-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
install.sh
#!/bin/sh echo "#!/bin/sh rm -f ~/.nexuiz/data/screenshots/* cd \$TEST_NEXUIZ ./nexuiz +exec effects-ultimate.cfg -benchmark demos/demo4 +vid_width 1280 +vid_height 1024 -nosound +alias play2 screenshot +scr_screenshot_jpeg 0 +con_notify 0 +crosshair 0 +viewsize 120 +r_hdr_scenebrightness 2 rm -f \$LOG_FILE" > nexuiz-iqc chmod +x nexuiz-iqc
install_windows.sh
#!/bin/sh echo "#!/bin/sh rm -f ~/.nexuiz/data/screenshots/* cd \$TEST_NEXUIZ nexuiz.exe +exec effects-ultimate.cfg -benchmark demos/demo4 +vid_width 1280 +vid_height 1024 -nosound +alias play2 screenshot +scr_screenshot_jpeg 0 +con_notify 0 +crosshair 0 +viewsize 120 +r_hdr_scenebrightness 2 rm -f \$LOG_FILE" > nexuiz-iqc
post-cache-share.sh
#!/bin/sh rm -f $HOME/.nexuiz/data/screenshots/nexuiz*.tga
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ImageParser> <SourceImage>.nexuiz/data/screenshots/nexuiz000085.tga</SourceImage> <MatchToTestArguments>nexuiz000085.tga</MatchToTestArguments> <ImageX>645</ImageX> <ImageY>679</ImageY> <ImageWidth>540</ImageWidth> <ImageHeight>300</ImageHeight> </ImageParser> <ImageParser> <SourceImage>.nexuiz/data/screenshots/nexuiz000090.tga</SourceImage> <MatchToTestArguments>nexuiz000090.tga</MatchToTestArguments> <ImageX>420</ImageX> <ImageY>322</ImageY> <ImageWidth>350</ImageWidth> <ImageHeight>310</ImageHeight> </ImageParser> <ImageParser> <SourceImage>.nexuiz/data/screenshots/nexuiz000112.tga</SourceImage> <MatchToTestArguments>nexuiz000112.tga</MatchToTestArguments> <ImageX>600</ImageX> <ImageY>345</ImageY> <ImageWidth>440</ImageWidth> <ImageHeight>270</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>Nexuiz Image Quality</Title> <ResultScale>NULL</ResultScale> <Proportion>ABSTRACT</Proportion> <DisplayFormat>IMAGE_COMPARISON</DisplayFormat> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>System</TestType> <Extends>pts/nexuiz</Extends> <AllowResultsSharing>FALSE</AllowResultsSharing> <AutoSaveResults>TRUE</AutoSaveResults> </TestProfile> <TestSettings> <Default> <Arguments> </Arguments> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Scene</DisplayName> <Identifier>scene</Identifier> <Menu> <Entry> <Name>Weapon Rendering</Name> <Value>nexuiz000085.tga</Value> </Entry> <Entry> <Name>Enemy</Name> <Value>nexuiz000090.tga</Value> </Entry> <Entry> <Name>Explosion</Name> <Value>nexuiz000112.tga</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>