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

Unified Diff: samples/third_party/dromaeo/web/README

Issue 1576153002: Remove the Dromaeo and TodoMVC samples. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/third_party/dromaeo/web/LICENSE ('k') | samples/third_party/dromaeo/web/Suites.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/web/README
diff --git a/samples/third_party/dromaeo/web/README b/samples/third_party/dromaeo/web/README
deleted file mode 100644
index 4c6f0aa49f98ec2b55ad00dd7be8ed0b894d26e7..0000000000000000000000000000000000000000
--- a/samples/third_party/dromaeo/web/README
+++ /dev/null
@@ -1,57 +0,0 @@
-This is a port of the Dromaeo benchmark (http://dromaeo.com/) to Dart.
-See the attached LICENSE file in this directory.
-
-To run the native Dart versions on Dartium:
-
-(1) Use a Dartium chrome binary to open index.html in this directory.
-By default, this will run JS vs a native Dart version (dart:html)
-designed to match the JS for speed.
-
-To run compiled versions on standard browsers:
-
-(1) Execute python ./generate_dart2js_tests.py to create frog
-and dart2js variants.
-
-(2) Use a standard browser to open index-js.html in this directory.
-By default, this will run JS vs a dart2js compiled Dart version
-(dart2js:html) designed to match the JS for speed.
-
--------------------------------------------------------
-
-Note, you can run more variants and at a finer granularity. Dart
-Dromaeo includes the following modes:
-
-- js : The original JS.
-- dart : Dart, running natively (Dartium only).
-- frog : Dart, compiled to JS with Frog.
-- dart2js : Dart, compiled to JS with dart2js.
-
-It also includes the following versions for Dart modes:
-
-- dom : The old deprecated dart:dom.
-- html : The new dart:html, using fast path APIs to match JS.
-
-Finally, Dart Dromaeo runs the following suites of benchmarks:
-- attributes : Setting and getting DOM node attributes.
-- modify : Creating and injecting DOM nodes into a document.
-- query : Querying DOM elements in a document.
-- traverse : Traversing a DOM structure.
-
-You can specify a disjunction of conjunctions from the three buckets
-above. Examples:
-
-To run the attributes suite on JS, Dartium, and Dart2JS, load:
-
-- index.html?js&attributes|dart&attributes&html|dart2js&attributes&html
-
-To run the query suite with Dart2JS, load:
-
-- index-js.html?dart&query&html
-
-To run all tests in Dartium, load:
-
-- index.html?js|dart|frog|dart2js
-
-To run all tests (except the native Dart) in a regular browser, load:
-
-- index-js.html?js|frog|dart2js
« no previous file with comments | « samples/third_party/dromaeo/web/LICENSE ('k') | samples/third_party/dromaeo/web/Suites.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698