adding expected output for strategy load with write fraction
This commit is contained in:
parent
c6a5861b6a
commit
d1e930b914
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ prefer.
|
|||
|
||||
```python
|
||||
strategy = grid.strategy(write_fraction=0.75)
|
||||
strategy.load(write_fraction=distribution)
|
||||
strategy.load(write_fraction=distribution) # 0.429
|
||||
```
|
||||
|
||||
In the real world, not all nodes are equal. We often run distributed systems on
|
||||
|
|
Loading…
Reference in a new issue