We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7143b0 commit 9805e33Copy full SHA for 9805e33
flutter/unit_test/backend/loadgen_info_test.dart
@@ -93,7 +93,7 @@ void main() {
93
_Examples.latency90,
94
_Examples.validity,
95
];
96
-
+
97
final info = await LoadgenInfo.extractLoadgenInfo(
98
logLines: Stream.fromIterable(lines),
99
);
0 commit comments