BenchmarkResult constructor
BenchmarkResult({})
Implementation
BenchmarkResult({
required this.testName,
required this.iterations,
required this.measurements,
required this.metadata,
}) : timestamp = DateTime.now();