Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Llama.cpp
Timed Linux Kernel Compilation
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
FLAC Audio Encoding
FluidX3D
QMCPACK
Liquid-DSP
Llama.cpp
srsRAN Project
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
C-Blosc 1.1.0
pts/blosc-1.1.0
- 28 June 2021 -
Update against upstream c-blosc2 2.0 upstream release.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.0.0.tar.gz</URL> <MD5>ef204c1a668b226a88cd57f0be4722d7</MD5> <SHA256>1c6a7c4100280d252c02714d724e655020de6eb9520795fd30a8ad48137621f2</SHA256> <FileName>c-blosc2-2.0.0.tar.gz</FileName> <FileSize>2060820</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf c-blosc2-2.0.0.tar.gz cd c-blosc2-2.0.0/ mkdir build cd build cmake .. if [ "$OS_TYPE" = "BSD" ] then gmake -j $NUM_CPU_CORES else make -j $NUM_CPU_CORES fi echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd c-blosc2-2.0.0/build/bench ./b2bench \$1 shuffle suite \$NUM_CPU_CORES > \$LOG_FILE echo \$? > ~/test-exit-status" > blosc chmod +x blosc
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Elapsed time: 62.4 s, #_RESULT_# MB/s</OutputTemplate> <LineHint>Elapsed time</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <TestInformation> <Title>C-Blosc</Title> <AppVersion>2.0</AppVersion> <Description>A simple, compressed, fast and persistent data store library for C.</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake</ExternalDependencies> <EnvironmentSize>22</EnvironmentSize> <ProjectURL>https://blosc.org/</ProjectURL> <RepositoryURL>https://github.com/Blosc/c-blosc2</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Compressor</DisplayName> <Identifier>compressor</Identifier> <Menu> <Entry> <Name>blosclz</Name> <Value>blosclz</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>