Same as BENCHMARK_PARAM, but allows one to return the actual number of iterations that have been run.
Declared in <folly/Benchmark.h>
#define BENCHMARK_PARAM_MULTI(name, param)
| Name | Description |
|---|---|
| name | The benchmarked function's identifier. |
| param | The parameter value passed to the benchmarked function. |