1 2007-10-20 Maciej Stachowiak <mjs@apple.com>
3 Rubber stamped by Hyatt.
5 - Add BSD license notice to cordic test, the original author said to do so.
7 * tests/math-cordic.js:
9 2007-10-18 Maciej Stachowiak <mjs@apple.com>
13 - Support Windows and Windows browsers.
15 * hosted/sunspider-results.html: Display results correctly in IE.
16 * sunspider: tweaks to work on Windows, and with spaces in the path.
18 2007-10-18 Maciej Stachowiak <mjs@apple.com>
20 Rubber stamped by Oliver.
22 * tests/string-tagcloud.js: Remove stray print()
24 2007-10-17 Maciej Stachowiak <mjs@apple.com>
28 Add some string test cases.
30 * tests/string-base64.js: Added. Does base64 encoding and decoding.
31 * tests/string-tagcloud.js: Added. Parses a JSON string and
32 generates tagcloud HTML markup based on the data.
33 * tests/string-unpack-code.js: Added. Unpack compressed versions of
34 four of the most popular JavaScript libraries.
35 * tests/LIST: Added the new tests.
37 2007-10-16 Maciej Stachowiak <mjs@apple.com>
41 * TODO: Updated with info on how to do the stats properly.
43 * hosted/sunspider-driver.html: Reduce timeout from 500 to 200 to
44 avoid overly slowing down the benchmark.
46 Added some 3D-related test cases.
48 * tests/3d-cube.js: Added.
49 * tests/3d-morph.js: Added.
50 * tests/3d-raytrace.js: Added.
53 2007-10-14 Maciej Stachowiak <mjs@apple.com>
57 - New JavaScript benchmark
58 http://bugs.webkit.org/show_bug.cgi?id=15515
60 A start on a new JavaScript benchmark, with standalone and
61 browser-hosted drivers.
63 The test content is still incomplete and the drivers could use
64 some more features but there is enough here to make a good start.
66 The drivers compute a 95% confidence interval on the mean for the
67 whole test, each category, and each individual test to make it
68 easier to tell whether differences are statistically
69 significant. The confidence interval can be narrowed by running
72 * TODO: Added. Remaining things that need to be done.
73 * sunspider: Added. Perl script that acts as the standalone test driver.
74 * resources/sunspider-standalone-driver.js: Added. JavaScript part
75 of standalone test driver.
76 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
78 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
79 * make-hosted: Added. Script to generate browser-hosted tests.
80 * hosted/sunspider.html: Added. Start page for browser-hosted test.
81 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
82 * hosted/sunspider-results.html: Added. Results page for browser-hosted
84 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
86 * tests/LIST: Added. List of tests to use.
87 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
88 * tests/bitops-bits-in-byte.js: Added. Ditto.
89 * tests/bitops-bitwise-and.js: Added. Ditto.
90 * tests/math-cordic.js: Added. Ditto.