| OLD | NEW |
| 1 This is a port of the Dromaeo benchmark (http://dromaeo.com/) to Dart. | 1 This is a port of the Dromaeo benchmark (http://dromaeo.com/) to Dart. |
| 2 See the attached LICENSE file in this directory. | 2 See the attached LICENSE file in this directory. |
| 3 | 3 |
| 4 To run the native Dart versions on Dartium: | 4 To run the native Dart versions on Dartium: |
| 5 | 5 |
| 6 (1) Use a Dartium chrome binary to open index.html in this directory. | 6 (1) Use a Dartium chrome binary to open index.html in this directory. |
| 7 By default, this will run JS vs a native Dart version (dart:html) | 7 By default, this will run JS vs a native Dart version (dart:html) |
| 8 designed to match the JS for speed. | 8 designed to match the JS for speed. |
| 9 | 9 |
| 10 To run compiled versions on standard browsers: | 10 To run compiled versions on standard browsers: |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 | 48 |
| 49 - index-js.html?dart&query&html | 49 - index-js.html?dart&query&html |
| 50 | 50 |
| 51 To run all tests in Dartium, load: | 51 To run all tests in Dartium, load: |
| 52 | 52 |
| 53 - index.html?js|dart|frog|dart2js | 53 - index.html?js|dart|frog|dart2js |
| 54 | 54 |
| 55 To run all tests (except the native Dart) in a regular browser, load: | 55 To run all tests (except the native Dart) in a regular browser, load: |
| 56 | 56 |
| 57 - index-js.html?js|frog|dart2js | 57 - index-js.html?js|frog|dart2js |
| OLD | NEW |