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
Libplacebo 1.0.0
pts/libplacebo-1.0.0
- 29 November 2020 -
Initial commit of libplacebo Vulkan benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://github.com/haasn/libplacebo/archive/v2.72.2.tar.gz</URL> <MD5>c007b5d6ea0fa65a33b2bd230fbef19c</MD5> <SHA256>64f6e17e943028332deca17f79822c66176988cf7868c0c8bdd82d2e8a366dff</SHA256> <FileName>libplacebo-2.72.2.tar.gz</FileName> <FileSize>398317</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf libplacebo-2.72.2.tar.gz cd libplacebo-2.72.2/ mkdir build cd build meson -Dbench=true .. ninja echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd libplacebo-2.72.2/build/ ./src/bench > \$LOG_FILE echo \$? > ~/test-exit-status" > libplacebo chmod +x libplacebo
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>'deband_heavy': 224 frames in 6.772675 seconds => 30.235155 ms/frame #_RESULT_# FPS), gpu time: 54.681012 ms</OutputTemplate> <LineHint>deband_heavy</LineHint> <StripFromResult>(</StripFromResult> <ArgumentsDescription>Test: deband_heavy</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>'polar_nocompute': 224 frames in 6.772675 seconds => 30.235155 ms/frame #_RESULT_# FPS), gpu time: 54.681012 ms</OutputTemplate> <LineHint>polar_nocompute</LineHint> <StripFromResult>(</StripFromResult> <ArgumentsDescription>Test: polar_nocompute</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>'hdr_peakdetect': 848 frames in 2.883823 seconds => 3.400735 ms/frame #_RESULT_# FPS), gpu time: 6.578456 ms</OutputTemplate> <LineHint>hdr_peakdetect</LineHint> <StripFromResult>(</StripFromResult> <ArgumentsDescription>Test: hdr_peakdetect</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>'av1_grain_lap': 384 frames in 2.550219 seconds => 6.641195 ms/frame #_RESULT_# FPS), gpu time: 9.800420 ms</OutputTemplate> <LineHint>av1_grain_lap</LineHint> <StripFromResult>(</StripFromResult> <ArgumentsDescription>Test: av1_grain_lap</ArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Libplacebo</Title> <AppVersion>2.72.2</AppVersion> <Description>Libplacebo is a multimedia rendering library based on the core rendering code of the MPV player. The libplacebo benchmark relies on the Vulkan API and tests various primitives.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, vulkan-development, meson</ExternalDependencies> <EnvironmentSize>16</EnvironmentSize> <ProjectURL>https://github.com/haasn/libplacebo</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>glslang/SPIRV/spirv.hpp, spirv-remap, glslangValidator</SystemDependencies> </TestProfile> </PhoronixTestSuite>