Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
Etcpak 1.1.0
pts/etcpak-1.1.0
- 04 June 2022 -
Update against etcpak 1.0 upstream, use better input file.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/game_textures_1.tar.xz</URL> <MD5>c3366280058343d55330445e9fc46895</MD5> <SHA256>74d9a3f0772d6b5c15396d0bcdb9b9b6b39343b7aa3f3e132420b1319f7a4927</SHA256> <FileName>game_textures_1.tar.xz</FileName> <FileSize>75007432</FileSize> </Package> <Package> <URL>https://github.com/wolfpld/etcpak/archive/refs/tags/1.0.tar.gz</URL> <MD5>557028d46ffaf0dd8e80498c10376e60</MD5> <SHA256>b54fa7a34dd60932892d65ffc9e67d0c1b936a96127aab211ef5b6bf3cf7bfc9</SHA256> <FileName>etcpak-1.0.tar.gz</FileName> <FileSize>529428</FileSize> </Package> <Package> <URL>https://github.com/wolfpld/tracy/archive/refs/tags/v0.8.1.tar.gz</URL> <MD5>86cd391594cea90e607e0c7a581e8ad3</MD5> <SHA256>004992012b2dc879a9f6d143cbf94d7ea30e88135db3ef08951605d214892891</SHA256> <FileName>tracy-0.8.1.tar.gz</FileName> <FileSize>5171278</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf game_textures_1.tar.xz tar -xf etcpak-1.0.tar.gz tar -xf tracy-0.8.1.tar.gz mv tracy-0.8.1/* etcpak-1.0/tracy cd etcpak-1.0/unix sed -i 's/NumTasks = 9/NumTasks = 200/g' ../Application.cpp make release echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd etcpak-1.0/unix ./etcpak \$@ ~/8k_game_textures.png > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > etcpak chmod +x etcpak
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Median compression time for 100 runs: 134.648 ms #_RESULT_# Mpx/s)</OutputTemplate> <LineHint>Mpx/s</LineHint> <StripFromResult>(</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <TestInformation> <Title>Etcpak</Title> <AppVersion>1.0</AppVersion> <Description>Etcpack is the self-proclaimed "fastest ETC compressor on the planet" with focused on providing open-source, very fast ETC and S3 texture compression support. The test profile uses a 8K x 8K game texture as a sample input.</Description> <ResultScale>Mpx/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>39</EnvironmentSize> <ProjectURL>https://github.com/wolfpld/etcpak</ProjectURL> <RepositoryURL>https://github.com/wolfpld/etcpak</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <Menu> <Entry> <Name>Single-Threaded</Name> <Value>-b </Value> </Entry> <Entry> <Name>Multi-Threaded</Name> <Value>-b -M </Value> </Entry> </Menu> </Option> <Option> <DisplayName>Configuration</DisplayName> <Identifier>configuration</Identifier> <Menu> <Entry> <Name>ETC2</Name> <Value>--rgba</Value> </Entry> <Entry> <Name>DXT1</Name> <Value>--rgba --dxtc</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>