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.3.0
pts/blosc-1.3.0
- 04 November 2023 -
Update against c-blosc2 2.11 upstream, add buffer size option.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.11.0.tar.gz</URL> <MD5>73653ed0cb1cd0c2bfdef761482bd09c</MD5> <SHA256>becf6b3f32ea7c7353b01b6a2a71dc0c22cf4cb46acca46e4790c209e6919f7b</SHA256> <FileName>c-blosc2-2.11.0.tar.gz</FileName> <FileSize>3145115</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf c-blosc2-2.11.0.tar.gz cd c-blosc2-2.11.0/ mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. 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.11.0/build/bench ./b2bench \$1 \$2 suite \$NUM_CPU_CORES \$3 > \$LOG_FILE echo \$? > ~/test-exit-status" > blosc chmod +x blosc
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <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.8.4--> <PhoronixTestSuite> <TestInformation> <Title>C-Blosc</Title> <AppVersion>2.11</AppVersion> <Description>C-Blosc (c-blosc2) simple, compressed, fast and persistent data store library for C that focuses on compression of binary data.</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake</ExternalDependencies> <EnvironmentSize>258</EnvironmentSize> <ProjectURL>https://blosc.org/</ProjectURL> <RepositoryURL>https://github.com/Blosc/c-blosc2</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>blosclz shuffle</Name> <Value>blosclz shuffle</Value> </Entry> <Entry> <Name>blosclz noshuffle</Name> <Value>blosclz noshuffle</Value> </Entry> <Entry> <Name>blosclz bitshuffle</Name> <Value>blosclz bitshuffle</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Buffer Size</DisplayName> <Identifier>size</Identifier> <Menu> <Entry> <Name>8MB</Name> <Value>8388608</Value> </Entry> <Entry> <Name>16MB</Name> <Value>16777216</Value> </Entry> <Entry> <Name>32MB</Name> <Value>33554432</Value> </Entry> <Entry> <Name>64MB</Name> <Value>67108864</Value> </Entry> <Entry> <Name>128MB</Name> <Value>134217728</Value> </Entry> <Entry> <Name>256MB</Name> <Value>268435456</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>