1 2007-10-14 Maciej Stachowiak <mjs@apple.com>
5 - New JavaScript benchmark
6 http://bugs.webkit.org/show_bug.cgi?id=15515
8 A start on a new JavaScript benchmark, with standalone and
9 browser-hosted drivers.
11 The test content is still incomplete and the drivers could use
12 some more features but there is enough here to make a good start.
14 The drivers compute a 95% confidence interval on the mean for the
15 whole test, each category, and each individual test to make it
16 easier to tell whether differences are statistically
17 significant. The confidence interval can be narrowed by running
20 * TODO: Added. Remaining things that need to be done.
21 * sunspider: Added. Perl script that acts as the standalone test driver.
22 * resources/sunspider-standalone-driver.js: Added. JavaScript part
23 of standalone test driver.
24 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
26 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
27 * make-hosted: Added. Script to generate browser-hosted tests.
28 * hosted/sunspider.html: Added. Start page for browser-hosted test.
29 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
30 * hosted/sunspider-results.html: Added. Results page for browser-hosted
32 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
34 * tests/LIST: Added. List of tests to use.
35 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
36 * tests/bitops-bits-in-byte.js: Added. Ditto.
37 * tests/bitops-bitwise-and.js: Added. Ditto.
38 * tests/math-cordic.js: Added. Ditto.