| 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: | 4 To run: |
| 5 (1) Execute ./generate_frog_tests.sh to create frog variants. | 5 |
| 6 (2) Use a Dartium chrome binary to open index.html in this | 6 (1) Execute python ./generate_dart2js_tests.py to create frog |
| 7 directory. | 7 and dart2js variants. |
| 8 (3) Alternatively, use a standard browser to open index-js.html?js|frog in this
directory. | 8 |
| 9 (2) Use a Dartium chrome binary to open index.html in this directory. |
| 10 |
| 11 (3) Alternatively, use a standard browser to open |
| 12 index-js.html?js|frog|dart2js in this directory. |
| OLD | NEW |