Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
more unit clean up
  • Loading branch information
djp3 authored Aug 12, 2024
1 parent 2e6e730 commit da6d4ba
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,19 @@ <h5>Sample Latencies</h5>
<table class="performance-table">
<thead>
<th>Location</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>
<th>DNS lookup</th>
<th>SSL handshake</th>
<th>TCP connection</th>
<th>Time to first byte</th>
<th>Total time</th>
</thead>
<thead>
<th></th>
<th>&mu; (&sigma;) in ms</th>
<th>&mu; (&sigma;) in ms</th>
<th>&mu; (&sigma;) in ms</th>
<th>&mu; (&sigma;) in ms</th>
<th>&mu; (&sigma;) in ms</th>
</thead>
<tbody>

Expand Down Expand Up @@ -306,11 +314,11 @@ <h5>Sample Latencies</h5>
<table class="performance-table">
<thead>
<th>Location</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>
<th>DNS lookup</th>
<th>SSL handshake</th>
<th>TCP connection</th>
<th>Time to first byte</th>
<th>Total time</th>
</thead>
<tbody>

Expand Down Expand Up @@ -339,11 +347,11 @@ <h5>Sample Latencies</h5>
<table class="performance-table">
<thead>
<th>Location</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>
<th>DNS lookup</th>
<th>SSL handshake</th>
<th>TCP connection</th>
<th>Time to first byte</th>
<th>Total time</th>
</thead>
<tbody>

Expand Down

0 comments on commit da6d4ba

Please sign in to comment.