MCPcopy Create free account
hub / github.com/FastLED/FastLED / run_small_benchmark

Function run_small_benchmark

tests/profile/json_performance.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167bool run_small_benchmark() {
168 bool success = true;
169 run_benchmark("SMALL JSON BENCHMARK (2.3KB ScreenMap)", SMALL_BENCHMARK_JSON, 1000, success);
170 return success;
171}
172
173bool run_large_benchmark() {
174 bool success = true;

Callers 1

mainFunction · 0.70

Calls 1

run_benchmarkFunction · 0.70

Tested by

no test coverage detected