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.6.1
pts/compress-7zip-1.6.1
- 08 October 2015 -
Update download URLs
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://internode.dl.sourceforge.net/sourceforge/p7zip/p7zip_9.20.1_src_all.tar.bz2, http://www.phoronix-test-suite.com/benchmark-files/p7zip_9.20.1_src_all.tar.bz2</URL> <MD5>bd6caaea567dc0d995c990c5cc883c89</MD5> <FileSize>3835235</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf p7zip_9.20.1_src_all.tar.bz2 cd p7zip_9.20.1/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status rm -rf CPP rm -rf check rm -rf GUI rm -rf DOCS cd .. echo "#!/bin/sh ./p7zip_9.20.1/bin/7za b > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > compress-7zip chmod +x compress-7zip
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>RAM size: 3828 MB, # CPU hardware threads: 4 RAM usage: 850 MB, # Benchmark threads: 4 Dict Compressing | Decompressing Speed Usage R/U Rating | Speed Usage R/U Rating KB/s % MIPS MIPS | KB/s % MIPS MIPS 22: 7874 265 2890 7659 | 87772 335 2363 7919 23: 6622 231 2920 6747 | 81477 316 2361 7456 24: 7748 277 3012 8330 | 85974 335 2384 7976 25: 7381 271 3114 8427 | 95591 378 2381 8989 ---------------------------------------------------------------- Avr: 261 2984 #_RESULT_# 341 2372 8085 Tot: 301 2678 7938</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>7-Zip Compression</Title> <AppVersion>9.20.1</AppVersion> <Description>This is a test of 7-Zip using p7zip with its integrated benchmark feature.</Description> <ResultScale>MIPS</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Compress Speed Test</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.6.1</Version> <SupportedPlatforms>Linux, BSD, Solaris, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>10</EnvironmentSize> <ProjectURL>http://www.7-zip.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>