#include <unity.h>
#include <cstdio>
#include <chrono>
#include <vector>
#include <functional>
Go to the source code of this file.
◆ benchmark_operation()
double benchmark_operation |
( |
std::function< void() > | operation, |
|
|
int | iterations = 100000 ) |
◆ main()
◆ round_up_to_power_of_2()
uint8_t round_up_to_power_of_2 |
( |
uint16_t | v | ) |
|
|
constexpr |
◆ setUp()
◆ tearDown()
◆ test_alpha_parameter_effects()
void test_alpha_parameter_effects |
( |
| ) |
|
◆ test_cloud_immunity_simulation()
void test_cloud_immunity_simulation |
( |
| ) |
|
◆ test_performance_comparison()
void test_performance_comparison |
( |
| ) |
|
◆ test_responsiveness_comparison()
void test_responsiveness_comparison |
( |
| ) |
|