Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
CP2K Molecular Dynamics
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
FinanceBench 1.0.0
pts/financebench-1.0.0
- 06 June 2016 -
Initial commit of FinanceBench as some more OpenCL coverage
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/FinanceBench-20160606.tar.bz2</URL> <MD5>9d05e2febe72a7e2f3bc348b3d9395d4</MD5> <SHA256>c620536eb28ae540c805c4a523e3aa214e6124291a2e815977bc51222ae6732f</SHA256> <FileSize>104059</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjvf FinanceBench-20160606.tar.bz2 cd ~/FinanceBench-20160606/Black-Scholes/OpenCL c++ -O3 -o blackScholesAnalyticEngine.exe blackScholesAnalyticEngine.c -lOpenCL cd ~/FinanceBench-20160606/Monte-Carlo/OpenCL c++ -O3 -o monteCarloEngine.exe monteCarloEngine.c -lOpenCL echo $? > ~/install-exit-status cd ~ cd ~/ echo "#!/bin/bash cd ~/FinanceBench-20160606/ cd \$(dirname \"\$@\") echo '' | ./\$(basename \"\$@\") > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > financebench chmod +x financebench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Processing time on GPU: #_RESULT_# (ms)</OutputTemplate> <LineHint>Processing time on GPU</LineHint> <ResultScale>ms</ResultScale> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0--> <PhoronixTestSuite> <TestInformation> <Title>FinanceBench</Title> <AppVersion>2016-06-06</AppVersion> <Description>FinanceBench is a collection of financial program benchmarks with support for benchmarking on the GPU.</Description> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, opencl</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://github.com/cavazos-lab/FinanceBench</ProjectURL> <InternalTags>CUDA, OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Black-Scholes OpenCL</Name> <Value>Black-Scholes/OpenCL/blackScholesAnalyticEngine.exe</Value> <Message></Message> </Entry> <Entry> <Name>Monte-Carlo OpenCL</Name> <Value>Monte-Carlo/OpenCL/monteCarloEngine.exe</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>