Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
CP2K Molecular Dynamics
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
GnuPG 1.3.2
pts/gnupg-1.3.2
- 07 September 2016 -
Update download links
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.10.tar.gz, https://ftp.heanet.ie/disk1/gnupg/gnupg/gnupg-1.4.10.tar.gz</URL> <MD5>991faf66d3352ac1452acc393c430b23</MD5> <SHA256>055e92b6735fb82a6c9f7d506cdd01ae7a733a1f3793d3694083e1f283f5e914</SHA256> <FileSize>4747259</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/gnupg_ tar -zxvf gnupg-1.4.10.tar.gz cd gnupg-1.4.10/ ./configure --prefix=$HOME/gnupg_ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. rm -rf gnupg-1.4.10/ rm -rf gnupg_/share/ echo pts-1234567890 > passphrase echo "#!/bin/sh ./gnupg_/bin/gpg -c --no-options --passphrase-file passphrase -o /dev/null encryptfile 2>&1" > gnupg chmod +x gnupg
post.sh
#!/bin/sh rm -f encryptfile
pre.sh
#!/bin/sh dd if=/dev/zero of=encryptfile bs=1M count=1024
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0--> <PhoronixTestSuite> <TestInformation> <Title>GnuPG</Title> <AppVersion>1.4.10</AppVersion> <Description>This test times how long it takes to encrypt a file using GnuPG.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>1GB File Encryption</SubTitle> <TimesToRun>4</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.2</Version> <SupportedPlatforms>Linux, Solaris, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>8.4</EnvironmentSize> <EnvironmentTestingSize>2048</EnvironmentTestingSize> <ProjectURL>http://www.gnupg.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>