Use string for benchmark names to support computed names
Summary: [Folly] Use string for benchmark names to support computed names. A benchmark program might call `folly::addBenchmark` with a computed benchmark name without wishing to maintain the lifetime of the string. Support this case. Reviewed By: @philippv Differential Revision: D2460621
Showing
Please register or sign in to comment