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
6e633a65
Commit
6e633a65
authored
Nov 10, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #292 from abarth/run_forever
Don't run these benchmarks forever by default
parents
75f2f1ab
f7d81007
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
animation_bench.dart
packages/unit/benchmark/stocks/animation_bench.dart
+1
-1
build_bench.dart
packages/unit/benchmark/stocks/build_bench.dart
+1
-1
No files found.
packages/unit/benchmark/stocks/animation_bench.dart
View file @
6e633a65
...
...
@@ -7,7 +7,7 @@ import 'package:stocks/stock_data.dart' as stock_data;
import
'../../test/widget/widget_tester.dart'
;
const
int
_kNumberOfIterations
=
50000
;
const
bool
_kRunForever
=
tru
e
;
const
bool
_kRunForever
=
fals
e
;
void
main
(
)
{
assert
(
false
);
// Don't run in checked mode
...
...
packages/unit/benchmark/stocks/build_bench.dart
View file @
6e633a65
...
...
@@ -7,7 +7,7 @@ import 'package:stocks/stock_data.dart' as stock_data;
import
'../../test/widget/widget_tester.dart'
;
const
int
_kNumberOfIterations
=
100000
;
const
bool
_kRunForever
=
tru
e
;
const
bool
_kRunForever
=
fals
e
;
void
_doNothing
(
)
{
}
...
...
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