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
Y-Cruncher 1.5.0
pts/y-cruncher-1.5.0
- 10 August 2024 -
Update against v0.8.5 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.numberworld.org/y-cruncher/y-cruncher%20v0.8.5.9543-static.tar.xz</URL> <MD5>e8f82696f6e653f5ce0e4fdd1304ef9b</MD5> <SHA256>0306c9667bcd9b748b219a5282d6127129b8cc0b85a1c5ff35b883f3b080c688</SHA256> <FileName>y-cruncher-v0.8.5.9543-static.tar.xz</FileName> <FileSize>35312720</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.numberworld.org/y-cruncher/y-cruncher%20v0.8.5.9543.zip</URL> <MD5>2057bf63608add3049d314b4c12fa4ef</MD5> <SHA256>d6cf31162202a3099f90e9a2d64d376f3568e456ed9c2819205668f195878e47</SHA256> <FileName>y-cruncher-v0.8.5.9543.zip</FileName> <FileSize>45033390</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf y-cruncher-v0.8.5.9543-static.tar.xz echo "#!/bin/sh cd y-cruncher\ v0.8.5.9543-static/ ./y-cruncher \$@ | sed -r \"s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g\" > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > y-cruncher chmod +x y-cruncher
install_windows.sh
#!/bin/sh unzip -o y-cruncher-v0.8.5.9543.zip echo "#!/bin/sh cd y-cruncher\ v0.8.5.9543 rm -f Pi* ./y-cruncher.exe \$@ cat Pi\ -\ 2* > \$LOG_FILE" > y-cruncher chmod +x y-cruncher
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Total Computation Time: #_RESULT_# seconds ( 0.106 minutes )</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>Y-Cruncher</Title> <AppVersion>0.8.5</AppVersion> <Description>Y-Cruncher is a multi-threaded Pi benchmark capable of computing Pi to trillions of digits.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Calculating 500M Pi Digits</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>150</EnvironmentSize> <ProjectURL>http://www.numberworld.org/y-cruncher/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>skip-warnings bench </Arguments> </Default> <Option> <DisplayName>Pi Digits To Calculate</DisplayName> <Identifier>pi-length</Identifier> <Menu> <Entry> <Name>500M</Name> <Value>500m</Value> </Entry> <Entry> <Name>1B</Name> <Value>1b</Value> </Entry> <Entry> <Name>5B</Name> <Value>5b</Value> </Entry> <Entry> <Name>10B</Name> <Value>10b</Value> </Entry> <Entry> <Name>25B</Name> <Value>25b</Value> <Message>This is very time consuming except for very high core count server CPUs.</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>