Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Flexible IO Tester
Blender
John The Ripper
x264
GROMACS
Newest Tests
WebP2 Image Encode
QuantLib
Etcpak
ONNX Runtime
Google SynthMark
Timed Godot Game Engine Compilation
Recently Updated Tests
Open Porous Media Git
ASKAP
Redis
Gcrypt Library
NAS Parallel Benchmarks
New & Recently Updated Tests
Recently Updated Suites
Imaging
Cryptography
Finance
New & Recently Updated Suites
Currently Trending Results
3990X ASKAP Redis
Kernel415
Ice Lake ASKAP
AMD Ryzen 9 5950X Linux 5.11 Schedutil vs. Performance
3900XT Mon
10700 askap
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Contact Us
ASTC Encoder 1.0.1
pts/astcenc-1.0.1
- 11 November 2020 -
Fix for macOS build.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.1--> <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/ARM-software/astc-encoder/archive/2.0.tar.gz</URL> <MD5>93562e3d6d709b2e62b404cbd4ddba3f</MD5> <SHA256>f466c224ad6c0bb44401d77a05a3155cc9368df01a57b33ec242a1ea7240eefe</SHA256> <FileName>astc-encoder-2.0.tar.gz</FileName> <FileSize>29956405</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ARM-software/astc-encoder/releases/download/2.0/astcenc-2.0-macos-x64.zip</URL> <MD5>7d44922e73ddd8bb51e9ef4e294bdca0</MD5> <SHA256>79333ca74b9bf091c87ab290ad2c99ff002b8bab23dd8c0815687a5f65fc05f0</SHA256> <FileName>astcenc-2.0-macos-x64.zip</FileName> <FileSize>801491</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>https://github.com/ARM-software/astc-encoder/releases/download/2.0/astcenc-2.0-windows-x64.zip</URL> <MD5>27ae2a95633a967ec2672d98cb389f29</MD5> <SHA256>8db18954950b01f9a16c54a3c63afc6763692db7b96492330a9b726cdfebb7d0</SHA256> <FileName>astcenc-2.0-windows-x64.zip</FileName> <FileSize>1396420</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf png-samples-1.tar.xz tar -xf astc-encoder-2.0.tar.gz cd astc-encoder-2.0/Source make -j $NUM_CPU_CORES echo \$? > ~/install-exit-status cd ~ echo "#!/bin/sh ./astc-encoder-2.0/Source/astcenc-avx2 -tl sample-4.png 1.png 8x6 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > astcenc chmod +x astcenc
install_macosx.sh
#!/bin/sh tar -xf png-samples-1.tar.xz unzip -o astcenc-2.0-macos-x64.zip chmod +x astcenc-2.0-macos-x64/astcenc-avx2 echo "#!/bin/sh ./astcenc-2.0-macos-x64/astcenc-avx2 -tl sample-4.png 1.png 8x6 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > astcenc chmod +x astcenc
install_windows.sh
#!/bin/sh tar -xf png-samples-1.tar.xz unzip -o astcenc-2.0-windows-x64.zip chmod +x astcenc-windows-x64/astcenc-avx2.exe echo "#!/bin/sh ./astcenc-windows-x64/astcenc-avx2.exe -tl sample-4.png 1.png 8x6 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > basis chmod +x basis
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Total time: #_RESULT_# s</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.1--> <PhoronixTestSuite> <TestInformation> <Title>ASTC Encoder</Title> <AppVersion>2.0</AppVersion> <Description>ASTC Encoder (astcenc) is for the Adaptive Scalable Texture Compression (ASTC) format commonly used with OpenGL, OpenGL ES, and Vulkan graphics APIs. This test profile does a coding test of both compression/decompression.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>66</EnvironmentSize> <ProjectURL>https://github.com/ARM-software/astc-encoder</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Preset</DisplayName> <Identifier>preset</Identifier> <Menu> <Entry> <Name>Fast</Name> <Value>-fast</Value> </Entry> <Entry> <Name>Medium</Name> <Value>-medium</Value> </Entry> <Entry> <Name>Thorough</Name> <Value>-thorough</Value> </Entry> <Entry> <Name>Exhaustive</Name> <Value>-exhaustive</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>