Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
SVT-AV1
nginx
PostgreSQL
FFmpeg
Newest Tests
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
GROMACS
Recently Updated Tests
Apache CouchDB
PostgreSQL
NAMD
Apache Cassandra
Opus Codec Encoding
ParaView
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
Chia Blockchain VDF 1.1.0
pts/chia-vdf-1.1.0
- 25 June 2022 -
Update against Chia-VDF 1.0.5 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/Chia-Network/chiavdf/archive/refs/tags/1.0.7.tar.gz</URL> <MD5>b40a156a07a21c825905ab72a0ccd645</MD5> <SHA256>41db620b40db424ebda68461735cbfab25faa43d932696cecd68edca7e4824c1</SHA256> <FileName>chiavdf-1.0.7.tar.gz</FileName> <FileSize>636141</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf chiavdf-1.0.7.tar.gz cd chiavdf-1.0.7 python3 setup.py build echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd chiavdf-1.0.7 ./src/vdf_bench \$@ 9000000 > \$LOG_FILE echo \$? > ~/test-exit-status" > chia-vdf chmod +x chia-vdf
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Time: 27512 ms; n_slow: 1139; speed: #_RESULT_# ips</OutputTemplate> <LineHint>speed:</LineHint> <ResultAfterString>speed:</ResultAfterString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <TestInformation> <Title>Chia Blockchain VDF</Title> <AppVersion>1.0.7</AppVersion> <Description>Chia is a blockchain and smart transaction platform based on proofs of space and time rather than proofs of work with other cryptocurrencies. This test profile is benchmarking the CPU performance for Chia VDF performance using the Chia VDF benchmark. The Chia VDF is for the Chia Verifiable Delay Function (Proof of Time).</Description> <ResultScale>IPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>cmake, build-utilities, gmp-library, python, boost-development</ExternalDependencies> <EnvironmentSize>33</EnvironmentSize> <ProjectURL>https://www.chia.net/</ProjectURL> <RepositoryURL>https://github.com/Chia-Network/chiavdf</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>Test</Identifier> <Menu> <Entry> <Name>Square Plain C++</Name> <Value>square</Value> </Entry> <Entry> <Name>Square Assembly Optimized</Name> <Value>square_asm</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>