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
GNU GMP GMPbench 1.2.0
pts/gmpbench-1.2.0
- 13 October 2017 -
Update against upstream libgmp 6.1.2
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.6.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2, https://ftp.gnu.org/gnu/gmp/gmp-6.1.2.tar.bz2</URL> <MD5>8ddbb26dc3bd4e2302984debba1406a5</MD5> <SHA256>5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2</SHA256> <FileSize>2386766</FileSize> </Package> <Package> <URL>ftp://ftp.gmplib.org/pub/misc/gmpbench-0.2.tar.bz2</URL> <MD5>5437655d34cc81663d080c3bbbb22139</MD5> <FileSize>19992</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/gexpr.c.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/gexpr.c.tar.gz</URL> <MD5>ee936a79be9f00de7e8ea2b55171167d</MD5> <FileSize>2367</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/gmp_ tar -jxvf gmp-6.1.2.tar.bz2 cd gmp-6.1.2/ ./configure --prefix=$HOME/gmp_ make -j $NUM_CPU_JOBS make install cd .. rm -rf gmp-6.1.2/ tar -jxvf gmpbench-0.2.tar.bz2 tar -xvzf gexpr.c.tar.gz mv gexpr.c gmpbench-0.2/ cp gmp_/include/gmp.h gmpbench-0.2/ cd gmpbench-0.2/ cc -O3 $CFLAGS gexpr.c -o gexpr -lm LIBS=$HOME/gmp_/lib/libgmp.so PATH=.:$PATH ./runbench echo $? > ~/install-exit-status cd .. echo "#!/bin/sh cd gmpbench-0.2/ LIBS=$HOME/gmp_/lib/libgmp.so PATH=.:$PATH ./runbench -n > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > gmpbench chmod +x gmpbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.6.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>GMPbench: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.6.0m1--> <PhoronixTestSuite> <TestInformation> <Title>GNU GMP GMPbench</Title> <AppVersion>6.1.2</AppVersion> <Description>GMPbench is a test of the GMP 6.1.2 math library.</Description> <ResultScale>GMPbench Score</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Total Time</SubTitle> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>4</EnvironmentSize> <ProjectURL>http://www.gmplib.org/gmpbench.html</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>