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
Gcrypt Library 1.0.1
pts/gcrypt-1.0.1
- 28 January 2013 -
Gcrypt works on BSD.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.4.4.tar.bz2, http://mirrors.dotsrc.org/gcrypt/libgcrypt/libgcrypt-1.4.4.tar.bz2, ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.4.4.tar.bz2</URL> <MD5>34105aa927e23c217741966496b97e67</MD5> <FileSize>1143139</FileSize> </Package> <Package> <URL>ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.7.tar.bz2, http://mirrors.dotsrc.org/gcrypt/libgpg-error/libgpg-error-1.7.tar.bz2, http://gd.tuwien.ac.at/privacy/gnupg/libgpg-error/libgpg-error-1.7.tar.bz2, ftp://ftp.linux.it/pub/mirrors/gnupg/libgpg-error/libgpg-error-1.7.tar.bz2, ftp://ftp.slackware.org.uk/slamd64/slamd64-current/source/n/libgpg-error/libgpg-error-1.7.tar.bz2</URL> <MD5>62c0d09d1e76c5b6da8fff92314c4665</MD5> <FileSize>403751</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/gpgerror tar -jxf libgpg-error-1.7.tar.bz2 cd libgpg-error-1.7/ ./configure --prefix=$HOME/gpgerror make -j $NUM_CPU_JOBS make install cd ~ rm -rf libgpg-error-1.7/ tar -jxf libgcrypt-1.4.4.tar.bz2 cd libgcrypt-1.4.4/ ./configure --with-gpg-error-prefix=$HOME/gpgerror make -j $NUM_CPU_JOBS echo \$? > ~/test-exit-status cd ~ echo "#!/bin/sh ./libgcrypt-1.4.4/tests/benchmark \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > gcrypt chmod +x gcrypt
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>CAMELLIA256 #_RESULT_# 1760ms 1820ms 1850ms 1800ms 1830ms 1810ms 1810ms 2620ms 2620ms </OutputTemplate> <StripFromResult>ms</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <TestInformation> <Title>Gcrypt Library</Title> <AppVersion>1.4.4</AppVersion> <Description>This is a benchmark of libgcrypt's integrated benchmark with the CAMELLIA256-ECB cipher and 100 repetitions.</Description> <ResultScale>Microseconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>CAMELLIA256-ECB Cipher</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Solaris, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>16</EnvironmentSize> <ProjectURL>http://www.gnupg.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--cipher-repetition 100 cipher camellia256</Arguments> </Default> </TestSettings> </PhoronixTestSuite>