MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / json

Function json

src/benchmarks/benchmarks.cpp:32–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#endif
31
32char const * json() noexcept
33{
34 return R"DELIM([
35{{#result}} {
36 "title": "{{context(benchmark_title)}}",
37 "name": "{{context(benchmark_name)}}",
38 "source" : "{{context(source)}}",
39 "median(elapsed)": {{median(elapsed)}},
40 "medianAbsolutePercentError(elapsed)": {{medianAbsolutePercentError(elapsed)}}
41 }{{^-last}},{{/-last}}
42{{/result}}
43])DELIM";
44}
45
46std::optional<std::string_view> find_argument(std::string_view target_argument, std::span<char*> args)
47{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected