Skip to content

Commit

Permalink
Seriously?
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Mar 14, 2024
1 parent a43229b commit 4f72b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ function generateTableRow(TimingResult $time, int $numTicks, ?float $sample, flo
}
foreach($tableOrder as $groupName => $timings){
if(!isset($report->groups[$groupName])){
/continue;
continue;
}
$visibleRows = 5;
$loadHeatmapFactor = 0.06;
Expand Down

0 comments on commit 4f72b2f

Please sign in to comment.