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.3.2
pts/xonotic-1.3.2
- 26 November 2014 -
Update SHA256, fix for test force re-installation.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m6 (Lipki)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://dl.xonotic.org/xonotic-0.7.0.zip</URL> <MD5>eda7e8acadbefaf4b2efcfb70bbe98e2</MD5> <SHA256>21a5fb5493c269cd3843789cb8598f952d4196e8bc71804b9bd5808b646542c6</SHA256> <FileSize>1040631083</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf Xonotic_ unzip -o xonotic-0.7.0.zip mv Xonotic Xonotic_ echo "#!/bin/sh cd Xonotic_/ if [ \$OS_TYPE = \"MacOSX\" ] then ./Xonotic.app/Contents/MacOS/xonotic-osx-sdl \$@ > \$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.7.0.zip mv Xonotic Xonotic_ echo "#!/bin/sh cd Xonotic_ xonotic.exe \$@ > \$LOG_FILE" > xonotic
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m6 (Lipki)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>931 frames 8.3999500 seconds #_RESULT_# fps, one-second fps min/avg/max: #_MIN_RESULT_# 119 #_MAX_RESULT_# (44 seconds)</OutputTemplate> <LineHint>fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m6 (Lipki)--> <PhoronixTestSuite> <TestInformation> <Title>Xonotic</Title> <AppVersion>0.7</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.3.2</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> <DefaultEntry>0</DefaultEntry> <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> <DefaultEntry>0</DefaultEntry> <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>