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.5.5
pts/openarena-1.5.5
- 27 February 2018 -
Update for Windows handling.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://iweb.dl.sourceforge.net/project/oarena/openarena-0.8.8.zip, http://download.tuxfamily.org/openarena/rel/088/openarena-0.8.8.zip, http://distcache.freebsd.org/ports-distfiles/openarena-0.8.8.zip</URL> <MD5>9f353d96d7889c377349d692c3905e5b</MD5> <SHA256>5a8faf7f5b51f351b0a1618c06b6b98a5f1a6758f1d39818de2c87df2a0bac4a</SHA256> <FileSize>425189255</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/openarena-088-1.zip</URL> <MD5>f61459cba7589520c1f49cfdaed88561</MD5> <SHA256>df5e50909a1b524eb70287938c7184f870b1511eaf0e9937f4d403c34a25dcb1</SHA256> <FileSize>2738</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o openarena-0.8.8.zip unzip -o openarena-088-1.zip mv pts-openarena-088.cfg openarena-0.8.8/baseoa echo "#!/bin/sh cd openarena-0.8.8/ 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
install_windows.sh
#!/bin/sh unzip -o openarena-0.8.8.zip unzip -o openarena-088-1.zip mv pts-openarena-088.cfg openarena-0.8.8/baseoa echo "#!/bin/sh cd openarena-0.8.8/ ./openarena.exe \$@ mv stderr.txt \$LOG_FILE" > openarena chmod +x openarena
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>5850 frames 61.7 seconds #_RESULT_# fps #_MIN_RESULT_#/10.6/#_MAX_RESULT_#/4.2 ms</OutputTemplate> <LineHint>fps</LineHint> </ResultsParser> <ExtraData> <Identifier>com-speeds-frame-latency-totals</Identifier> </ExtraData> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>OpenArena</Title> <AppVersion>0.8.8</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.5.5</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>448</EnvironmentSize> <ProjectURL>http://openarena.ws/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+exec pts-openarena-088 +set r_mode -1 +set r_fullscreen 1 +set com_speeds 1</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>resolution</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>800 x 600</Name> <Value>+set r_customWidth 800 +set r_customHeight 600</Value> <Message></Message> </Entry> <Entry> <Name>1024 x 768</Name> <Value>+set r_customWidth 1024 +set r_customHeight 768</Value> <Message></Message> </Entry> <Entry> <Name>1920 x 1080</Name> <Value>+set r_customWidth 1920 +set r_customHeight 1080</Value> <Message></Message> </Entry> <Entry> <Name>2560 x 1440</Name> <Value>+set r_customWidth 2560 +set r_customHeight 1440</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>