Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
SVT-AV1
FFmpeg
dav1d
7-Zip Compression
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
Llama.cpp
OpenVINO
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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 libjxl 1.6.0
pts/jpegxl-decode-1.6.0
- 01 March 2024 -
Update against v0.10.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <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/libjxl-0.10.1/build/tools/djxl sample-photo-6000x4000.jxl out.png \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > jpegxl-decode chmod +x jpegxl-decode
install_windows.sh
#!/bin/sh tar -xf sample-photo-6000x4000-jxl-1.tar.xz echo "#!/bin/sh \$TEST_EXTENDS/djxl.exe 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.8.4--> <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.8.4--> <PhoronixTestSuite> <TestInformation> <Title>JPEG-XL Decoding libjxl</Title> <AppVersion>0.10.1</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. The JPEG XL encoding/decoding is done using the libjxl codebase.</Description> <ResultScale>MP/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.6.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, jpeg-development, libpng-development, cmake, curl</ExternalDependencies> <Extends>pts/jpegxl-1.6.0</Extends> <EnvironmentSize>882</EnvironmentSize> <ProjectURL>http://jpegxl.info/</ProjectURL> <RepositoryURL>https://github.com/libjxl/libjxl</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>gif_lib.h, pkg-config, 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=90</Value> </Entry> <Entry> <Name>All</Name> <Value>--num_reps=250</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>