SpeedTestResult

data class SpeedTestResult(val averageSpeedMbps: Double, val averageDnsResolutionTimeMs: Long, val totalTestDurationMs: Long)

Represents the result of a speed test.

Constructors

Link copied to clipboard
constructor(averageSpeedMbps: Double, averageDnsResolutionTimeMs: Long, totalTestDurationMs: Long)

Properties

Link copied to clipboard

The average DNS resolution time in milliseconds.

Link copied to clipboard

The average download speed in megabits per second (Mbps).

Link copied to clipboard

The total time taken for the speed test in milliseconds.