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.3.0
pts/srsran-2.3.0
- 06 April 2024 -
Update against upstream Git.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/srsran/srsRAN_Project/archive/2f90c8b60e9396a7aed59645c98dbcbccda2bf7c.zip</URL> <MD5>5b090f4151526c44530b7420b5de04c6</MD5> <SHA256>dbeb3f62aaea9773e3ee5a8f599b732e3448ab03a2e7aa7b2b10ced3fb1b3acb</SHA256> <FileName>srsRAN_Project-2f90c8b60e9396a7aed59645c98dbcbccda2bf7c.zip</FileName> <FileSize>9169226</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o srsRAN_Project-2f90c8b60e9396a7aed59645c98dbcbccda2bf7c.zip cd srsRAN_Project-2f90c8b60e9396a7aed59645c98dbcbccda2bf7c 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-2f90c8b60e9396a7aed59645c98dbcbccda2bf7c/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=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.5--> <PhoronixTestSuite> <TestInformation> <Title>srsRAN Project</Title> <AppVersion>23.10.1-20240325</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.3.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 100 -B 10 -P pusch_scs30_100MHz_256qam_max</Value> <Message>May hang on some systems...</Message> </Entry> <Entry> <Name>PUSCH Processor Benchmark, Throughput Thread</Name> <Value>tests/benchmarks/phy/upper/channel_processors/pusch/pusch_processor_benchmark -m throughput_thread -R 350 -B 10 -T 1 -t 0 -P pusch_scs30_100MHz_256qam_max</Value> </Entry> <Entry> <Name>PDSCH Processor Benchmark, Throughput Total</Name> <Value>tests/benchmarks/phy/upper/channel_processors/pdsch_processor_benchmark -m throughput_total -R 350 -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 350 -B 10 -T 1 -P 4port_4layer_scs30_100MHz_256qam</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>