Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.5.0
pts/xonotic-1.5.0
- 03 April 2017 -
Update against upstream Xonotic 0.8.2.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://dl.xonotic.org/xonotic-0.8.2.zip</URL> <MD5>1bd46c1fb79aae42bb13e74f5a0ff46e</MD5> <SHA256>a22f7230f486c5825b55cfdadd73399c9b0fae98c9e081dd8ac76eca08359ad5</SHA256> <FileSize>991045679</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf Xonotic_ unzip -o xonotic-0.8.2.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-linux64-sdl \$@ > \$LOG_FILE 2>&1 fi" > xonotic chmod +x xonotic
install_windows.sh
#!/bin/sh unzip -o xonotic-0.8.2.zip mv Xonotic Xonotic_ echo "#!/bin/sh cd Xonotic_ xonotic.exe \$@ > \$LOG_FILE" > xonotic
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.1--> <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 v7.0.1--> <PhoronixTestSuite> <TestInformation> <Title>Xonotic</Title> <AppVersion>0.8.2</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.5.0</Version> <SupportedPlatforms>Linux, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>sdl2-development</ExternalDependencies> <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> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>+vid_width $VIDEO_WIDTH +vid_height $VIDEO_HEIGHT</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Effects Quality</DisplayName> <Identifier>effects-quality</Identifier> <ArgumentPrefix>+exec </ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Low</Name> <Value>effects-low.cfg</Value> <Message></Message> </Entry> <Entry> <Name>High</Name> <Value>effects-high.cfg</Value> <Message></Message> </Entry> <Entry> <Name>Ultra</Name> <Value>effects-ultra.cfg</Value> <Message></Message> </Entry> <Entry> <Name>Ultimate</Name> <Value>effects-ultimate.cfg</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>