Skip to content

Commit 6865b99

Browse files
committed
docs(demo): rename merging evidence factor to landing
Match the RFC and YAML key after BatchStateLanding.
1 parent 4baedf7 commit 6865b99

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/howto/QUICKSTART.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ defaults:
8484
factors:
8585
pathPassed: 10
8686
pathFailed: 0.3
87-
merging: 12
87+
landing: 12
8888
cancelling: 0.1
8989
base:
9090
type: heuristic

service/submitqueue/demo/provider/fake/profiles.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ defaults:
2222
# 1 the queue explores one path at a time, and raising it lets it hedge more
2323
# of the outcomes it is waiting on. Four is the built-in default.
2424
speculator: {buildBudget: 4}
25-
# Example evidence factors from the outcome-predictor RFC. Omitted keys would
25+
# Example evidence factors from the outcome-scorer RFC. Omitted keys would
2626
# stay at 1 and ranking would stay on the base price; writing them out makes
2727
# the demo show how path results and batch state revise that price.
2828
scorer:
2929
type: evidence
3030
factors:
3131
pathPassed: 10
3232
pathFailed: 0.3
33-
merging: 12
33+
landing: 12
3434
cancelling: 0.1
3535
base:
3636
type: heuristic

service/submitqueue/demo/provider/git/profiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defaults:
1919
factors:
2020
pathPassed: 10
2121
pathFailed: 0.3
22-
merging: 12
22+
landing: 12
2323
cancelling: 0.1
2424
base:
2525
type: heuristic

service/submitqueue/demo/provider/github/profiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
factors:
1818
pathPassed: 10
1919
pathFailed: 0.3
20-
merging: 12
20+
landing: 12
2121
cancelling: 0.1
2222
base:
2323
type: heuristic

0 commit comments

Comments
 (0)