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

Unified Diff: samples/third_party/dromaeo/README

Issue 12086028: Fix up dromaeo after lib v2 merge and add Dromaeo smoketest to prevent future (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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/Dromaeo.dart ('k') | samples/third_party/dromaeo/Suites.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/README
diff --git a/samples/third_party/dromaeo/README b/samples/third_party/dromaeo/README
index ea6b48010b9e526c6edf79a65c3d529e21a9ba91..4c6f0aa49f98ec2b55ad00dd7be8ed0b894d26e7 100644
--- a/samples/third_party/dromaeo/README
+++ b/samples/third_party/dromaeo/README
@@ -30,7 +30,6 @@ 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.
-- htmlidiomatic : The new dart:html, using nicer APIs at potential performance cost.
Finally, Dart Dromaeo runs the following suites of benchmarks:
- attributes : Setting and getting DOM node attributes.
@@ -45,10 +44,9 @@ To run the attributes suite on JS, Dartium, and Dart2JS, load:
- index.html?js&attributes|dart&attributes&html|dart2js&attributes&html
-To run the fast and idiomatic versions of the query suite with
-Dart2JS, load:
+To run the query suite with Dart2JS, load:
-- index-js.html?dart&query&html|dart&query&htmlidiomatic
+- index-js.html?dart&query&html
To run all tests in Dartium, load:
« no previous file with comments | « samples/third_party/dromaeo/Dromaeo.dart ('k') | samples/third_party/dromaeo/Suites.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698