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: |
| 6 - Enable Chromium automation. |
| 7 - Avoid grabbing javascript libraries from the Web. |
| 8 |
6 | 9 |
7 How to update: | 10 How to update: |
8 | 11 |
9 0) remove all the files from this dir, but keep README.chromium and LICENSE | 12 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 | 13 1) pull new version from git://github.com/antonm/dromaeo.git into a separate |
11 directory; | 14 directory. |
12 2) run 'make web' to build standalone version; | 15 2) run 'make web' to build standalone version. |
13 3) copy all the files from web dir into this directory. | 16 3) copy all the files from web dir into this directory. |
| 17 4) apply patches in patches dir. |
| 18 5) Update javascript libraries to those refered in upstream (and not updated) |
| 19 in lib/. |
| 20 |
OLD | NEW |