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.0.0
pts/blosc-1.0.0
- 26 April 2020 -
Initial commit of c-blosc2 test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/Blosc/c-blosc2/archive/v2.0.0.beta.5.tar.gz</URL> <MD5>57a8cc431d4a34295654c49f004700fd</MD5> <SHA256>e9bbe5f88a697745d5779ef7a2b32775652a5c8693d0aabcef19b2c4292566f5</SHA256> <FileName>c-blosc2-2.0.0.beta.5.tar.gz</FileName> <FileSize>1045304</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf c-blosc2-2.0.0.beta.5.tar.gz cd c-blosc2-2.0.0.beta.5 mkdir build cd build cmake .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd c-blosc2-2.0.0.beta.5/build/bench ./b2bench \$1 noshuffle suite \$NUM_CPU_CORES > \$LOG_FILE echo \$? > ~/test-exit-status" > blosc chmod +x blosc
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.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 v9.6.0--> <PhoronixTestSuite> <TestInformation> <Title>C-Blosc</Title> <AppVersion>2.0 Beta 5</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.0.0</Version> <SupportedPlatforms>Linux</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> <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>