Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
JPEG XL Decoding 1.1.0
pts/jpegxl-decode-1.1.0
- 12 March 2021 -
Update against JPEG XL 0.3.3 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/sample-photo-6000x4000-jxl-1.tar.xz</URL> <MD5>0c51ccd3e5d111f5dc791d576813b219</MD5> <SHA256>09b896485264da90a5fa4665e682d8d21d366075db895c47d5e895ab9032f430</SHA256> <FileName>sample-photo-6000x4000-jxl-1.tar.xz</FileName> <FileSize>1290208</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf sample-photo-6000x4000-jxl-1.tar.xz echo "#!/bin/sh \$TEST_EXTENDS/jpeg-xl-v0.3.3/build/tools/djxl sample-photo-6000x4000.jxl out.png \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > jpegxl-decode chmod +x jpegxl-decode
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>6000 x 4000, geomean: #_RESULT_# MP/s [42.09, 57.74], 20 reps, 6 threads.</OutputTemplate> <LineHint>MP/s</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <TestInformation> <Title>JPEG XL Decoding</Title> <AppVersion>0.3.3</AppVersion> <Description>The JPEG XL Image Coding System is designed to provide next-generation JPEG image capabilities with JPEG XL offering better image quality and compression over legacy JPEG. This test profile is suited for JPEG XL decode performance testing to PNG output file, the pts/jpexl test is for encode performance.</Description> <ResultScale>MP/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, jpeg-development, cmake, curl</ExternalDependencies> <Extends>pts/jpegxl-1.2.0</Extends> <EnvironmentSize>378</EnvironmentSize> <ProjectURL>https://jpeg.org/jpegxl/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>gif_lib.h, gtest/gtest.h, brotli/encode.h</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>CPU Threads</DisplayName> <Identifier>threads</Identifier> <Menu> <Entry> <Name>1</Name> <Value>--num_threads=1 --num_reps=100</Value> </Entry> <Entry> <Name>All</Name> <Value>--num_reps=300</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>