Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 587c2bd

Browse files
committed
chore: run perf tests as part of build
1 parent 513eeed commit 587c2bd

File tree

9 files changed

+93
-418
lines changed

9 files changed

+93
-418
lines changed

lib/change_detection/dirty_checking_change_detector_dynamic.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
library dirty_checking_change_detector_dynamic;
22

33
import 'package:angular/change_detection/change_detection.dart';
4+
export 'package:angular/change_detection/change_detection.dart' show
5+
FieldGetterFactory;
46

57
/**
68
* We are using mirrors, but there is no need to import anything.

lib/core/registry_dynamic.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import 'dart:mirrors';
44
import 'package:angular/core/annotation.dart';
55
import 'package:angular/core/registry.dart';
66

7+
export 'package:angular/core/registry.dart' show
8+
MetadataExtractor;
9+
710
var _fieldMetadataCache = new Map<Type, Map<String, AttrFieldAnnotation>>();
811

912
class DynamicMetadataExtractor implements MetadataExtractor {

perf/parser_perf.dart

Lines changed: 0 additions & 105 deletions
This file was deleted.

perf/pubspec.lock

Lines changed: 39 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,77 +4,92 @@ packages:
44
analyzer:
55
description: analyzer
66
source: hosted
7-
version: "0.10.5"
7+
version: "0.13.4"
88
angular:
99
description:
10-
path: "/Users/misko/work/angular.dart/perf/.."
10+
path: ".."
1111
relative: true
1212
source: path
13-
version: "0.9.3"
13+
version: "0.9.10"
1414
args:
1515
description: args
1616
source: hosted
17-
version: "0.9.0"
17+
version: "0.10.0+2"
18+
barback:
19+
description: barback
20+
source: hosted
21+
version: "0.11.1"
1822
benchmark_harness:
1923
description: benchmark_harness
2024
source: hosted
21-
version: "1.0.2"
25+
version: "1.0.4"
2226
browser:
2327
description: browser
2428
source: hosted
25-
version: "0.9.1"
29+
version: "0.10.0+1"
30+
code_transformers:
31+
description: code_transformers
32+
source: hosted
33+
version: "0.1.1"
2634
collection:
2735
description: collection
2836
source: hosted
29-
version: "0.9.0"
37+
version: "0.9.1"
3038
di:
31-
description: di
32-
source: hosted
33-
version: "0.0.29"
39+
description:
40+
ref: null
41+
resolved-ref: a2de00d84934f4610d1f9e108c39614e66a773f5
42+
url: "git://github.com/angular/di.dart.git"
43+
source: git
44+
version: "0.0.34"
3445
html5lib:
3546
description: html5lib
3647
source: hosted
37-
version: "0.9.1"
48+
version: "0.9.2"
3849
intl:
3950
description: intl
4051
source: hosted
41-
version: "0.9.1"
42-
js:
43-
description: js
44-
source: hosted
45-
version: "0.2.1"
52+
version: "0.9.8"
4653
logging:
4754
description: logging
4855
source: hosted
4956
version: "0.9.1+1"
57+
matcher:
58+
description: matcher
59+
source: hosted
60+
version: "0.10.0"
61+
mock:
62+
description: mock
63+
source: hosted
64+
version: "0.10.0"
5065
path:
5166
description: path
5267
source: hosted
53-
version: "1.0.0"
68+
version: "1.1.0"
5469
perf_api:
5570
description: perf_api
5671
source: hosted
5772
version: "0.0.8"
5873
route_hierarchical:
5974
description: route_hierarchical
6075
source: hosted
61-
version: "0.4.10"
76+
version: "0.4.15"
77+
shadow_dom:
78+
description: shadow_dom
79+
source: hosted
80+
version: "0.9.2"
6281
source_maps:
6382
description: source_maps
6483
source: hosted
6584
version: "0.9.0"
6685
stack_trace:
6786
description: stack_trace
6887
source: hosted
69-
version: "0.9.1"
88+
version: "0.9.3"
7089
unittest:
7190
description: unittest
7291
source: hosted
73-
version: "0.9.2+1"
74-
unmodifiable_collection:
75-
description: unmodifiable_collection
76-
source: hosted
77-
version: "0.9.2"
92+
version: "0.10.1+2"
7893
utf:
7994
description: utf
8095
source: hosted

perf/pubspec.yaml

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,33 @@
11
name: angular-perf
2-
version: 0.9.3
2+
version: 0.9.10
33
authors:
44
- Misko Hevery <misko@hevery.com>
5-
description: Angular performance tests for AngularDart.
6-
homepage: https://github.com/angular/angular.dart
5+
- Pavel Jbanov <pavelgj@gmail.com>
6+
- James deBoer <james@huronbox.com>
7+
- Chirayu Krishnappa <chirayu@google.com>
8+
- Matias Niemela <matias@yearofmoo.com>
9+
- Paul Rohde <paul@paulrohde.com>
10+
- Victor Berchet <victor@suumit.com>
11+
description: Angular for dart.
12+
homepage: https://angulardart.org
713
environment:
8-
sdk: '>=1.0.0'
14+
sdk: '>=1.2.0'
915
dependencies:
1016
angular:
1117
path: ..
12-
analyzer: ">=0.10.0 <0.11.0"
13-
browser: ">=0.8.7 <0.10.0"
14-
di: ">=0.0.24 <0.1.0"
15-
html5lib: ">=0.8.7 <0.10.0"
16-
intl: ">=0.8.7 <0.10.0"
17-
js: ">=0.2.0 <0.3.0"
18-
perf_api: ">=0.0.8 <0.1.0"
19-
route_hierarchical: ">=0.4.7 <0.5.0"
20-
benchmark_harness: ">=1.0.0"
21-
unittest: ">=0.8.7 <0.10.0"
18+
analyzer: '>=0.13.0 <0.14.0'
19+
browser: '>=0.10.0 <0.11.0'
20+
code_transformers: '>=0.1.0 <0.2.0'
21+
collection: '>=0.9.1 <1.0.0'
22+
di:
23+
git:
24+
url: git://github.com/angular/di.dart.git
25+
html5lib: '>=0.8.7 <0.10.0'
26+
intl: '>=0.8.7 <0.10.0'
27+
perf_api: '>=0.0.8 <0.1.0'
28+
route_hierarchical: '>=0.4.7 <0.5.0'
29+
shadow_dom: '>=0.9.1 <1.0.0'
30+
dev_dependencies:
31+
benchmark_harness: '>=1.0.0'
32+
unittest: '>=0.10.1 <0.12.0'
33+
mock: '>=0.10.0 <0.12.0'

0 commit comments

Comments
 (0)