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
Prey 1.1.2
pts/prey-1.1.2
- 30 April 2012 -
Fix console log location issue.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m2 (Suldal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://icculus.org/prey/downloads/prey-installer-02192009.bin</URL> <MD5>f2d8ec21b5d082b516774f62a8bb6e97</MD5> <FileName>prey-installer-02192009.bin</FileName> <FileSize>45447932</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/prey-retail-client-pts-1.tar.bz2, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/prey-retail-client-pts-1.tar.bz2</URL> <MD5>50e6b6fb1128fb9ad350188162c0a9aa</MD5> <FileName>prey-retail-client-pts-1.tar.bz2</FileName> <FileSize>38591789</FileSize> </Package> <Package> <URL></URL> <FileName>prey-base-files.tar</FileName> <FileSize>1686220800</FileSize> </Package> <Package> <URL></URL> <FileName>preykey.tar</FileName> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o prey-installer-02192009.bin rm -rf guis/ rm -rf meta/ rm -rf scripts/ mv data/prey-linux-data/base/* data/prey-linux-x86/base if [ -f prey-base-files.tar ] then tar -C data/prey-linux-x86/base/ -k -xvf prey-base-files.tar else echo "Prey Retail Game Files (*.pk4) Must Be Copied Into $HOME/data/prey-linux-x86/base/" fi mkdir -p $DEBUG_REAL_HOME/.prey/base/ if [ -f preykey.tar ] then tar -C $DEBUG_REAL_HOME/.prey/base/ -xvf preykey.tar else echo "Copy Your Game Key File To $DEBUG_REAL_HOME/.prey/base/preykey" fi tar -C $DEBUG_REAL_HOME/.prey/base/ -jxf prey-retail-client-pts-1.tar.bz2 echo "#!/bin/sh cd data/prey-linux-x86/ ./prey.x86 \$@ mv \$DEBUG_REAL_HOME/.prey/base/qconsole.log \$LOG_FILE" > prey chmod +x prey
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m2 (Suldal)--> <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 v4.0.0m2 (Suldal)--> <PhoronixTestSuite> <TestInformation> <Title>Prey</Title> <AppVersion>1.4.119</AppVersion> <Description>This test calculates the average frame-rate within the Prey retail game from 3D Realms. This test requires a valid game key and game files found on the retail CD/DVD.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Retail</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>libstdcpp5, 32bit-compatibility</ExternalDependencies> <EnvironmentSize>1700</EnvironmentSize> <ProjectURL>http://www.prey.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+set logfile 1 +set in_tty 0 +set sys_VideoRam $VIDEO_MEMORY +set r_mode -1 +timedemoquit pts</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> </TestSettings> </PhoronixTestSuite>