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
Zstd Compression 1.1.1
pts/compress-zstd-1.1.1
- 17 January 2019 -
Add Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://old-releases.ubuntu.com/releases/16.04.3/ubuntu-16.04.3-server-i386.img</URL> <MD5>8428cead4ee139873da19248590e354f</MD5> <SHA256>2e763f7f3546be33ebc9a59311b2eee3b0b0c8e021fae65431c219b531d26d32</SHA256> <FileName>ubuntu-16.04.3-server-i386.img</FileName> <FileSize>834666496</FileSize> </Package> <Package> <URL>http://github.com/facebook/zstd/archive/v1.3.4.tar.gz, http://www.phoronix-test-suite.com/benchmark-files/zstd-1.3.4.tar.gz</URL> <MD5>10bf0353e3dedd8bae34a188c25d4261</MD5> <SHA256>92e41b6e8dd26bbd46248e8aa1d86f1551bc221a796277ae9362954f26d605a9</SHA256> <FileName>zstd-1.3.4.tar.gz</FileName> <FileSize>2059958</FileSize> </Package> <Package> <URL>http://github.com/facebook/zstd/releases/download/v1.3.4/zstd-v1.3.4-win64.zip</URL> <MD5>c16aa54401b42fa75257938f38c79e10</MD5> <SHA256>b71f16f211aa0397a90e046ac4358c982ab9947c33e1004c933e69aee548ff26</SHA256> <FileName>zstd-v1.3.4-win64.zip</FileName> <FileSize>1221468</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvf zstd-1.3.4.tar.gz cd zstd-1.3.4/ make cd ~ cat > compress-zstd <<EOT #!/bin/sh ./zstd-1.3.4/zstd -19 -T\$NUM_CPU_CORES ubuntu-16.04.3-server-i386.img > /dev/null 2>&1 EOT chmod +x compress-zstd
install_windows.sh
#!/bin/sh unzip -o zstd-v1.3.4-win64.zip cat > compress-zstd <<EOT #!/bin/sh ./zstd.exe -19 -T\$NUM_CPU_CORES ubuntu-16.04.3-server-i386.img 2>&1 EOT chmod +x compress-zstd
interim.sh
#!/bin/sh rm -f ubuntu-16.04.3-server-i386.img.zst
post.sh
#!/bin/sh rm -f ubuntu-16.04.3-server-i386.img.zst
pre.sh
#!/bin/sh rm -f ubuntu-16.04.3-server-i386.img.zst
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Zstd Compression</Title> <AppVersion>1.3.4</AppVersion> <Description>This test measures the time needed to compress a sample file (an Ubuntu file-system image) using Zstd compression.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Compressing ubuntu-16.04.3-server-i386.img, Compression Level 19</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, BSD, MacOSX, Solaris, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>848</EnvironmentSize> <EnvironmentTestingSize>256</EnvironmentTestingSize> <ProjectURL>http://github.com/facebook/zstd</ProjectURL> <Maintainer>Victor Rodriguez</Maintainer> </TestProfile> </PhoronixTestSuite>