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
Planet Penguin Racer 1.1.1
pts/ppracer-1.1.1
- 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://download.berlios.de/ppracer/ppracer-data-0.2.3.tar.bz2, http://download2.berlios.de/ppracer/ppracer-data-0.2.3.tar.bz2</URL> <MD5>a0b3f40b2d875a5578a1605c6b6ecfed</MD5> <FileSize>6625815</FileSize> </Package> <Package> <URL>http://download.berlios.de/ppracer/ppracer-0.5alpha.tar.bz2, http://download2.berlios.de/ppracer/ppracer-0.5alpha.tar.bz2</URL> <MD5>f1e2821676906cc827796558c7d45907</MD5> <FileSize>9082047</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/ppracer_ tar -jxvf ppracer-data-0.2.3.tar.bz2 tar -jxvf ppracer-0.5alpha.tar.bz2 cd ppracer-0.5alpha/ sed 's/RacingMode::RacingMode()/RacingMode()/' src/racingmode.h > racingmode.h mv -f racingmode.h src/racingmode.h ./configure --prefix=$HOME/ppracer_ make make install cd .. rm -rf ppracer-0.5alpha/ cd ppracer-data-0.2.3/ mv * ../ppracer_/share/ppracer/ cd .. rm -rf ppracer-data-0.2.3/ echo "#!/bin/sh echo \"ppconfig <- { audio_format_mode = 1, display_course_percentage = true, ui_snow = true, disable_fog = false, write_diagnostic_log = false, terrain_error_scale = 0.20000000298023, joystick_paddle_button = 0, joystick_x_axis = 0, x_resolution_half_width = false, track_marks = true, bpp_mode = 0, texture_filter = 5, disable_collision_detection = false, tux_shadow_sphere_divisions = 3, jump_key = 101, ui_language = \\\"en_GB\\\", forward_clip_distance = 120, backward_clip_distance = 20, jump_key2 = 99, y_resolution = \$2, joystick_y_axis = 1, music_enabled = false, reset_key2 = 118, terrain_envmap = true, x_resolution = \$1, course_detail_level = 150, always_save_event_race_data = false, view_mode2 = 1, use_cva = true, stencil_buffer = true, do_intro_animation = true, audio_stereo = true, enable_fsaa = true, data_dir = \\\"\$HOME/ppracer_/share/ppracer\\\", terrain_blending = true, disable_videomode_autodetection = false, fullscreen = true, audio_freq_mode = 2, fov = 90, joystick_brake_button = 2, draw_particles = true, view_mode = 1, sound_enabled = false, no_audio = true, disable_joystick = false, draw_tux_shadow = true, multisamples = 2, display_fps = true, tux_sphere_divisions = 15, };\" > pts-config.nut cd ppracer_/bin/ ./ppracer -c $HOME/pts-config.nut -a -f events/herring_run/snow_valley > \$LOG_FILE 2>&1" > ppracer chmod +x ppracer
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average FPS: #_RESULT_#</OutputTemplate> </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>Planet Penguin Racer</Title> <AppVersion>0.5 Alpha</AppVersion> <Description>This test runs the open-source Planet Penguin Racer game as an OpenGL benchmark.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86</SupportedArchitectures> <ExternalDependencies>build-utilities, glut, sdl-development, libpng-development</ExternalDependencies> <EnvironmentSize>23.3</EnvironmentSize> <ProjectURL>http://developer.berlios.de/projects/ppracer/</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>$VIDEO_WIDTH $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>