Skip to content

Commit

Permalink
add more details to some flags' doc
Browse files Browse the repository at this point in the history
Summary: I think it should help. Wait for insights from folly experts

Reviewed By: Gownta

Differential Revision: D67546034

fbshipit-source-id: 72c83f43d2513440262871c47c86a892c91b563e
  • Loading branch information
Zhijian Jiang authored and facebook-github-bot committed Jan 22, 2025
1 parent a456801 commit 4e7c76d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion third-party/folly/src/folly/Benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ FOLLY_GFLAGS_DEFINE_bool(benchmark, false, "Run benchmarks.");

FOLLY_GFLAGS_DEFINE_bool(json, false, "Output in JSON format.");

FOLLY_GFLAGS_DEFINE_bool(bm_estimate_time, false, "Estimate running time");
FOLLY_GFLAGS_DEFINE_bool(
bm_estimate_time,
false,
"Estimate running time by returning the geometric mean of latency values between p25 and p75.");

#if FOLLY_PERF_IS_SUPPORTED
FOLLY_GFLAGS_DEFINE_string(
Expand Down

0 comments on commit 4e7c76d

Please sign in to comment.