Skip to content

Commit

Permalink
new template (erikbern#11)
Browse files Browse the repository at this point in the history
* template modified

* update template

* new template

* renew template
  • Loading branch information
shanghaikid authored Mar 10, 2020
1 parent 70ea4f2 commit 4b09fa2
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions templates/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ <h1>AWS Benchmarks Machine Specifications</h1>
<th scope="col">Mem (GiB)</th>
<th scope="col">Disk</th>
<th scope="col">Network Performance (Gbps)</th>
<th scope="col">EBS Bandwidth(Mbps)</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">a1.4xlarge</th>
<th scope="row">c5.4xlarge</th>
<td>16</td>
<td>32</td>
<td>1 x 50 NVMe SSD</td>
<td>EBS-only</td>
<td>Up to 10</td>
<td>4750</td>
</tr>
</tbody>
</table>
Expand All @@ -40,24 +42,6 @@ <h1>Benchmarking Results</h1>
<h3>Distance: {{ distance_data.name }}</h3>
<div class="datasetsContainer">
{% for entry in distance_data.entries %}
<div class="card">
<div class="card-body">
<h5 class="card-title">{{entry.name}}</h5>
<a href="./{{label_func(entry.name, type == 'batch')}}.html">
<img
class="card-img-top"
src="{{label_func(entry.name, type == 'batch')}}.png"
/>
</a>
<p class="card-text">{{entry.desc}}</p>
<a
href="./{{label_func(entry.name, type == 'batch')}}.html"
class="btn btn-primary"
>Detail</a
>
</div>
</div>

<div class="card">
<div class="card-body">
<h5 class="card-title">{{entry.name}}</h5>
Expand Down

0 comments on commit 4b09fa2

Please sign in to comment.