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
f0ce2de9
Commit
f0ce2de9
authored
Dec 07, 2015
by
Eric Seidel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #789 from eseidelGoogle/no_checked
Don't do performance testing in checked mode
parents
e80756d6
20deda1d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
profile_startup.dart
dev/profile_startup.dart
+2
-1
No files found.
dev/profile_startup.dart
View file @
f0ce2de9
...
@@ -7,7 +7,7 @@ import 'dart:io';
...
@@ -7,7 +7,7 @@ import 'dart:io';
import
'dart:async'
;
import
'dart:async'
;
import
'dart:convert'
;
import
'dart:convert'
;
const
int
ITERATIONS
=
3
;
const
int
ITERATIONS
=
5
;
String
runWithLoggingSync
(
List
<
String
>
cmd
,
{
String
runWithLoggingSync
(
List
<
String
>
cmd
,
{
bool
checked:
true
,
bool
checked:
true
,
...
@@ -46,6 +46,7 @@ Future<double> test(String tracesDir, String projectPath, int runNumber) async {
...
@@ -46,6 +46,7 @@ Future<double> test(String tracesDir, String projectPath, int runNumber) async {
runWithLoggingSync
([
runWithLoggingSync
([
'flutter'
,
'flutter'
,
'start'
,
'start'
,
'--no-checked'
,
'--trace-startup'
'--trace-startup'
],
workingDirectory:
projectPath
);
],
workingDirectory:
projectPath
);
await
new
Future
.
delayed
(
const
Duration
(
seconds:
2
),
()
=>
""
);
await
new
Future
.
delayed
(
const
Duration
(
seconds:
2
),
()
=>
""
);
...
...
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