/gr-lora-benchmarks

Benchmarking framework with hayai for gr-lora.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

gr-lora-benchmarks

A benchmarking framework for the LoRa decoder from gr-lora and it's functions.

Uses hayai - the C++ benchmarking framework.

Tests are set up by creating a new header file, including hayai and adding the following MACRO:

BENCHMARK(ClassToTest, NameOfBenchmark, <runs>, <iterations>) {
    // Methods from ClassToTest called to measure execution time
}