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
glibc bench 1.5.0
pts/glibc-bench-1.5.0
- 29 June 2017 -
Initial commit.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/glibc-benchmarks-1.tar.gz</URL> <MD5>3d945f6cc18e9de5fd82d3317793816e</MD5> <SHA256>f163d6bf35c7b96f90c276d5f98baf33a1ca2ca03a78fa7570fe9cebb837f80f</SHA256> <FileSize>661480</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf glibc-benchmarks tar -xvf glibc-benchmarks-1.tar.gz echo "#!/bin/sh cd glibc-benchmarks/ ./\$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > glibc-bench chmod +x glibc-bench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>"mean": #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0--> <PhoronixTestSuite> <TestInformation> <Title>glibc bench</Title> <AppVersion>1.0</AppVersion> <Description> The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. </Description> <ResultScale>nanoseconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>100</EnvironmentSize> <ProjectURL>https://www.gnu.org/software/libc/</ProjectURL> <Maintainer>Victor Rodriguez</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>ffsll</Name> <Value>bench-ffsll</Value> <Message></Message> </Entry> <Entry> <Name>ffs</Name> <Value>bench-ffs</Value> <Message></Message> </Entry> <Entry> <Name>pthread_once</Name> <Value>bench-pthread_once</Value> <Message></Message> </Entry> <Entry> <Name>ffsll</Name> <Value>bench-ffsll</Value> <Message></Message> </Entry> <Entry> <Name>tanh</Name> <Value>bench-tanh</Value> <Message></Message> </Entry> <Entry> <Name>sqrt</Name> <Value>bench-sqrt</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>