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.1.0
pts/y-cruncher-1.1.0
- 12 December 2019 -
Update against latest upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/y-cruncher-v0.7.8.9503-static.tar.xz</URL> <MD5>f4ba54d959e4860ba728796754c40c8e</MD5> <SHA256>57d79fd926cfb51b49935c2094daa84355f8e589d55afc89a01172ccec6238a7</SHA256> <FileName>y-cruncher-v0.7.8.9503-static.tar.xz</FileName> <FileSize>27671720</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/y-cruncher-v0.7.8.9503.zip</URL> <MD5>27eba89a774791351188a82c7152e869</MD5> <SHA256>6bfb6c3e3862c0725436d997715dec01c8340ddb83414d7af29fb23f00cb1071</SHA256> <FileName>y-cruncher-v0.7.8.9503.zip</FileName> <FileSize>41429716</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf y-cruncher-v0.7.8.9503-static.tar.xz echo "#!/bin/sh cd y-cruncher\ v0.7.8.9503-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.7.8.9503.zip echo "#!/bin/sh cd y-cruncher\ v0.7.8.9503/ 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 v9.2.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Total Computation Time: #_RESULT_# seconds ( 0.106 minutes )</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <TestInformation> <Title>Y-Cruncher</Title> <AppVersion>0.7.8.9503</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.1.0</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>