BenchmarkResult class
Resultado estandarizado de un benchmark
Constructors
Properties
- average → Duration
-
Promedio de todas las mediciones
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- iterations → int
-
final
- maximum → Duration
-
Medición más lenta
no setter
-
measurements
→ List<
Duration> -
final
-
metadata
→ Map<
String, dynamic> -
final
- minimum → Duration
-
Medición más rápida
no setter
- p95 → Duration
-
Percentil 95
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- standardDeviation → Duration
-
Desviación estándar
no setter
- testName → String
-
final
- timestamp → DateTime
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Conversión a JSON para reporting
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited