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
KTX-Software toktx 1.0.1
pts/toktx-1.0.1
- 06 December 2021 -
Fix install-exit-status handling.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/png-samples-1.tar.xz</URL> <MD5>3f928e4d08777e6e84c54202a00429de</MD5> <SHA256>9810c8fd3afd35b4755c2a46f14fc66e2b9199c22e46a5946123c9250f2d1ccd</SHA256> <FileName>png-samples-1.tar.xz</FileName> <FileSize>58346628</FileSize> </Package> <Package> <URL>https://github.com/KhronosGroup/KTX-Software/releases/download/v4.0.0/KTX-Software-4.0.0-Linux.tar.bz2</URL> <MD5>87e1ae2336a90ab8f547da318ce06cd7</MD5> <SHA256>2c8a7f286ef5350e6d90df47e2d2ce2a4311a271b322082582ca8a51ea4a028a</SHA256> <FileName>KTX-Software-4.0.0-Linux.tar.bz2</FileName> <FileSize>2010910</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf png-samples-1.tar.xz tar -xf KTX-Software-4.0.0-Linux.tar.bz2 echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd KTX-Software-4.0.0-Linux/bin LD_LIBRARY_PATH=../lib/ ./toktx --t2 --threads \$NUM_CPU_CORES \$@ out.ktx ~/sample-4.png > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > toktx chmod +x toktx
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.0m1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.0m1--> <PhoronixTestSuite> <TestInformation> <Title>KTX-Software toktx</Title> <AppVersion>4.0</AppVersion> <Description>This is a benchmark of The Khronos Group's KTX-Software library and tools. KTX-Software provides "toktx" for converting/creating in the KTX container format for image textures. This benchmark times how long it takes to convert to KTX 2.0 format with various settings using a reference PNG sample input.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>50</EnvironmentSize> <ProjectURL>https://github.com/KhronosGroup/KTX-Software</ProjectURL> <RepositoryURL>https://github.com/KhronosGroup/KTX-Software</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Settings</DisplayName> <Identifier>settings</Identifier> <Menu> <Entry> <Name>Zstd Compression 9</Name> <Value>--zcmp 9</Value> </Entry> <Entry> <Name>Zstd Compression 19</Name> <Value>--zcmp 19</Value> </Entry> <Entry> <Name>UASTC 3</Name> <Value>--uastc 3</Value> </Entry> <Entry> <Name>UASTC 3 + Zstd Compression 19</Name> <Value>--uastc 3 --zcmp 19</Value> </Entry> <Entry> <Name>UASTC 4 + Zstd Compression 19</Name> <Value>--uastc 4 --zcmp 19</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>