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.1
pts/y-cruncher-1.0.1
- 08 March 2018 -
Windows result parser differences.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.numberworld.org/y-cruncher/y-cruncher%20v0.7.5.9481-static.tar.gz</URL> <MD5>251b4615add9b9b6fc21b282390227ea</MD5> <SHA256>a289fc7679e1b5174dce94c84834e27094ceecb2c938f2fa9f9f1d4ec5100aa5</SHA256> <FileName>y-cruncher-v0.7.5.9481-static.tar.gz</FileName> <FileSize>33442099</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.numberworld.org/y-cruncher/y-cruncher%20v0.7.5.9481.zip</URL> <MD5>da2a053e09da2f9110b9150fde3e7566</MD5> <SHA256>f96d4be51ab3630f5132224e520792e49f528efd257d734bf762a65aadc362e2</SHA256> <FileName>y-cruncher-v0.7.5.9481.zip</FileName> <FileSize>35108713</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvf y-cruncher-v0.7.5.9481-static.tar.gz echo "#!/bin/sh cd y-cruncher\ v0.7.5.9481-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.5.9481.zip echo "#!/bin/sh cd y-cruncher\ v0.7.5.9481/ 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.0.0m0--> <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.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Y-Cruncher</Title> <AppVersion>0.7.5.9481</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.1</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>