adasd
This commit is contained in:
@@ -1270,7 +1270,13 @@ final class Router
|
||||
return [];
|
||||
}
|
||||
|
||||
return $this->measurementFxSnapshots($measurements, self::BOOTSTRAP_SNAPSHOT_LIMIT);
|
||||
$limit = match ($view) {
|
||||
'overview' => 1,
|
||||
'measurements' => 10,
|
||||
default => self::BOOTSTRAP_SNAPSHOT_LIMIT,
|
||||
};
|
||||
|
||||
return $this->measurementFxSnapshots($measurements, $limit);
|
||||
}
|
||||
|
||||
private function bootstrapSummary(array $measurements, array $settings, array $targets, string $view): array
|
||||
|
||||
Reference in New Issue
Block a user