Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
QuantLib 1.1.0
pts/quantlib-1.1.0
- 29 April 2023 -
Update against QuantLib 1.30 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/lballabio/QuantLib/releases/download/QuantLib-v1.30/QuantLib-1.30.tar.gz</URL> <MD5>d2d41da8aa2c177aa0420981b0647baa</MD5> <SHA256>10159054b68cb9a39480d9000b87851f49e6f42474a4cb9367e934bece2363f3</SHA256> <FileName>QuantLib-1.30.tar.gz</FileName> <FileSize>9365725</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf QuantLib-1.30.tar.gz cd QuantLib-1.30/build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -march=native" -DCMAKE_C_FLAGS="-O3 -march=native" if [ $OS_TYPE = "BSD" ] then gmake -j $NUM_CPU_CORES echo $? > ~/install-exit-status else make -j $NUM_CPU_CORES echo $? > ~/install-exit-status fi cd ~ echo "#!/bin/bash cd QuantLib-1.30/build ./test-suite/quantlib-benchmark > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > quantlib chmod +x quantlib
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>QuantLib Benchmark Index #_RESULT_# mflops</OutputTemplate> <LineHint>QuantLib Benchmark Index</LineHint> <StripFromResult>:</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>QuantLib</Title> <AppVersion>1.30</AppVersion> <Description>QuantLib is an open-source library/framework around quantitative finance for modeling, trading and risk management scenarios. QuantLib is written in C++ with Boost and its built-in benchmark used reports the QuantLib Benchmark Index benchmark score.</Description> <ResultScale>MFLOPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, boost-development, cmake</ExternalDependencies> <EnvironmentSize>543</EnvironmentSize> <ProjectURL>https://www.quantlib.org/</ProjectURL> <RepositoryURL>https://github.com/lballabio/QuantLib</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>