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