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
C-Blosc 1.2.0
pts/blosc-1.2.0
- 20 August 2022 -
Update against blosc2 2.3 upstream.
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.3.0.tar.gz</URL> <MD5>1a012c677bf3cd5d33e8d06d50d667ed</MD5> <SHA256>d530694d1572a75c7e64133fedd83b507650db91ca9383a72d5c63a0ed5357e7</SHA256> <FileName>c-blosc2-2.3.0.tar.gz</FileName> <FileSize>2356744</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf c-blosc2-2.3.0.tar.gz cd c-blosc2-2.3.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.3.0/build/bench ./b2bench \$@ 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.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.3</AppVersion> <Description>C-Blosc (c-blosc2) 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.2.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>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>blosclz shuffle</Name> <Value>blosclz shuffle</Value> </Entry> <Entry> <Name>blosclz bitshuffle</Name> <Value>blosclz bitshuffle</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>