Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Hashcat
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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.4.0
pts/srsran-2.4.0
- 13 December 2024 -
Update against srsRAN 24.10.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/srsran/srsRAN_Project/archive/refs/tags/release_24_10.tar.gz</URL> <MD5>8381f5de03fbb6020a4c5d5bfb2c9ee5</MD5> <SHA256>a980b81887af66303cab2ad07c7fd9044b764b75760f778c63f9567ca754fb70</SHA256> <FileName>srsRAN_Project-release_24_10.tar.gz</FileName> <FileSize>6310342</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf srsRAN_Project-release_24_10.tar.gz cd srsRAN_Project-release_24_10 mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -Wno-error" -DENABLE_WERROR=OFF .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd srsRAN_Project-release_24_10/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.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> PUSCH RB=273 Mod=256QAM R=0.926 rv=0 n_layers=1 - 639.6 Mbps | 2549.9| 2548.1| 2544.9| #_RESULT_# 2527.1| 2527.1| 2527.1|</OutputTemplate> <LineHint>n_layers=1</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.5--> <PhoronixTestSuite> <TestInformation> <Title>srsRAN Project</Title> <AppVersion>24.10</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.4.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://www.srsran.com/</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, libgtest.a, gtest/gtest.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/pusch_processor_benchmark -m throughput_total -R 600 -B 10 -P scs30_100MHz_256qam_rv0_4port_nlayer</Value> </Entry> <Entry> <Name>PUSCH Processor Benchmark, Throughput Thread</Name> <Value>tests/benchmarks/phy/upper/channel_processors/pusch/pusch_processor_benchmark -m throughput_thread -R 600 -B 10 -T 1 -t 0 -P scs30_100MHz_256qam_rv0_4port_nlayer</Value> </Entry> <Entry> <Name>PDSCH Processor Benchmark, Throughput Total</Name> <Value>tests/benchmarks/phy/upper/channel_processors/pdsch_processor_benchmark -m throughput_total -R 1600 -B 10 -P 4port_4layer_scs30_100MHz_256qam</Value> </Entry> <Entry> <Name>PDSCH Processor Benchmark, Throughput Thread</Name> <Value>tests/benchmarks/phy/upper/channel_processors/pdsch_processor_benchmark -m throughput_thread -R 1600 -B 10 -T 1 -P 4port_4layer_scs30_100MHz_256qam</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>