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
PJSIP 1.0.1
pts/pjsip-1.0.1
- 07 May 2021 -
Limit thread count to 16 as otherwise the program bails.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/pjsip/pjproject/archive/refs/tags/2.11.tar.gz</URL> <MD5>f0bea41f506ca2d6c86f49e3c5edf8f5</MD5> <SHA256>c89b155a38daef6e92c8e1ae5c6895357fe5c5406dfdee2f3717962e21565f1c</SHA256> <FileName>pjproject-2.11.tar.gz</FileName> <FileSize>8968137</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf pjproject-2.11.tar.gz cd pjproject-2.11 ./configure make dep -j $NUM_CPU_CORES make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/bash cd pjproject-2.11 # pjsip has problems with more than 16 thread counts for now THREADCOUNT=\$((\$NUM_CPU_CORES>16?16:\$NUM_CPU_CORES)) ./pjsip-apps/bin/samples/*/pjsip-perf --thread-count=\$THREADCOUNT --window=10000 --count=2000000 --real-sdp \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status sed -i 's/=/ /g' \$LOG_FILE" > pjsip chmod +x pjsip
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> TOTAL responses: 2000006 (rate #_RESULT_# sec)</OutputTemplate> <LineHint>TOTAL responses</LineHint> <TurnCharsToSpace>/</TurnCharsToSpace> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>PJSIP</Title> <AppVersion>2.11</AppVersion> <Description>PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol (SIP) with rich multimedia framework and NAT traversal functionality into high level API that is portable and suitable for almost any type of systems ranging from desktops, embedded systems, to mobile handsets. This test profile is making use of pjsip-perf with both the client/server on teh system. More details on the PJSIP benchmark at https://www.pjsip.org/high-performance-sip.htm</Description> <ResultScale>Responses Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>287</EnvironmentSize> <ProjectURL>https://www.pjsip.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Method</DisplayName> <Identifier>method</Identifier> <Menu> <Entry> <Name>OPTIONS, Stateful</Name> <Value>--method=OPTIONS 'sip:1@127.0.0.1'</Value> </Entry> <Entry> <Name>OPTIONS, Stateless</Name> <Value>--method=OPTIONS --stateless 'sip:0@127.0.0.1'</Value> </Entry> <Entry> <Name>INVITE</Name> <Value>--method=INVITE 'sip:2@127.0.0.1'</Value> <Message>Call Performance</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>