Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
LuaRadio 1.0.0
pts/luaradio-1.0.0
- 10 March 2021 -
Initial commit.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/vsergeev/luaradio/archive/v0.9.1.tar.gz</URL> <MD5>98b67a63f36d4adefde8a95fffe63aa2</MD5> <SHA256>25150fa6b2cfd885d59453a9c4599811573176451c659278c12d50fece69f7f3</SHA256> <FileName>luaradio-0.9.1.tar.gz</FileName> <FileSize>9253374</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/luaradio_benchmark_modified-1.tar.xz</URL> <MD5>374a4f9c64f1e506df2134c847eedef4</MD5> <SHA256>2f4ac148d700db628ee12280259b0fa959c5eb048eba959ae1620f4d1044228e</SHA256> <FileName>luaradio_benchmark_modified-1.tar.xz</FileName> <FileSize>1944</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf luaradio-0.9.1.tar.gz tar -xf luaradio_benchmark_modified-1.tar.xz mv luaradio_benchmark_modified.lua luaradio-0.9.1 echo "#!/bin/sh cd luaradio-0.9.1 ./luaradio luaradio_benchmark_modified.lua > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > luaradio chmod +x luaradio
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Five Back to Back FIR Filters (FFT, 256 Real taps, Complex input) Average - 208.9 MS/s, #_RESULT_# MiB/s</OutputTemplate> <LineHint>Five Back to Back FIR Filters (FFT, 256 Real taps, Complex input) Average</LineHint> <ArgumentsDescription>Test: Five Back to Back FIR Filters</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> FM Deemphasis Filter Average - 208.9 MS/s, #_RESULT_# MiB/s</OutputTemplate> <LineHint>FM Deemphasis Filter Average</LineHint> <ArgumentsDescription>Test: FM Deemphasis Filter</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Hilbert Transform (129 taps) Average - 208.9 MS/s, #_RESULT_# MiB/s</OutputTemplate> <LineHint>Hilbert Transform (129 taps) Average</LineHint> <ArgumentsDescription>Test: Hilbert Transform</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Complex Phase Average - 208.9 MS/s, #_RESULT_# MiB/s</OutputTemplate> <LineHint>Complex Phase Average</LineHint> <ArgumentsDescription>Test: Complex Phase</ArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <TestInformation> <Title>LuaRadio</Title> <AppVersion>0.9.1</AppVersion> <Description>LuaRadio is a lightweight software-defined radio (SDR) framework built atop LuaJIT. LuaRadio provides a suite of source, sink, and processing blocks, with a simple API for defining flow graphs, running flow graphs, creating blocks, and creating data types.</Description> <ResultScale>MiB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>fftw3-development</ExternalDependencies> <EnvironmentSize>15</EnvironmentSize> <ProjectURL>https://luaradio.io/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>luajit, liquid/liquid.h, libliquid.so, volk/volk.h, fftw3.h</SystemDependencies> </TestProfile> </PhoronixTestSuite>