| 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:
|
|
|
|
|