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
7-Zip Compression 1.9.0
pts/compress-7zip-1.9.0
- 19 June 2022 -
Update against upstream 7-Zip 22.00.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://www.7-zip.org/a/7z2200-src.tar.xz, http://www.phoronix-test-suite.com/benchmark-files/7z2200-src.tar.xz</URL> <MD5>2d4064019df5ba8c1fb8517e5ee4ff46</MD5> <SHA256>40969f601e86aff49aaa0ba0df5ce6fd397cf7e2683a84b591b0081e461ef675</SHA256> <FileName>7z2200-src.tar.xz</FileName> <FileSize>1285632</FileSize> <PlatformSpecific>Linux, BSD, Solaris, MacOSX</PlatformSpecific> </Package> <Package> <URL>https://www.7-zip.org/a/7z2200-extra.7z, http://www.phoronix-test-suite.com/benchmark-files/7z2200-extra.7z</URL> <MD5>de9c36e4704619d8b84de24c446708c0</MD5> <SHA256>90bc6e66a1bb418e725f78bdd4d3e6dfc6f36d0857872f996be18eb054f044a2</SHA256> <FileName>7z2200-extra.7z</FileName> <FileSize>1018457</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf 7z2200-src.tar.xz cd CPP/7zip/Bundles/Alone2 make -j $NUM_CPU_CORES -f makefile.gcc echo $? > ~/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 7z2200-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.3--> <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.3--> <PhoronixTestSuite> <TestInformation> <Title>7-Zip Compression</Title> <AppVersion>22.00</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.9.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>http://www.7-zip.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>