Deserialize benchmark results from a dynamic value.
Declared in <folly/Benchmark.h>
void
benchmarkResultsFromDynamic(
dynamic const& data,
std::vector</* implementation-defined */>& out);
| Name | Description |
|---|---|
| data | The dynamic value to read from. |
| out | The vector to populate with results. |