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

Issue 204733004: Added TodoMVC startup benchmarks. (Closed)

Created:
6 years, 9 months ago by Emily Fortuna
Modified:
6 years, 8 months ago
Reviewers:
Jennifer Messerly
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 25

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3522 lines, -13 lines) Patch
M .gitignore View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
A samples/third_party/dromaeo/.gitignore View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/.gitignore View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/AUTHORS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
samples/third_party/todomvc_performance/LICENSE View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/PATENTS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/README.md View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/AUTHORS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/CONTRIBUTING.md View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/LICENSE View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/PATENTS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/README.md View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/app/app.css View 1 2 3 4 1 chunk +206 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/bower.json View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/.bower.json View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/AUTHORS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/CONTRIBUTING.md View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/LICENSE View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/PATENTS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/bower.json View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/demo.html View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/director/LICENSE View 1 2 3 4 2 chunks +2 lines, -5 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/director/director.min.js View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/flatiron-director.html View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/flatiron-director/index.html View 1 2 3 4 1 chunk +64 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/platform/.bower.json View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/platform/AUTHORS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/platform/CONTRIBUTING.md View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/platform/LICENSE View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/platform/PATENTS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/platform/README.md View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/platform/bower.json View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/platform/platform.js View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/platform/platform.js.map View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/.bower.json View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/AUTHORS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/CONTRIBUTING.md View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/LICENSE View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/PATENTS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/bower.json View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/demo.html View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/index.html View 1 2 3 4 1 chunk +64 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/polymer-localstorage.html View 1 2 3 4 1 chunk +127 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/test/html/polymer-localstorage.html View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/test/js/polymer-localstorage.js View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-localstorage/test/runner.html View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/.bower.json View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/AUTHORS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/CONTRIBUTING.md View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/LICENSE View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/PATENTS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/bower.json View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/demo.html View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/index.html View 1 2 3 4 1 chunk +64 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/polymer-selection.html View 1 2 3 4 3 chunks +6 lines, -4 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/test/html/polymer-selection.html View 1 2 3 4 1 chunk +42 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/test/html/polymer-selection-multi.html View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/test/js/polymer-selection.js View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selection/test/runner.html View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/.bower.json View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/AUTHORS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/CONTRIBUTING.md View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/LICENSE View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/PATENTS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/README.md View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/bower.json View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/demo.html View 1 2 3 4 1 chunk +98 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/docs.json View 1 2 3 4 1 chunk +224 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/index.html View 1 2 3 4 1 chunk +64 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/polymer-selector.html View 1 2 3 4 14 chunks +37 lines, -19 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/test/html/polymer-selector-activate-event.html View 1 2 3 4 1 chunk +41 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/test/html/polymer-selector-basic.html View 1 2 3 4 1 chunk +96 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/test/html/polymer-selector-multi.html View 1 2 3 4 1 chunk +78 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/test/js/polymer-selector.js View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer-selector/test/runner.html View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer/.bower.json View 1 2 3 4 1 chunk +11 lines, -2 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer/AUTHORS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer/CONTRIBUTING.md View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer/LICENSE View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer/PATENTS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer/README.md View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer/bower.json View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer/polymer.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer/polymer.js View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/polymer/polymer-body.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/polymer/polymer.js.map View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/todomvc-common/.bower.json View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/todomvc-common/base.css View 1 2 3 4 1 chunk +556 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/todomvc-common/base.js View 1 2 3 4 1 chunk +209 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/js_todomvc/components/todomvc-common/bg.png View 1 2 3 4 Binary file 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/todomvc-common/bower.json View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/components/todomvc-common/readme.md View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/elements/td-input.html View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/elements/td-item.css View 1 2 3 4 1 chunk +161 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/elements/td-item.html View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/elements/td-model.html View 1 2 3 4 1 chunk +74 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/elements/td-todos.css View 1 2 3 4 1 chunk +267 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/elements/td-todos.html View 1 2 3 4 1 chunk +79 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/index.html View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/js_todomvc/pubspec.yaml View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc_performance/pubspec.yaml View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
A + samples/third_party/todomvc_performance/web/app/app.css View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/app/bg.png View 1 2 3 4 Binary file 0 comments Download
A + samples/third_party/todomvc_performance/web/elements/td_input.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/elements/td_input.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/elements/td_item.css View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/elements/td_item.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/elements/td_item.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/elements/td_model.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/elements/td_model.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/elements/td_todos.css View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/elements/td_todos.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/elements/td_todos.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/lib-elements/polymer-selection.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/lib-elements/polymer-selector.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/lib-elements/polymer_localstorage.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/lib-elements/polymer_localstorage.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/lib-elements/simple_router.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + samples/third_party/todomvc_performance/web/lib-elements/simple_router.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A samples/third_party/todomvc_performance/web/performance.dart View 1 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download
A samples/third_party/todomvc_performance/web/startup-performance.html View 1 2 3 4 1 chunk +57 lines, -0 lines 1 comment Download
M tools/testing/perf_testing/run_perf_tests.py View 1 2 3 4 5 chunks +146 lines, -17 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Emily Fortuna
Oh boy! It's another enormous CL! Here's the lowdown: 1) samples/third_party/todomvc_performance is mostly a copy ...
6 years, 9 months ago (2014-03-19 17:59:36 UTC) #1
Jennifer Messerly
Note: I didn't review the JS code from Bower. Assuming there are no changes ;-) ...
6 years, 9 months ago (2014-03-19 19:27:57 UTC) #2
Emily Fortuna
ptal, please. :-) https://codereview.chromium.org/204733004/diff/10001/.gitignore File .gitignore (right): https://codereview.chromium.org/204733004/diff/10001/.gitignore#newcode68 .gitignore:68: pkg/shadow_dom/tool/node_modules On 2014/03/19 19:27:57, John Messerly ...
6 years, 9 months ago (2014-03-24 19:45:54 UTC) #3
Emily Fortuna
Hi John, Just a reminder, please take a look at this when you're able. I ...
6 years, 9 months ago (2014-03-28 19:22:46 UTC) #4
Jennifer Messerly
lgtm https://codereview.chromium.org/204733004/diff/60001/samples/third_party/todomvc_performance/pubspec.yaml File samples/third_party/todomvc_performance/pubspec.yaml (right): https://codereview.chromium.org/204733004/diff/60001/samples/third_party/todomvc_performance/pubspec.yaml#newcode6 samples/third_party/todomvc_performance/pubspec.yaml:6: browser_controller: #">=0.00.1-dev <0.0.3" did you mean to change ...
6 years, 9 months ago (2014-03-28 19:51:06 UTC) #5
Emily Fortuna
6 years, 8 months ago (2014-03-31 17:09:38 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r34561 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698