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
Smokin Guns 1.1.0
pts/smokin-guns-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>http://ftp.jeuxlinux.fr/files/Smokin_Guns_1.0.zip</URL> <MD5>6e6a980bd057e9241c66b7324729c7b9</MD5> <FileSize>359156581</FileSize> </Package> <Package> <URL>http://www.smokinguns.fr/download/SmokinGuns-1.1b4-update.zip</URL> <MD5>f8d39d27343256ccc6915e304b9e132e</MD5> <FileSize>55759760</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/smokinguns-benchmark-2.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/smokinguns-benchmark-2.tar.gz</URL> <MD5>936a01f829e5149c97b3f976bf915d68</MD5> <FileSize>1165158</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o Smokin_Guns_1.0.zip mv SmokinGuns-1.1b4-update.zip Smokin\'\ Guns/ cd Smokin\'\ Guns/ unzip -o SmokinGuns-1.1b4-update.zip cd .. tar -zxvf smokinguns-benchmark-2.tar.gz mv -f q3config.cfg Smokin\'\ Guns/smokinguns/ mv -f demos/ Smokin\'\ Guns/smokinguns/ echo "#!/bin/sh cd Smokin\'\ Guns/ ./smokinguns.i386 +timedemo 1 +set demodone \"quit\" +set demoloop1 \"demo pts; set nextdemo vstr demodone\" +vstr demoloop1 \$@ > \$LOG_FILE 2>&1" > smokin-guns chmod +x smokin-guns
install_windows.sh
#!/bin/sh unzip -o Smokin_Guns_1.0.zip mv SmokinGuns-1.1b4-update.zip "Smokin' Guns/" cd "Smokin' Guns/" unzip -o SmokinGuns-1.1b4-update.zip cd .. tar -zxvf smokinguns-benchmark-2.tar.gz mv -f q3config.cfg "Smokin' Guns/smokinguns/" mv -f demos/ "Smokin' Guns/smokinguns/" echo "#!/bin/sh cd \"Smokin' Guns/smokinguns/\" smokinguns.exe +timedemo 1 +set demodone \"quit\" +set demoloop1 \"demo pts; set nextdemo vstr demodone\" +vstr demoloop1 \$@ > \$LOG_FILE" > smokin-guns chmod +x smokin-guns
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>Smokin Guns</Title> <AppVersion>1.1b4</AppVersion> <Description>Smokin Guns is an open-source game based on the Quake 3 engine that is a western-themed first person shooter.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>openal-development</ExternalDependencies> <EnvironmentSize>348</EnvironmentSize> <ProjectURL>http://www.smokin-guns.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <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>