| OLD | NEW |
| 1 This directory contains Dromaeo, a JavaScript and DOM performance benchmark. | 1 This directory contains Dromaeo, a JavaScript and DOM performance benchmark. |
| 2 | 2 |
| 3 Dromaeo was developed and released by John Resig (jresig at mozilla.com)/ | 3 Dromaeo was developed and released by John Resig (jresig at mozilla.com)/ |
| 4 | 4 |
| 5 This benchmark was slightly modified to enable Chromium automation. | 5 This benchmark was slightly modified to enable Chromium automation. |
| 6 | 6 |
| 7 How to update: | 7 How to update: |
| 8 | 8 |
| 9 0) remove all the files from this dir, but keep README.chromium | 9 0) remove all the files from this dir, but keep README.chromium and LICENSE |
| 10 1) pull new version from git://github.com/antonm/dromaeo.git into a separate | 10 1) pull new version from git://github.com/antonm/dromaeo.git into a separate |
| 11 directory; | 11 directory; |
| 12 2) run 'make web' to build standalone version; | 12 2) run 'make web' to build standalone version; |
| 13 4) copy all the files from web dir into this directory. | 13 3) copy all the files from web dir into this directory. |
| OLD | NEW |