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.0.2
pts/y-cruncher-1.0.2
- 12 May 2019 -
Update against latest upstream due to mirrors removed.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.numberworld.org/y-cruncher/y-cruncher%20v0.7.7.9501-static.tar.xz, http://phoronix-test-suite.com/benchmark-files/y-cruncher%20v0.7.7.9501-static.tar.xz</URL> <MD5>6e794ed0e9527bf7703be187eb1b8a1f</MD5> <SHA256>abc1e89398105d4814333278ba4ce681217a140ffd0b6fdb9537fe49a3637b7d</SHA256> <FileName>y-cruncher-static.tar.gz</FileName> <FileSize>28849020</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.numberworld.org/y-cruncher/y-cruncher%20v0.7.7.9501.zip, http://phoronix-test-suite.com/benchmark-files/y-cruncher%20v0.7.7.9501-static.tar.xz</URL> <MD5>840529efda4c48c0e66a0c9582528346</MD5> <SHA256>1d7c9edcb696699ea1cf0ac2ee516f3a5436591fcbbb8c4c0a771330a4e4284a</SHA256> <FileName>y-cruncher-windows.zip</FileName> <FileSize>43744408</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvf y-cruncher-static.tar.gz echo "#!/bin/sh cd y-cruncher\ v0.7.7.9501-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-windows.zip echo "#!/bin/sh cd y-cruncher\ v0.7.7.9501/ 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 v8.8.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Total Computation Time: #_RESULT_# seconds ( 0.106 minutes )</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0--> <PhoronixTestSuite> <TestInformation> <Title>Y-Cruncher</Title> <AppVersion>0.7.7</AppVersion> <Description>Y-Cruncher is a multi-threaded Pi benchmark.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Calculating 500M Pi Digits</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.2</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>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 500m</Arguments> </Default> </TestSettings> </PhoronixTestSuite>