menu
web_benchmarks package
documentation
server.dart
BenchmarkResults
scores property
scores property
dark_mode
light_mode
scores
property
Map
<
String
,
List
<
BenchmarkScore
>
>
scores
final
Scores collected in a benchmark run.
Implementation
final Map<String, List<BenchmarkScore>> scores;
web_benchmarks package
documentation
server
BenchmarkResults
scores property
BenchmarkResults class