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
ebizzy 1.0.1
pts/ebizzy-1.0.1
- 06 April 2014 -
ebizzy works on BSD.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.1 (Khanino)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://softlayer-dal.dl.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz, http://iweb.dl.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz, http://hivelocity.dl.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz</URL> <MD5>af038bc506066bb3d28db08aba62bc38</MD5> <SHA256></SHA256> <FileSize>12438</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf ebizzy-0.3.tar.gz cd ebizzy-0.3/ if [ "X$CFLAGS" = "X" ] then CFLAGS="-O3" fi cc -pthread -lpthread $CFLAGS -o ebizzy ebizzy.c echo $? > ~/install-exit-status cd .. echo "#!/bin/sh cd ebizzy-0.3/ ./ebizzy -S 20 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ebizzy chmod +x ebizzy
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.1 (Khanino)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_# records/s</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.1 (Khanino)--> <PhoronixTestSuite> <TestInformation> <Title>ebizzy</Title> <AppVersion>0.3</AppVersion> <Description>This is a test of ebizzy, a program to generate workloads resembling web server workloads.</Description> <ResultScale>Seconds</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Records/s</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.1</EnvironmentSize> <ProjectURL>http://sourceforge.net/projects/ebizzy/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>