Merge pull request #20931 from zacharysarah/fix-flow-control
Correctly enclose table shortcode
This commit is contained in:
@@ -234,8 +234,8 @@ an illustrative collection of numbers of elephants. See
|
|||||||
https://play.golang.org/p/Gi0PLgVHiUg , which computes this table.
|
https://play.golang.org/p/Gi0PLgVHiUg , which computes this table.
|
||||||
|
|
||||||
{{< table caption = "Example Shuffle Sharding Configurations" >}}
|
{{< table caption = "Example Shuffle Sharding Configurations" >}}
|
||||||
|HandSize| Queues| 1 elephant| 4 elephants| 16 elephants|
|
HandSize | Queues | 1 elephant | 4 elephants | 16 elephants
|
||||||
|--------|-----------|------------|----------------|--------------------|
|
|----------|-----------|------------|----------------|--------------------|
|
||||||
| 12 | 32 | 4.428838398950118e-09 | 0.11431348830099144 | 0.9935089607656024 |
|
| 12 | 32 | 4.428838398950118e-09 | 0.11431348830099144 | 0.9935089607656024 |
|
||||||
| 10 | 32 | 1.550093439632541e-08 | 0.0626479840223545 | 0.9753101519027554 |
|
| 10 | 32 | 1.550093439632541e-08 | 0.0626479840223545 | 0.9753101519027554 |
|
||||||
| 10 | 64 | 6.601827268370426e-12 | 0.00045571320990370776 | 0.49999929150089345 |
|
| 10 | 64 | 6.601827268370426e-12 | 0.00045571320990370776 | 0.49999929150089345 |
|
||||||
@@ -247,6 +247,7 @@ https://play.golang.org/p/Gi0PLgVHiUg , which computes this table.
|
|||||||
| 6 | 256 | 2.7134626662687968e-12 | 2.9516464018476436e-07 | 0.0008895654642000348 |
|
| 6 | 256 | 2.7134626662687968e-12 | 2.9516464018476436e-07 | 0.0008895654642000348 |
|
||||||
| 6 | 512 | 4.116062922897309e-14 | 4.982983350480894e-09 | 2.26025764343413e-05 |
|
| 6 | 512 | 4.116062922897309e-14 | 4.982983350480894e-09 | 2.26025764343413e-05 |
|
||||||
| 6 | 1024 | 6.337324016514285e-16 | 8.09060164312957e-11 | 4.517408062903668e-07 |
|
| 6 | 1024 | 6.337324016514285e-16 | 8.09060164312957e-11 | 4.517408062903668e-07 |
|
||||||
|
{{< /table >}}
|
||||||
|
|
||||||
### FlowSchema
|
### FlowSchema
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user