diff options
author | John Resig <jeresig@gmail.com> | 2009-01-12 00:24:36 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-01-12 00:24:36 +0000 |
commit | 762370256520c5356fdce8ba07acf7f404e83025 (patch) | |
tree | 848435dad1b36758366aa1cd85fb6ad657246d34 /build | |
parent | 1eae1541b8b4ca054d63d48f07001f55fa52fa5d (diff) | |
download | jquery-762370256520c5356fdce8ba07acf7f404e83025.tar.gz jquery-762370256520c5356fdce8ba07acf7f404e83025.zip |
Tweaked the benchmark tests.
Diffstat (limited to 'build')
-rwxr-xr-x | build/speed/benchmarker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/speed/benchmarker.js b/build/speed/benchmarker.js index 707712e99..b2c05a149 100755 --- a/build/speed/benchmarker.js +++ b/build/speed/benchmarker.js @@ -3,7 +3,7 @@ "body", "body div", "div", "div div div", "div div", ".dialog", "div.dialog", "div .dialog", "#speech5", "div#speech5", "div #speech5", "div > div", "div.scene div.dialog", - "div#scene1.scene div.dialog div", "#scene1 #speech1", "body > div.dialog div#speech5", + "div#scene1.scene div.dialog div.direction", "#scene1 #speech1", "body > div.dialog div div#speech5", "div:not(#speech5)", "div:not(.dialog)", "div:nth-child(even)", "div:nth-child(odd)", "div:nth-child(1)", "div:nth-child(2n)", |