You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
289 B

<h3>Benchmarks</h3>
<table class="metrics"><tbody>
<?php foreach ($data['totals'] as $title => $result): ?>
<tr>
<td class="metric-name"><?php echo $title ?></td>
<td class="metric"><?php echo $result['formatter']($result['value']) ?></td>
</tr>
<?php endforeach ?>
</tbody></table>