Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.0.1
pts/chia-vdf-1.0.1
- 05 May 2021 -
Change test option names so () don't get truncated
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/Chia-Network/chiavdf/archive/refs/tags/1.0.1.tar.gz</URL> <MD5>cc9e80d82d0720b4531078fa5060283f</MD5> <SHA256>a798c415224475ffbf1dcf470dd4f1d85fde8cecae9a3285e76c1c39da040154</SHA256> <FileName>chiavdf-1.0.1.tar.gz</FileName> <FileSize>632077</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf chiavdf-1.0.1.tar.gz cd chiavdf-1.0.1 python3 setup.py build echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd chiavdf-1.0.1 ./src/vdf_bench \$@ 5000000 > \$LOG_FILE echo \$? > ~/test-exit-status" > chia-vdf chmod +x chia-vdf
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <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.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Chia Blockchain VDF</Title> <AppVersion>1.0.1</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.0.1</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> <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>