Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: packages/observe/benchmark/test_observable.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file.
4 library observe.test.benchmark.test_observable;
5
6 import 'package:observe/observe.dart';
7
8 class TestObservable extends Observable {
9 @observable int a = 0;
10 @observable int b = 0;
11 @observable int c = 0;
12 @observable int d = 0;
13 @observable int e = 0;
14 @observable int f = 0;
15 @observable int g = 0;
16 @observable int h = 0;
17 @observable int i = 0;
18 @observable int j = 0;
19 @observable int k = 0;
20 @observable int l = 0;
21 @observable int m = 0;
22 @observable int n = 0;
23 @observable int o = 0;
24 }
OLDNEW
« no previous file with comments | « packages/observe/benchmark/setup_path_benchmark.dart ('k') | packages/observe/benchmark/test_path_observable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698