Skip to content

Commit

Permalink
Test cpueff
Browse files Browse the repository at this point in the history
  • Loading branch information
nt120-ic committed May 7, 2024
1 parent 56647ec commit 04de030
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpueff-goweb/static/templates/condor_detailed.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<th>Tier</th>
<th>Cpu Efficiency Outlier</th>
<th>Cpu Eff</th>
<th>Non Eviction Eff</th>
<th id="non_eviction_eff">Badput (Non Eviction Eff)<span id="star">*</span></th>
<th>Eviction Aware Eff Diff</th>
<th>Schedule Eff</th>
<th>Cmssw Read Time Pct</th>
Expand All @@ -187,7 +187,7 @@
<th>Tier</th>
<th>Cpu Efficiency Outlier</th>
<th>Cpu Eff</th>
<th>Non Eviction Eff</th>
<th id="non_eviction_eff">Badput (Non Eviction Eff)<span id="star">*</span></th>
<th>Eviction Aware Eff Diff</th>
<th>Schedule Eff</th>
<th>Cmssw Read Time Pct</th>
Expand All @@ -207,6 +207,7 @@
</div>
<div class="footer" style="bottom: 0px; width: 100%;background-color: #262626;border-top: 1px solid #333;">
<img alt='CERN' src='/{{.govar_BASE_EP}}/static/img/LogoOutline-White.svg' style="height: 70px;margin: 20px;">
<p style="color: white; text-align: center; font-size: 12px;">Non-eviction efficiency is calculated somehow. <a href="#non_eviction_eff">*</a></p>
</div>

<!-- prepared using https://datatables.net/download/ -->
Expand Down

0 comments on commit 04de030

Please sign in to comment.