Chromium Code Reviews| Index: samples/third_party/dromaeo/README |
| diff --git a/samples/third_party/dromaeo/README b/samples/third_party/dromaeo/README |
| index 21d9a1d5c6d343f5c0b322618070a70c121ab597..a6455dc88fbaa7015d36622a5b058e77578b9a4b 100644 |
| --- a/samples/third_party/dromaeo/README |
| +++ b/samples/third_party/dromaeo/README |
| @@ -2,7 +2,7 @@ This is a port of the Dromaeo benchmark (http://dromaeo.com/) to Dart. |
| See the attached LICENSE file in this directory. |
| To run: |
| -(1) Execute ./generate_frog_tests.sh to create frog variants. |
| +(1) Execute python ./generate_dart2js_tests.py to create frog variants. |
|
Emily Fortuna
2012/05/22 18:31:32
"to create frog and dart2js variants"
vsm
2012/05/22 20:15:37
Done.
|
| (2) Use a Dartium chrome binary to open index.html in this |
| directory. |
| (3) Alternatively, use a standard browser to open index-js.html?js|frog in this directory. |
|
Emily Fortuna
2012/05/22 18:31:32
index-js.html?js|frog|dart2js
vsm
2012/05/22 20:15:37
Done.
|