Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
GMPbench 1.0.1
pts/gmpbench-1.0.1
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>ftp://ftp.swin.edu.au/gnu/gmp/gmp-4.3.0.tar.gz, ftp://ftp.am-utils.org/mirrors/gnu/gmp/gmp-4.3.0.tar.gz, ftp://ftp.muug.mb.ca/mirror/mit/gnu/gmp/gmp-4.3.0.tar.gz, ftp://ftp.gnu.org/gnu/gmp/gmp-4.3.0.tar.gz</URL> <MD5>2cc4a7bf899907e84849d1be77f5a579</MD5> <FileSize>2488749</FileSize> </Package> <Package> <URL>http://gmplib.org/gmpbench-0.1.tar.gz</URL> <MD5>131a5e8e2009a3cb1a92506b0e720068</MD5> <FileSize>4464</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 -zxvf gexpr.c.tar.gz tar -zxvf gmp-4.3.0.tar.gz cd gmp-4.3.0/ ./configure --prefix=$HOME/gmp_ make -j $NUM_CPU_JOBS make install cd .. rm -rf gmp-4.3.0/ tar -zxvf gmpbench-0.1.tar.gz cp gexpr.c gmpbench-0.1/ cp gmp_/include/gmp.h gmpbench-0.1/ cd gmpbench-0.1/ gcc -lm gexpr.c -o gexpr echo $? > ~/install-exit-status cd .. echo "#!/bin/sh cd gmpbench-0.1/ LIBS=$HOME/gmp_/lib/libgmp.so.3.5.0 PATH=.:$PATH ./runbench > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > gmpbench chmod +x gmpbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>GMPbench result: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>GMPbench</Title> <AppVersion>0.1</AppVersion> <Description>GMPbench is a test of the GMP 4.3.0 math library.</Description> <ResultScale>GMPbench Score</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Total Time</SubTitle> <TimesToRun>2</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>2.1</EnvironmentSize> <ProjectURL>http://www.gmplib.org/gmpbench.html</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>