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
FinanceBench 1.1.1
pts/financebench-1.1.1
- 21 January 2021 -
Drop Monte Carlo OpenMP as numbers seem to be too flakey.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/FinanceBench-20160725.tar.xz</URL> <MD5>79c9d2ddd0eddd300cc99b055e4d11b9</MD5> <SHA256>3907eb8c6c23e1a6d2d6fde445e7bd34e1c58b15e298a54fd63bc5b628bcc5a3</SHA256> <FileName>FinanceBench-20160725.tar.xz</FileName> <FileSize>60280</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf FinanceBench-20160725.tar.xz cd ~/FinanceBench-20160725/Black-Scholes/OpenCL c++ -O3 -o blackScholesAnalyticEngine.exe blackScholesAnalyticEngine.c -lOpenCL cd ~/FinanceBench-20160725/Monte-Carlo/OpenCL c++ -O3 -o monteCarloEngine.exe monteCarloEngine.c -lOpenCL cd ~/FinanceBench-20160725/Bonds/OpenMP/ make cd ~/FinanceBench-20160725/Monte-Carlo/OpenMP/ make cd ~/FinanceBench-20160725/Repo/OpenMP/ make echo $? > ~/install-exit-status cd ~ cd ~/ echo "#!/bin/bash cd ~/FinanceBench-20160725/ 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 v10.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Processing time on GPU: #_RESULT_# (ms)</OutputTemplate> <LineHint>Processing time on GPU</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>Processing time on CPU using OpenMP: #_RESULT_# (ms)</OutputTemplate> <LineHint>Processing time on CPU using OpenMP</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>FinanceBench</Title> <AppVersion>2016-07-25</AppVersion> <Description>FinanceBench is a collection of financial program benchmarks with support for benchmarking on the GPU via OpenCL and CPU benchmarking with OpenMP. The FinanceBench test cases are focused on Black-Sholes-Merton Process with Analytic European Option engine, QMC (Sobol) Monte-Carlo method (Equity Option Example), Bonds Fixed-rate bond with flat forward curve, and Repo Securities repurchase agreement. FinanceBench was originally written by the Cavazos Lab at University of Delaware.</Description> <ResultScale>ms</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, opencl</ExternalDependencies> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>https://cavazos-lab.github.io/FinanceBench/</ProjectURL> <InternalTags>CUDA, OpenCL, OpenMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <Menu> <Entry> <Name>Black-Scholes OpenCL</Name> <Value>Black-Scholes/OpenCL/blackScholesAnalyticEngine.exe</Value> </Entry> <Entry> <Name>Monte-Carlo OpenCL</Name> <Value>Monte-Carlo/OpenCL/monteCarloEngine.exe</Value> </Entry> <Entry> <Name>Bonds OpenMP</Name> <Value>Bonds/OpenMP/bondsEngine.exe</Value> </Entry> <Entry> <Name>Repo OpenMP</Name> <Value>Repo/OpenMP/repoEngine.exe</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>