Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
Xonotic 1.2.0
pts/xonotic-1.2.0
- 09 March 2012 -
Update against Xonotic 0.6.0 upstream release from yesterday.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m2 (Bygland)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://dl.xonotic.org/xonotic-0.6.0.zip</URL> <MD5>2dac2c1ad4388255d3ad4d038dea3f77</MD5> <FileName>xonotic-0.6.0.zip</FileName> <FileSize>1010847148</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o xonotic-0.6.0.zip mv Xonotic Xonotic_ echo "#!/bin/sh cd Xonotic_/ if [ \$OS_TYPE = \"MacOSX\" ] then ./Xonotic.app/Contents/MacOS/xonotic-osx-agl \$@ > \$LOG_FILE 2>&1 else ./xonotic-linux-glx.sh \$@ > \$LOG_FILE 2>&1 fi" > xonotic chmod +x xonotic
install_windows.sh
#!/bin/sh unzip -o xonotic-0.6.0.zip mv Xonotic Xonotic_ echo "#!/bin/sh cd Xonotic_ xonotic.exe \$@ > \$LOG_FILE" > nexuiz
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m2 (Bygland)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>931 frames 8.3999500 seconds #_RESULT_# fps, one-second fps min/avg/max: 68 119 197 (44 seconds)</OutputTemplate> <LineHint>fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m2 (Bygland)--> <PhoronixTestSuite> <TestInformation> <Title>Xonotic</Title> <AppVersion>0.6</AppVersion> <Description>This is a benchmark of Xonotic, which is a fork of the DarkPlaces-based Nexuiz game. Development began in March of 2010 on the Xonotic game.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>1100</EnvironmentSize> <ProjectURL>http://www.xonotic.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-nohome -benchmark demos/the-big-keybench +r_glsl 1</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>+vid_width $VIDEO_WIDTH +vid_height $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Effects Quality</DisplayName> <Identifier>effects-quality</Identifier> <ArgumentPrefix>+exec </ArgumentPrefix> <Menu> <Entry> <Name>Low</Name> <Value>effects-low.cfg</Value> </Entry> <Entry> <Name>High</Name> <Value>effects-high.cfg</Value> </Entry> <Entry> <Name>Ultra</Name> <Value>effects-ultra.cfg</Value> </Entry> <Entry> <Name>Ultimate</Name> <Value>effects-ultimate.cfg</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>