Commit 72030a0
Add RPC_FANOUT_SCALE env override in run.sh
Summary: packages/feedsim/run.sh now honors an RPC_FANOUT_SCALE env var. When set, the value is forwarded to LeafNodeRank as --rpc_fanout_scale=<value>, overriding the binary's compiled-in default of 0.025. Lets sweep scripts A/B different fanout intensities (e.g. 0.025 vs 0.05 to compare RPC overhead) without rebuilding LeafNodeRank.
Reviewed By: YifanYuan3
Differential Revision: D1051192191 parent 5f251ea commit 72030a0
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
694 | 701 | | |
695 | 702 | | |
696 | 703 | | |
| |||
0 commit comments