Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Clean up units in table
  • Loading branch information
djp3 committed Aug 12, 2024
1 parent 28cd003 commit 2e6e730
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,29 +273,29 @@ <h5>Sample Latencies</h5>
<table class="performance-table">
<thead>
<th>Location</th>
<th>DNS lookup (ms)</th>
<th>SSL handshake (ms)</th>
<th>TCP connection (ms)</th>
<th>Time to first byte (ms)</th>
<th>Total time (ms)</th>
<th>DNS lookup (&mu; (&sigma;) in ms)</th>
<th>SSL handshake (&mu; (&sigma;) in ms)</th>
<th>TCP connection (&mu; (&sigma;) in ms)</th>
<th>Time to first byte (&mu; (&sigma;) in ms)</th>
<th>Total time (&mu; (&sigma;) in ms)</th>
</thead>
<tbody>

<tr>
<td>At the Data Center (n=8)</td>
<td>&mu;=1.0 (&sigma;=0.04)</td>
<td>&mu;=63.9 (&sigma;=2.52)</td>
<td>&mu;=2.1 (&sigma;=0.07)</td>
<td>&mu;=69.1 (&sigma;=2.10)</td>
<td>&mu;=69.2 (&sigma;=2.01)</td>
<td>1.0 (0.04)</td>
<td>63.9 (2.52)</td>
<td>2.1 (0.07)</td>
<td>69.1 (2.10)</td>
<td>69.2 (2.01)</td>
</tr>
<tr>
<td>LEO Satellite (LA Ground Station) (n=8)</td>
<td>&mu;=2.5 (&sigma;=0.35)</td>
<td>&mu;=31.7 (&sigma;=5.22)</td>
<td>&mu;=75.7 (&sigma;=3.74)</td>
<td>&mu;=147.7 (&sigma;=23.44)</td>
<td>&mu;=147.9 (&sigma;=23.44)</td>
<td>2.5 (0.35)</td>
<td>31.7 (5.22)</td>
<td>75.7 (3.74)</td>
<td>147.7 (23.44)</td>
<td>147.9 (23.44)</td>
</tr>
</tbody>
</table>
Expand All @@ -306,29 +306,29 @@ <h5>Sample Latencies</h5>
<table class="performance-table">
<thead>
<th>Location</th>
<th>DNS lookup (ms)</th>
<th>SSL handshake (ms)</th>
<th>TCP connection (ms)</th>
<th>Time to first byte (ms)</th>
<th>Total time (ms)</th>
<th>DNS lookup (&mu; (&sigma;) in ms)</th>
<th>SSL handshake (&mu; (&sigma;) in ms)</th>
<th>TCP connection (&mu; (&sigma;) in ms)</th>
<th>Time to first byte (&mu; (&sigma;) in ms)</th>
<th>Total time (&mu; (&sigma;) in ms)</th>
</thead>
<tbody>

<tr>
<td>At the Data Center (n=8)</td>
<td>&mu;=1.0 (&sigma;=0.10)</td>
<td>&mu;=62.2 (&sigma;=2.18)</td>
<td>&mu;=2.08 (&sigma;=0.15)</td>
<td>&mu;=67.7 (&sigma;=2.49)</td>
<td>&mu;=67.8 (&sigma;=2.49)</td>
<td>1.0 (0.10)</td>
<td>62.2 (2.18)</td>
<td>2.08 (0.15)</td>
<td>67.7 (2.49)</td>
<td>67.8 (2.49)</td>
</tr>
<tr>
<td>LEO Satellite (LA Ground Station) (n=8)</td>
<td>&mu;=2.7 (&sigma;=0.56)</td>
<td>&mu;=81.3 (&sigma;=6.37)</td>
<td>&mu;=32.5 (&sigma;=3.73)</td>
<td>&mu;=151.8 (&sigma;=7.29)</td>
<td>&mu;=152.0 (&sigma;=7.30)</td>
<td>2.7 (0.56)</td>
<td>81.3 (6.37)</td>
<td>32.5 (3.73)</td>
<td>151.8 (7.29)</td>
<td>152.0 (7.30)</td>
</tr>
</tbody>
</table>
Expand All @@ -339,29 +339,29 @@ <h5>Sample Latencies</h5>
<table class="performance-table">
<thead>
<th>Location</th>
<th>DNS lookup (ms)</th>
<th>SSL handshake (ms)</th>
<th>TCP connection (ms)</th>
<th>Time to first byte (ms)</th>
<th>Total time (ms)</th>
<th>DNS lookup (&mu; (&sigma;) in ms)</th>
<th>SSL handshake (&mu; (&sigma;) in ms)</th>
<th>TCP connection (&mu; (&sigma;) in ms)</th>
<th>Time to first byte (&mu; (&sigma;) in ms)</th>
<th>Total time (&mu; (&sigma;) in ms)</th>
</thead>
<tbody>

<tr>
<td>At the Data Center (n=8)</td>
<td>&mu;=1.0 (&sigma;=0.02)</td>
<td>&mu;=60.0 (&sigma;=1.23)</td>
<td>&mu;=2.0 (&sigma;=0.05)</td>
<td>&mu;=65.0 (&sigma;=1.75)</td>
<td>&mu;=65.1 (&sigma;=1.74)</td>
<td>1.0 (0.02)</td>
<td>60.0 (1.23)</td>
<td>2.0 (0.05)</td>
<td>65.0 (1.75)</td>
<td>65.1 (1.74)</td>
</tr>
<tr>
<td>LEO Satellite (LA Ground Station) (n=8)</td>
<td>&mu;=2.4 (&sigma;=0.23)</td>
<td>&mu;=83.7 (&sigma;=7.53)</td>
<td>&mu;=33.9 (&sigma;=4.21)</td>
<td>&mu;=158.1 (&sigma;=10.58)</td>
<td>&mu;=158.3 (&sigma;=10.54)</td>
<td>2.4 (0.23)</td>
<td>83.7 (7.53)</td>
<td>33.9 (4.21)</td>
<td>158.1 (10.58)</td>
<td>158.3 (10.54)</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 2e6e730

Please sign in to comment.