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
OpenArena 1.4.0
pts/openarena-1.4.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://download.tuxfamily.org/openarena/rel/081/oa081.zip, ftp://ftp2.pt.freebsd.org/pub/gentoo/distfiles/oa081.zip, ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo/distfiles/oa081.zip, ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/oa081.zip, ftp://ftp.uni-kassel.de/Mirrors/ftp.fhh.opensource-mirror.de/gentoo/distfiles/oa081.zip</URL> <MD5>49006bcb02b4e8ea3d06749e8f4e4887</MD5> <FileSize>318927645</FileSize> </Package> <Package> <URL>http://download.tuxfamily.org/openarena/rel/085/oa085p.zip</URL> <MD5>b2a0437da751cd50dd2351ed9e0c4e9d</MD5> <FileSize>42528474</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/openarena-benchmark-files-6.zip, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/openarena-benchmark-files-6.zip</URL> <MD5>8d9d7e02b56abbb4decc70d15b8379d4</MD5> <FileSize>762229</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o oa081.zip unzip -o oa085p.zip echo "#!/bin/sh cd openarena-0.8.1/ case \$OS_TYPE in \"MacOSX\") export HOME=\$DEBUG_REAL_HOME # TODO: Otherwise the game will segv ./OpenArena.app/Contents/MacOS/openarena.ub \$@ > \$LOG_FILE 2>&1 ;; *) if [ \$OS_ARCH = \"x86_64\" ] then ./openarena.x86_64 \$@ > \$LOG_FILE 2>&1 else ./openarena.i386 \$@ > \$LOG_FILE 2>&1 fi ;; esac" > openarena chmod +x openarena cp openarena-benchmark-files-6.zip openarena-0.8.1/baseoa cd openarena-0.8.1/baseoa unzip -o openarena-benchmark-files-6.zip
install_windows.sh
#!/bin/sh unzip -o oa081.zip unzip -o oa085p.zip echo "#!/bin/sh cd openarena-0.8.1/ openarena.exe \$@ mv stderr.txt \$LOG_FILE" > openarena chmod +x openarena cp openarena-benchmark-files-6.zip openarena-0.8.1/baseoa cd openarena-0.8.1/baseoa unzip -o openarena-benchmark-files-6.zip
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>5850 frames 61.7 seconds #_RESULT_# fps 2.0/10.6/151.0/4.2 ms</OutputTemplate> <LineHint>fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>OpenArena</Title> <AppVersion>0.8.5</AppVersion> <Description>This is a test of OpenArena, a popular open-source first-person shooter. This game is based upon ioquake3, which in turn uses the GPL version of id Software's Quake 3 engine.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.4.0</Version> <SupportedPlatforms>Linux, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>sdl-development</ExternalDependencies> <EnvironmentSize>360</EnvironmentSize> <ProjectURL>http://openarena.ws/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+exec pts +set r_mode -1 +set r_fullscreen 1</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>+set r_customWidth $VIDEO_WIDTH +set r_customHeight $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>