| 13 | { |
| 14 | protected: |
| 15 | void Initialize(CppBenchmark::Context& context) override |
| 16 | { |
| 17 | auto binary_sink = std::make_shared<Processor>(std::make_shared<BinaryLayout>()); |
| 18 | binary_sink->appenders().push_back(std::make_shared<NullAppender>()); |
| 19 | Config::ConfigLogger("binary", binary_sink); |
| 20 | Config::Startup(); |
| 21 | } |
| 22 | }; |
| 23 | |
| 24 | class HashConfigFixture : public virtual CppBenchmark::Fixture |
nothing calls this directly
no outgoing calls
no test coverage detected