final class LargeDatasetCheck implements CheckInterface

Tests performance with large datasets (500+ items).

This check is mode-agnostic.

Constants

private ITEM_COUNT

Methods

string
name()

Get the human-readable name of this check.

run(DoctorContext $context)

Run the check and return results.

Details

at line 19
string name()

Get the human-readable name of this check.

Return Value

string

at line 24
CheckResult run(DoctorContext $context)

Run the check and return results.

Parameters

DoctorContext $context

Return Value

CheckResult