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
srsLTE 1.0.1
pts/srslte-1.0.1
- 09 March 2021 -
External dependency handling update.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/srsLTE/srsLTE/archive/release_20_10_1.tar.gz</URL> <MD5>b1f92177671ea2c992b85303da975e48</MD5> <SHA256>64dcf9fc50bbe591f46e44ce59357e908b118bf89dfbe745583f9736e30ccea2</SHA256> <FileName>srsLTE-release_20_10_1.tar.gz</FileName> <FileSize>8098321</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf srsLTE-release_20_10_1.tar.gz cd srsLTE-release_20_10_1 mkdir build cd build cmake -DENABLE_GUI=OFF .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd srsLTE-release_20_10_1/build/ ./\$@ 2>&1 | sed 's/Rx@/ /' > \$LOG_FILE echo \$? > ~/test-exit-status" > srslte chmod +x srslte
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Running test for 100 PRB, 16800 RE... Tx@145.0 #_RESULT_# MSE=0.000005</OutputTemplate> <LineHint>Running test</LineHint> <ResultScale>Samples / Second</ResultScale> <TurnCharsToSpace>sps</TurnCharsToSpace> </ResultsParser> <ResultsParser> <OutputTemplate> eNb: 75.4 #_RESULT_#</OutputTemplate> <LineHint>eNb</LineHint> <ResultScale>eNb Mb/s</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate> UE: 75.4 #_RESULT_#</OutputTemplate> <LineHint>UE</LineHint> <ResultScale>UE Mb/s</ResultScale> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <TestInformation> <Title>srsLTE</Title> <AppVersion>20.10.1</AppVersion> <Description>srsLTE is an open-source LTE software radio suite created by Software Radio Systems (SRS). srsLTE can be used for building your own software defined (SDR) LTE mobile network.</Description> <ResultScale>Mb/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</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.srslte.com/</ProjectURL> <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</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>OFDM_Test</Name> <Value>lib/src/phy/dft/test/ofdm_test -N 2048 -n 100 -r 500000</Value> </Entry> <Entry> <Name>PHY_DL_Test</Name> <Value>lib/test/phy/phy_dl_test -p 100 -s 20000 -m 28</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>