MCPcopy Create free account
hub / github.com/DmitriBogdanov/UTL / main

Function main

benchmarks/module_log/stringification.cpp:230–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228// ========================
229
230int main() {
231
232 bench.timeUnit(1ms, "ms").minEpochIterations(5).warmup(10).relative(true); // global options
233
234 benchmark_stringification_int();
235 benchmark_stringification_float();
236 benchmark_stringification_bool();
237 benchmark_stringification_vector_of_strings();
238 benchmark_stringification_error_message();
239}

Callers

nothing calls this directly

Tested by

no test coverage detected