Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
srsRAN Project 2.0.0
pts/srsran-2.0.0
- 07 April 2023 -
Update against srsRAN Project 23.3.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/srsran/srsRAN_Project/archive/refs/tags/release_23_3.tar.gz</URL> <MD5>b45184fb5d2c47ed3b85af8811b9ba7e</MD5> <SHA256>e4d94cee4df1f857c554840460b585a65b6d91cd8bb8628dcdb4aeaa5bd4f2fe</SHA256> <FileName>srsRAN_Project-release_23_3.tar.gz</FileName> <FileSize>3265021</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf srsRAN_Project-release_23_3.tar.gz cd srsRAN_Project-release_23_3/ mkdir build cd build cmake -DENABLE_GUI=OFF -DCMAKE_BUILD_TYPE=Release .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd srsRAN_Project-release_23_3/build/ ./\$@ 2>&1 > \$LOG_FILE echo \$? > ~/test-exit-status" > srsran chmod +x srsran
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> PUSCH RB=25 Mod=QPSK R=0.117 - 0.9 Mbps| 157.3| 156.5| 154.3| #_RESULT_# 132.1| 132.1|</OutputTemplate> <LineHint>PUSCH</LineHint> <MultiMatch>GEOMETRIC_MEAN</MultiMatch> <ResultScale>Mbps</ResultScale> <TurnCharsToSpace>|</TurnCharsToSpace> </ResultsParser> <ResultsParser> <OutputTemplate> PDSCH BW=26 Mod=QPSK R=0.117 - 0.9 Mbps| 55.3| 55.1| 54.5| #_RESULT_# 50.0| 16.3|</OutputTemplate> <LineHint>PDSCH</LineHint> <MultiMatch>GEOMETRIC_MEAN</MultiMatch> <ResultScale>Mbps</ResultScale> <TurnCharsToSpace>|</TurnCharsToSpace> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>srsRAN Project</Title> <AppVersion>23.3</AppVersion> <Description>srsRAN Project is a complete ORAN-native 5G RAN solution created by Software Radio Systems (SRS). The srsRAN Project radio suite was formerly known as srsLTE and can be used for building your own software-defined radio (SDR) 4G/5G mobile network.</Description> <ResultScale>Mb/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.0.0</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, fftw3-development, cmake, boost-development, libconfigpp</ExternalDependencies> <EnvironmentSize>294</EnvironmentSize> <ProjectURL>https://srs.io/</ProjectURL> <RepositoryURL>https://github.com/srsran/srsRAN_Project</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>libbladeRF.h, mbedtls/aes.h, libmbedtls.so, libboost_program_options.so, /usr/include/libconfig.h++, libconfig++.so, netinet/sctp.h, libsctp.so, yaml-cpp/yaml.h</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>PUSCH Processor Benchmark, Throughput Total</Name> <Value>tests/benchmarks/phy/upper/channel_processors/pusch_processor_benchmark -m throughput_total -R 100</Value> </Entry> <Entry> <Name>PUSCH Processor Benchmark, Throughput Thread</Name> <Value>tests/benchmarks/phy/upper/channel_processors/pusch_processor_benchmark -m throughput_thread -R 100</Value> </Entry> <Entry> <Name>Downlink Processor Benchmark</Name> <Value>tests/benchmarks/phy/upper/downlink_processor_benchmark -R 50000</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>