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 2.0.0
pts/etcpak-2.0.0
- 10 August 2024 -
Update against etcpak 2.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <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/2.0.tar.gz</URL> <MD5>fa18ae314c39e4a60c00e9bae4f918e6</MD5> <SHA256>dc7a1b23a039594b3d0e9d00581a7d3d2ef4b6656ad532f7ed2b844bd9b4ba39</SHA256> <FileName>etcpak-2.0.tar.gz</FileName> <FileSize>2450489</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf game_textures_1.tar.xz rm -rf etcpak-2.0 tar -xf etcpak-2.0.tar.gz cd etcpak-2.0/ sed -i 's/NumTasks = 9/NumTasks = 200/g' Application.cpp meson setup build cd build meson compile echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd etcpak-2.0/build ./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.5--> <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.5--> <PhoronixTestSuite> <TestInformation> <Title>Etcpak</Title> <AppVersion>2.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 (S3TC) 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>2.0.0</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, meson, cmake</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>Multi-Threaded</Name> <Value>-b -M </Value> </Entry> </Menu> </Option> <Option> <DisplayName>Configuration</DisplayName> <Identifier>configuration</Identifier> <Menu> <Entry> <Name>ETC2</Name> <Value>-c etc2_rgb</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>