#include "benchmark/benchmark.h" #include "llvm/Support/YAMLTraits.h" static void BM_YAMLDummyIsNumeric(benchmark::State& state) { … } BENCHMARK(…); BENCHMARK_MAIN(…);
#include "benchmark/benchmark.h" #include "llvm/Support/YAMLTraits.h" static void BM_YAMLDummyIsNumeric(benchmark::State& state) { … } BENCHMARK(…); BENCHMARK_MAIN(…);