MCPcopy Create free account
hub / github.com/boost-ext/ut / benchmark

Method benchmark

example/benchmark.cpp:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace benchmark {
15struct benchmark : boost::ut::detail::test {
16 explicit benchmark(std::string_view _name)
17 : boost::ut::detail::test{"benchmark", _name} {}
18
19 template <class Test>
20 auto operator=(Test _test) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected