1 2007-10-18 Maciej Stachowiak <mjs@apple.com>
3 Rubber stamped by Oliver.
5 * tests/string-tagcloud.js: Remove stray print()
7 2007-10-17 Maciej Stachowiak <mjs@apple.com>
11 Add some string test cases.
13 * tests/string-base64.js: Added. Does base64 encoding and decoding.
14 * tests/string-tagcloud.js: Added. Parses a JSON string and
15 generates tagcloud HTML markup based on the data.
16 * tests/string-unpack-code.js: Added. Unpack compressed versions of
17 four of the most popular JavaScript libraries.
18 * tests/LIST: Added the new tests.
20 2007-10-16 Maciej Stachowiak <mjs@apple.com>
24 * TODO: Updated with info on how to do the stats properly.
26 * hosted/sunspider-driver.html: Reduce timeout from 500 to 200 to
27 avoid overly slowing down the benchmark.
29 Added some 3D-related test cases.
31 * tests/3d-cube.js: Added.
32 * tests/3d-morph.js: Added.
33 * tests/3d-raytrace.js: Added.
36 2007-10-14 Maciej Stachowiak <mjs@apple.com>
40 - New JavaScript benchmark
41 http://bugs.webkit.org/show_bug.cgi?id=15515
43 A start on a new JavaScript benchmark, with standalone and
44 browser-hosted drivers.
46 The test content is still incomplete and the drivers could use
47 some more features but there is enough here to make a good start.
49 The drivers compute a 95% confidence interval on the mean for the
50 whole test, each category, and each individual test to make it
51 easier to tell whether differences are statistically
52 significant. The confidence interval can be narrowed by running
55 * TODO: Added. Remaining things that need to be done.
56 * sunspider: Added. Perl script that acts as the standalone test driver.
57 * resources/sunspider-standalone-driver.js: Added. JavaScript part
58 of standalone test driver.
59 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
61 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
62 * make-hosted: Added. Script to generate browser-hosted tests.
63 * hosted/sunspider.html: Added. Start page for browser-hosted test.
64 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
65 * hosted/sunspider-results.html: Added. Results page for browser-hosted
67 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
69 * tests/LIST: Added. List of tests to use.
70 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
71 * tests/bitops-bits-in-byte.js: Added. Ditto.
72 * tests/bitops-bitwise-and.js: Added. Ditto.
73 * tests/math-cordic.js: Added. Ditto.