Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
96e42de1
Unverified
Commit
96e42de1
authored
Feb 13, 2020
by
linxuebin
Committed by
GitHub
Feb 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added error message for flutter_gallery transitions_perf test. (#47776)
parent
8b081204
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
transitions_perf_test.dart
...es/flutter_gallery/test_driver/transitions_perf_test.dart
+2
-0
No files found.
examples/flutter_gallery/test_driver/transitions_perf_test.dart
View file @
96e42de1
...
...
@@ -103,6 +103,8 @@ Future<void> saveDurationsHistogram(List<Map<String, dynamic>> events, String ou
if
(
unexpectedValueCounts
.
isNotEmpty
)
{
final
StringBuffer
error
=
StringBuffer
(
'Some routes recorded wrong number of values (expected 2 values/route):
\n\n
'
);
// When run with --trace-startup, the VM stores trace events in an endless buffer instead of a ring buffer.
error
.
write
(
'You must add the --trace-startup parameter to run the test.
\n\n
'
);
unexpectedValueCounts
.
forEach
((
String
routeName
,
int
count
)
{
error
.
writeln
(
' -
$routeName
recorded
$count
values.'
);
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment