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
Quake 4 1.1.0
pts/quake4-1.1.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>ftp://ftp.idsoftware.com/idstuff/quake4/linux/quake4-linux-1.4.2.x86.run, http://games.mirrors.tds.net/pub/planetquake3/quake4/point_releases/quake4-linux-1.4.2.x86.run, ftp://www.mirrorservice.org/sites/quakeunity.com/quake4/point_releases/quake4-linux-1.4.2.x86.run</URL> <MD5>bd2cb8164ede4272adcc091f724855ac</MD5> <FileSize>287552973</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/quake4-pts-demo-1.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/quake4-pts-demo-1.tar.gz</URL> <MD5>b278d8229d84553baab727baaea2d7a6</MD5> <FileSize>72236521</FileSize> </Package> <Package> <URL>quake4-game-files.tar</URL> <FileName>quake4-game-files.tar</FileName> </Package> <Package> <URL>quake4-key.tar</URL> <FileName>quake4-key.tar</FileName> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x quake4-linux-1.4.2.x86.run ./quake4-linux-1.4.2.x86.run --noexec --target . chmod +x bin/Linux/x86/quake4.x86 echo "#!/bin/sh ./bin/Linux/x86/quake4.x86 \$@ > \$LOG_FILE 2>&1 cat \$LOG_FILE | grep fps" > quake4 chmod +x quake4 tar -zxvf quake4-pts-demo-1.tar.gz mkdir q4base/demos mv -f pts.demo q4base/demos/pts.demo if [ -f quake4-game-files.tar ] then tar -k -C ~/q4base -xvf ~/quake4-game-files.tar else echo "Quake 4 Game Files (*.pk4) Must Be Copied Into $1/q4base" fi if [ -f quake4-key.tar ] then tar -xvf quake4-key.tar if [ -f quake4key ] then mkdir -p ~/.quake4/q4base/ mv -f quake4key ~/.quake4/q4base/ fi else echo "Copy Your Game Key File To $HOME/.quake4/q4base/quake4key (If Not Already There)" fi
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>1691 frames rendered in 19.5 seconds = #_RESULT_# fps</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>Quake 4</Title> <AppVersion>1.4.2</AppVersion> <Description>This test calculates the average frame-rate within the Quake 4 game from id Software.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Retail</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>2868</EnvironmentSize> <ProjectURL>http://www.quake4game.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+set sys_VideoRam $VIDEO_MEMORY +set r_mode -1 +timedemoquit pts +set in_tty 0</Arguments> <PostArguments>+vid_restart</PostArguments> </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> <Option> <DisplayName>Quality</DisplayName> <Identifier>game-quality</Identifier> <ArgumentPrefix>+set com_machineSpec </ArgumentPrefix> <Menu> <Entry> <Name>Low</Name> </Entry> <Entry> <Name>High</Name> <Value>2</Value> </Entry> <Entry> <Name>Ultra</Name> <Value>3</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>