Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Flexible IO Tester
Blender
John The Ripper
x264
GROMACS
Newest Tests
WebP2 Image Encode
QuantLib
Etcpak
ONNX Runtime
Google SynthMark
Timed Godot Game Engine Compilation
Recently Updated Tests
Open Porous Media Git
ASKAP
Redis
Gcrypt Library
NAS Parallel Benchmarks
New & Recently Updated Tests
Recently Updated Suites
Imaging
Cryptography
Finance
New & Recently Updated Suites
Currently Trending Results
3990X ASKAP Redis
Kernel415
Ice Lake ASKAP
AMD Ryzen 9 5950X Linux 5.11 Schedutil vs. Performance
3900XT Mon
10700 askap
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.0.0
pts/xonotic-1.0.0
- 27 December 2010 -
Initial Xonotic game test profile
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a5 (Iveland)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://dl.xonotic.org/xonotic-0.1.0preview.zip</URL> <MD5>aafb43893aa66e01488c817e3a60d96d</MD5> <FileSize>1386789859</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o xonotic-0.1.0preview.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.1.0preview.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.0.0a5 (Iveland)--> <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.0.0a5 (Iveland)--> <PhoronixTestSuite> <TestInformation> <Title>Xonotic</Title> <AppVersion>0.1 Preview</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.0.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>1400</EnvironmentSize> <ProjectURL>http://www.xonotic.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+exec effects-high.cfg -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> </TestSettings> </PhoronixTestSuite>