| 228 | // ======================== |
| 229 | |
| 230 | int 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 | } |
nothing calls this directly
no test coverage detected