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.6.0
pts/supertuxkart-1.6.0
- 20 May 2020 -
Update against STK 1.1.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://iweb.dl.sourceforge.net/project/supertuxkart/SuperTuxKart/1.1/SuperTuxKart-1.1-linux.tar.xz, https://netcologne.dl.sourceforge.net/project/supertuxkart/SuperTuxKart/1.1/SuperTuxKart-1.1-linux.tar.xz, https://pilotfiber.dl.sourceforge.net/project/supertuxkart/SuperTuxKart/1.1/SuperTuxKart-1.1-linux.tar.xz</URL> <MD5>f88024343368b0e6ecf11a63ab950801</MD5> <SHA256>cb0946fbf7ee00b57dfce1ecc6e91315f704d1b6d0e6c395850c6baa226b45d0</SHA256> <FileName>SuperTuxKart-1.1-linux.tar.xz</FileName> <FileSize>600439780</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://iweb.dl.sourceforge.net/project/supertuxkart/SuperTuxKart/1.1/SuperTuxKart-1.1-win.zip, http://netcologne.dl.sourceforge.net/project/supertuxkart/SuperTuxKart/1.1/SuperTuxKart-1.1-win.zip, http://pilotfiber.dl.sourceforge.net/project/supertuxkart/SuperTuxKart/1.1/SuperTuxKart-1.1-win.zip</URL> <MD5>865770155fd561e393911e99294a6ddb</MD5> <SHA256>38ae88a3a270c54768b0a6fe8f858d05f7b5ed2a9780503884de4e3336f6db86</SHA256> <FileName>SuperTuxKart-1.1-win.zip</FileName> <FileSize>643001106</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar xvfJ SuperTuxKart-1.1-linux.tar.xz echo "#!/bin/sh original_config=~/.config/supertuxkart/config-0.10/config.xml if [ -f \$original_config ]; then original_config_found=true else original_config_found=false fi if \$original_config_found; then mv \$original_config config.xml.back; fi # make sure to start with the default config cd SuperTuxKart-1.1-linux LD_LIBRARY_PATH=\"./lib-64:\$LD_LIBRARY_PATH\" ./bin-64/supertuxkart \$@ 2>&1 cp ~/.config/supertuxkart/config-0.10/stdout.log \$LOG_FILE cd .. if \$original_config_found; then mv config.xml.back \$original_config; fi # restore the original config file " > supertuxkart chmod +x supertuxkart
install_windows.sh
#!/bin/sh unzip -o SuperTuxKart-1.1-win.zip echo "@echo off cd SuperTuxKart-1.1-win\stk-code\build-mingw64\bin supertuxkart.exe %* 2>&1 copy /Y \"%APPDATA%\supertuxkart\config-0.10\stdout.log\" ..\stdout.log cd ~ " > supertuxkart.bat chmod +x supertuxkart.bat echo "#!/bin/sh supertuxkart.bat \$@ mv stdout.log \$LOG_FILE " > supertuxkart chmod +x supertuxkart
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[verbose ] profile: Number of frames: 3600 time 42.580002, Average FPS: #_RESULT_#</OutputTemplate> <LineHint>Average FPS</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <TestInformation> <Title>SuperTuxKart</Title> <AppVersion>1.1</AppVersion> <Description>This is a test of SuperTuxKart, an open-source racing game. The engine, Antarctica, is a highly modified version of Irrlicht and uses OpenGL 3.1+. Bullet is used for physics. Sound is provided by OpenAL.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.6.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>1170</EnvironmentSize> <ProjectURL>https://supertuxkart.net/</ProjectURL> <Maintainer>Matthew Trescott</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--no-start-screen --swap_interval=0 --max_fps=999 --console --unlock-all --xmas=2 --easter=2 --profile-time=60</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> <Option> <DisplayName>Mode</DisplayName> <Identifier>windowing</Identifier> <Menu> <Entry> <Name>Windowed</Name> <Value>--windowed</Value> </Entry> <Entry> <Name>Fullscreen</Name> <Value>--fullscreen</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Graphics Effects</DisplayName> <Identifier>gfx-level</Identifier> <Menu> <Entry> <Name>Low</Name> <Value>--enable-glow --disable-bloom --disable-light-shaft --disable-dof --disable-gi --enable-gfx --enable-motion-blur --disable-mlaa --disable-ssao --disable-ibl --disable-hd-textures --enable-dynamic-lights --anisotropic=4 --shadows=0</Value> </Entry> <Entry> <Name>Medium</Name> <Value>--enable-glow --enable-bloom --disable-light-shaft --disable-dof --disable-gi --enable-gfx --enable-motion-blur --enable-mlaa --enable-ssao --enable-ibl --disable-hd-textures --enable-dynamic-lights --anisotropic=4 --shadows=0</Value> </Entry> <Entry> <Name>High</Name> <Value>--enable-glow --enable-bloom --enable-light-shaft --enable-dof --disable-gi --enable-gfx --enable-motion-blur --enable-mlaa --enable-ssao --enable-ibl --enable-hd-textures --enable-dynamic-lights --anisotropic=16 --shadows=512</Value> </Entry> <Entry> <Name>Ultimate</Name> <Value>--enable-glow --enable-bloom --enable-light-shaft --enable-dof --enable-gi --enable-gfx --enable-motion-blur --enable-mlaa --enable-ssao --enable-ibl --enable-hd-textures --enable-dynamic-lights --anisotropic=16 --shadows=1024</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Karts</DisplayName> <Identifier>num-karts</Identifier> <Menu> <Entry> <Name>1</Name> <Value>--numkarts=1</Value> </Entry> <Entry> <Name>2</Name> <Value>--numkarts=2</Value> </Entry> <Entry> <Name>4</Name> <Value>--numkarts=4</Value> </Entry> <Entry> <Name>8</Name> <Value>--numkarts=8</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Scene</DisplayName> <Identifier>track</Identifier> <Menu> <Entry> <Name>Candela City</Name> <Value>--track=candela_city</Value> <Message>Approximately 400k triangles; advanced graphics</Message> </Entry> <Entry> <Name>Cocoa Temple</Name> <Value>--track=cocoa_temple</Value> <Message>Approximately 300k triangles; advanced graphics</Message> </Entry> <Entry> <Name>Gran Paradiso Island</Name> <Value>--track=gran_paradiso_island</Value> <Message>Approximately 275k triangles; advanced graphics</Message> </Entry> <Entry> <Name>Around the Lighthouse</Name> <Value>--track=lighthouse</Value> <Message>Approximately 65k triangles</Message> </Entry> <Entry> <Name>Zen Garden</Name> <Value>--track=zengarden</Value> <Message>Low poly</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>