folly::benchmarkResultsFromDynamic

Deserialize benchmark results from a dynamic value.

Synopsis

Declared in <folly/Benchmark.h>

void
benchmarkResultsFromDynamic(
    dynamic const& data,
    std::vector</* implementation-defined */>& out);

Parameters

NameDescription
dataThe dynamic value to read from.
outThe vector to populate with results.