Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Flexible IO Tester
Blender
John The Ripper
x264
GROMACS
Newest Tests
ONNX Runtime
Google SynthMark
Timed Godot Game Engine Compilation
RELION
OpenFOAM
Quantum ESPRESSO
Recently Updated Tests
IOR
QMCPACK
CloverLeaf
rav1e
Mobile Neural Network
New & Recently Updated Tests
Recently Updated Suites
HPC - High Performance Computing
Bioinformatics
MPI Benchmarks
New & Recently Updated Suites
Currently Trending Results
3900xt sun
3300X Ne
3950X Sunday Afternoon
xeon-broadwell-2021
os bench
EPYC 7702 Sunny
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Contact Us
Xonotic 1.5.1
pts/xonotic-1.5.1
- 27 February 2018 -
Fixes for Windows new prototype code.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <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 rm -rf Xonotic_ 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 v8.0.0m0--> <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 v8.0.0m0--> <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.1</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>