Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
CP2K Molecular Dynamics
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
7-Zip Compression 1.11.0
pts/compress-7zip-1.11.0
- 14 May 2024 -
Update against 7-Zip 24.05 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://www.7-zip.org/a/7z2405-src.tar.xz</URL> <MD5>adacd680fb0fe2e21d89d7fbe6777ea9</MD5> <SHA256>63f341cf80b8d287c6e945519b3da0fa75553c85572a471b7fa6e68f9a90b790</SHA256> <FileName>7z2405-src.tar.xz</FileName> <FileSize>1486772</FileSize> <PlatformSpecific>Linux, BSD, Solaris, MacOSX</PlatformSpecific> </Package> <Package> <URL>https://www.7-zip.org/a/7z2405-extra.7z</URL> <MD5>623e58e43f3fdea7a0cb00c20b1f35f2</MD5> <SHA256>b3eeeb6398f99af14e5177cb3073a3e12b4aef1c393b1dc0d8c5b3711ceaa545</SHA256> <FileName>7z2405-extra.7z</FileName> <FileSize>1578652</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf 7z2405-src.tar.xz cd CPP/7zip/Bundles/Alone2 CFLAGS="-O3 -march=native -Wno-error $CFLAGS" make -j $NUM_CPU_CORES -f makefile.gcc EXIT_STATUS=$? if [ $EXIT_STATUS -ne 0 ]; then CFLAGS="-O3 -Wno-error $CFLAGS" make -j $NUM_CPU_CORES -f makefile.gcc EXIT_STATUS=$? fi echo $EXIT_STATUS > ~/install-exit-status cd ~ echo "#!/bin/sh ./CPP/7zip/Bundles/Alone2/_o/7zz b > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > compress-7zip chmod +x compress-7zip
install_windows.sh
#!/bin/sh 7z x 7z2405-extra.7z -aoa chmod +x 7za.exe echo "#!/bin/sh ./7za.exe b > \$LOG_FILE" > compress-7zip chmod +x compress-7zip
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Compressing | Decompressing Dict Speed Usage R/U Rating | Speed Usage R/U Rating KiB/s % MIPS MIPS | KiB/s % MIPS MIPS 22: 86245 1486 5647 83899 | 707548 1557 3875 60332 23: 76951 1468 5341 78404 | 661060 1474 3880 57186 24: 69190 1442 5160 74394 | 660976 1499 3870 57995 25: 67706 1486 5204 77305 | 662163 1538 3831 58913 ---------------------------------- | ------------------------------ Avr: 75023 1470 5338 #_RESULT_# | 672937 1517 3864 58607 Tot: 1494 4601 68554</OutputTemplate> <ArgumentsDescription>Test: Compression Rating</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Compressing | Decompressing Dict Speed Usage R/U Rating | Speed Usage R/U Rating KiB/s % MIPS MIPS | KiB/s % MIPS MIPS 22: 86245 1486 5647 83899 | 707548 1557 3875 60332 23: 76951 1468 5341 78404 | 661060 1474 3880 57186 24: 69190 1442 5160 74394 | 660976 1499 3870 57995 25: 67706 1486 5204 77305 | 662163 1538 3831 58913 ---------------------------------- | ------------------------------ Avr: 75023 1470 5338 5555 | 672937 1517 3864 #_RESULT_# Tot: 1494 4601 68554</OutputTemplate> <ArgumentsDescription>Test: Decompression Rating</ArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>7-Zip Compression</Title> <AppVersion>24.05</AppVersion> <Description>This is a test of 7-Zip compression/decompression with its integrated benchmark feature.</Description> <ResultScale>MIPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.11.0</Version> <SupportedPlatforms>Linux, BSD, Solaris, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, p7zip</ExternalDependencies> <EnvironmentSize>16</EnvironmentSize> <ProjectURL>https://www.7-zip.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>