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
Bork File Encrypter 1.0.1
pts/bork-1.0.1
- 25 August 2016 -
Update download links
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/bork-1.4.zip</URL> <MD5>8bbef446b89084142108888423310c72</MD5> <SHA256>5d1a85abbeaa50b125a4ca2ef1e479460b4724c77bf77f55fef971027dd4d569</SHA256> <FileSize>743599</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o bork-1.4.zip echo "#!/bin/sh cd bork-1.4/ BORK_PASSWORD=phoronixtestsuite123 ./bork.sh ../encryptfile > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > bork chmod +x bork
interim.sh
#!/bin/sh rm -f encryptfile.bork
post.sh
#!/bin/sh rm -f encryptfile.bork rm -f encryptfile
pre.sh
#!/bin/sh rm -f encryptfile.bork dd if=/dev/zero of=encryptfile bs=2048 count=1048576
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Bork File Encrypter</Title> <AppVersion>1.4</AppVersion> <Description>Bork is a small, cross-platform file encryption utility. It is written in Java and designed to be included along with the files it encrypts for long-term storage. This test measures the amount of time it takes to encrypt a sample file.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>File Encryption Time</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, MacOSX, Solaris, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>java</ExternalDependencies> <EnvironmentSize>0.93</EnvironmentSize> <EnvironmentTestingSize>2048</EnvironmentTestingSize> <ProjectURL>http://www.sourceforge.net/projects/bork</ProjectURL> <InternalTags>Java</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>