You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/feedsim/third_party/src/workloads/ranking/LeafNodeRankCmdline.ggo
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ option "max_response_size" - "Maximum response size in bytes returned by the lea
35
35
option "compression_data_size" - "Number of bytes to compress per request." int default="131072"
36
36
option "rank_trials_per_thread" - "Number of iterations each CPU thread executes of rank work." int default="1"
37
37
option "min_icache_iterations" - "At least this number of icache busting iteration will be executed." int default="0"
38
-
option "node_rank_seed" - "Seed for random number generator. If not provided, current time will be used." long optional
39
-
option "page_rank_seed" - "Seed for PageRank random number generator. If not provided, current time will be used." long optional
40
-
option "pointer_chase_seed" - "Seed for PointerChase random number generator. If not provided, current time will be used." long optional
38
+
option "node_rank_seed" - "Seed for random number generator. Default 42 for deterministic runs; pass -1 for a time-based (non-deterministic) seed." long optional
39
+
option "page_rank_seed" - "Seed for PageRank random number generator. Default 42 for deterministic runs; pass -1 for a time-based (non-deterministic) seed." long optional
40
+
option "pointer_chase_seed" - "Seed for PointerChase random number generator. Default 42 for deterministic runs; pass -1 for a time-based (non-deterministic) seed." long optional
41
41
option "chase_iterations" - "Number of chases to execute on handler thread." int default="5120"
42
42
option "io_chase_iterations" - "Number of chases to execute on IO threads." int default="5120"
43
43
option "io_time_ms" - "Milliseconds to sleep emualting I/O offcpu." int default="200"
0 commit comments