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
Lightsmark 1.2.0
pts/lightsmark-1.2.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://www.dee.cz/lightsmark/Lightsmark2008.2.0.tar.bz2</URL> <MD5>325707b95daab878512dbb27271b1565</MD5> <FileSize>34768173</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/lightsmark-2008-windows.zip, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/lightsmark-2008-windows.zip</URL> <MD5>c64cb1fa1e93e3eaafd7111db3b5b51e</MD5> <FileSize>32917699</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -jxvf Lightsmark2008.2.0.tar.bz2 echo "#!/bin/sh case \$OS_ARCH in \"x86_64\" ) cd Lightsmark2008.2.0/bin/pc-linux64/ ;; * ) cd Lightsmark2008.2.0/bin/pc-linux32/ ;; esac ./backend \$@ > \$LOG_FILE 2>&1" > lightsmark chmod +x lightsmark
install_windows.sh
#!/bin/sh unzip -o lightsmark-2008-windows.zip echo "#!/bin/sh cd bin/x64/ backend.exe \$@ mv ~/log.txt \$LOG_FILE" > lightsmark chmod +x lightsmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Finished, average fps = #_RESULT_#</OutputTemplate> <LineHint>average fps</LineHint> <StripResultPostfix>.</StripResultPostfix> </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>Lightsmark</Title> <AppVersion>2008</AppVersion> <Description>This test calculates the average frame-rate within the Lightsmark 2008. Lightsmark is an OpenGL real-time global illumination and penumbra shadow benchmark.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>glut, glew, freeimage</ExternalDependencies> <EnvironmentSize>54</EnvironmentSize> <ProjectURL>http://www.dee.cz/lightsmark/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>silent</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>$VIDEO_WIDTHx$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>