Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Mobile Neural Network
ACES DGEMM
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
SuperTuxKart 1.1.0
pts/supertuxkart-1.1.0
- 23 January 2013 -
Update against upstream SuperTuxKart 0.8.0.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ftp.jaist.ac.jp/pub/sourceforge/s/project/su/supertuxkart/SuperTuxKart/0.8/supertuxkart-0.8-linux-glibc2.7-i386.tar.bz2, http://www.supertuxkart.de/supertuxkart-0.8-linux-glibc2.7-i386.tar.bz2, http://internode.dl.sourceforge.net/project/supertuxkart/SuperTuxKart/0.8/supertuxkart-0.8-linux-glibc2.7-i386.tar.bz2, http://netcologne.dl.sourceforge.net/project/supertuxkart/SuperTuxKart/0.8/supertuxkart-0.8-linux-glibc2.7-i386.tar.bz2</URL> <MD5>a16adaea7aa73392db7d08aee3389ec9</MD5> <FileSize>164022043</FileSize> <ArchitectureSpecific>x86</ArchitectureSpecific> </Package> <Package> <URL>http://ftp.jaist.ac.jp/pub/sourceforge/s/project/su/supertuxkart/SuperTuxKart/0.8/supertuxkart-0.8-lin-amd64.tar.bz2, http://internode.dl.sourceforge.net/project/supertuxkart/SuperTuxKart/0.8/supertuxkart-0.8-lin-amd64.tar.bz2, http://netcologne.dl.sourceforge.net/project/supertuxkart/SuperTuxKart/0.8/supertuxkart-0.8-lin-amd64.tar.bz2</URL> <MD5>65169915b886fb5e657dd042c4bc73ef</MD5> <FileSize>165304320</FileSize> <ArchitectureSpecific>x86_64</ArchitectureSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if [ $OS_ARCH = "x86_64" ] then tar -xjvf supertuxkart-0.8-lin-amd64.tar.bz2 mv \ supertuxkart-0.8-lin64/ supertuxkart-0.8/ ./warsow.x86_64 $@ else tar -xjvf supertuxkart-0.8-linux-glibc2.7-i386.tar.bz2 mv supertuxkart-0.8-linux-glibc2.7-i386/ supertuxkart-0.8/ ./warsow.i386 $@ fi echo "#!/bin/sh cd supertuxkart-0.8/ ./supertuxkart \$@ > \$LOG_FILE 2>&1" > supertuxkart chmod +x supertuxkart
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Number of frames: 3601 time 177.499000, Average FPS: #_RESULT_#</OutputTemplate> <LineHint>Average FPS</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <TestInformation> <Title>SuperTuxKart</Title> <AppVersion>0.8</AppVersion> <Description>This is a test of SuperTuxKart, which is an open-source racing game. This game uses PLIB, SDL, OpenAL, and other technologies.</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>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>glut, glew, openal-development</ExternalDependencies> <EnvironmentSize>225</EnvironmentSize> <ProjectURL>http://supertuxkart.sourceforge.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--profile-time=60 --kart tux --track snowtuxpeak --numkarts 8 --fullscreen --animations=2 --gfx=1 --renderer 1</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>--screensize $VIDEO_WIDTHx$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>