Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Parallel BZIP2 Compression 1.4.1
pts/compress-pbzip2-1.4.1
- 08 October 2015 -
Update download links.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz, http://downloads.openwrt.org/sources/bzip2-1.0.6.tar.gz</URL> <MD5>00b516f4704d4a7cb50a1d97e6e8e15b</MD5> <FileSize>782025</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pbzip2-1.1.6.tar.gz</URL> <MD5>26cc5a0d882198f106e75101ff0544a3</MD5> <FileSize>54982</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf bzip2-1.0.6.tar.gz tar -zxvf pbzip2-1.1.6.tar.gz cd bzip2-1.0.6/ make cp -f libbz2.a ../pbzip2-1.1.6 cp -f bzlib.h ../pbzip2-1.1.6 cd .. cd pbzip2-1.1.6/ make pbzip2-static echo $? > ~/install-exit-status cd .. cat > compress-pbzip2 <<EOT #!/bin/sh cd pbzip2-1.1.6/ ./pbzip2 -c -p\$NUM_CPU_CORES -r -5 ../compressfile > /dev/null 2>&1 EOT chmod +x compress-pbzip2
post.sh
#!/bin/sh rm -f compressfile
pre.sh
#!/bin/sh dd if=/dev/urandom of=compressfile bs=1M count=256
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Parallel BZIP2 Compression</Title> <AppVersion>1.1.6</AppVersion> <Description>This test measures the time needed to compress a file using BZIP2 compression.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>256MB File Compression</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.4.1</Version> <SupportedPlatforms>Linux, Solaris</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>5.0</EnvironmentSize> <EnvironmentTestingSize>256</EnvironmentTestingSize> <ProjectURL>http://compression.ca/pbzip2/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>