1 2007-10-29 Maciej Stachowiak <mjs@apple.com>
5 - Added list of ECMAScript3 features that SunSpider does not cover currently.
9 2007-10-29 Maciej Stachowiak <mjs@apple.com>
13 - Give better error messages when sunspider-compare-results fails
15 * sunspider-compare-results:
17 2007-10-29 Maciej Stachowiak <mjs@apple.com>
21 - fix Date tests to work in command-line SpiderMonkey
23 * tests/date-format-tofte.js:
24 * tests/date-format-xparb.js:
26 2007-10-29 Darin Adler <darin@apple.com>
30 * sunspider: Added --shark20 option, to run Shark at its highest sample
31 resolution instead of its default.
33 2007-10-28 Adam Roben <aroben@apple.com>
35 Fix SunSpider on Windows
39 * sunspider: Don't use colons in filenames.
41 2007-10-28 Darin Adler <darin@apple.com>
45 * resources/sunspider-analyze-results.js: Tweak the output format a little.
46 Change so that when there's only one run we don't write out confidence
47 intervals at all rather than writing "NaN" over and over again.
49 * sunspider: Use the time and date as a suffix on the results file, that way
50 all the results are left behind in the tmp directory. This will make it easy
51 for us to add features that compare past results in the future. Also rename
52 the .mshark files using the same scheme.
54 * sunspider-compare-results: Relax the parsing rules so we can parse the
55 results file exactly as it's emitted from sunspider.
57 2007-10-25 Adam Roben <aroben@apple.com>
59 Strip carriage returns from results
61 Carriage returns were screwing up sunspider-compare-results on
64 Rubberstamped by Oliver.
68 2007-10-24 Darin Adler <darin@apple.com>
72 * sunspider: Open the profile in shark after completing a run.
73 * sunspider-compare-results: Tiny perl tweaks.
75 2007-10-23 Maciej Stachowiak <mjs@apple.com>
79 - Don't hardcode my path to testkjs
81 * sunspider-compare-results:
83 2007-10-23 Maciej Stachowiak <mjs@apple.com>
87 - Add a compare script to compare results, and improve formatting of standard results a bit.
89 * resources/sunspider-analyze-results.js:
90 * resources/sunspider-compare-results.js: Added.
91 * sunspider-compare-results: Added.
93 2007-10-23 Maciej Stachowiak <mjs@apple.com>
97 * resources/sunspider-analyze-results.js: Do the error range
98 properly, using the t-distribution instead of 1.96 (which was
99 based on the normal distribution).
101 * sunspider: Print results in a way that will be friendlier to the
102 soon-to-come compare mode.
104 2007-10-22 Maciej Stachowiak <mjs@apple.com>
108 - add more tests (probably the final set for now)
110 Already balanced. Added date, regexp, control flow, and a few
111 more string and object/array access tests.
114 * tests/access-fannkuch.js: Added.
115 * tests/access-nbody.js: Added.
116 * tests/controlflow-recursive.js: Added.
117 * tests/date-format-tofte.js: Added.
118 * tests/date-format-xparb.js: Added.
119 * tests/regexp-dna.js: Added.
120 * tests/string-validate-input.js: Added.
122 2007-10-21 Eric Seidel <eric@webkit.org>
126 * sunspider: make --shark only sample from testkjs
128 2007-10-21 Maciej Stachowiak <mjs@apple.com>
130 Rubber stamped by Eric.
132 - added crypto tests (already balanced)
135 * tests/crypto-aes.js: Added.
136 * tests/crypto-md5.js: Added.
137 * tests/crypto-sha1.js: Added.
139 2007-10-21 Maciej Stachowiak <mjs@apple.com>
143 - rebalance new tests
145 Scaled the new tests so they take 400-600ms on a reasonably normal user setup:
147 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
149 This balances them with the existing tests.
151 * tests/access-binary-trees.js:
152 * tests/access-nsieve.js:
153 * tests/bitops-nsieve-bits.js:
154 * tests/math-partial-sums.js:
155 * tests/math-spectral-norm.js:
156 * tests/string-fasta.js:
158 2007-10-20 Eric Seidel <eric@webkit.org>
162 Add improved argument handling to sunspider, including
163 --runs=<number>, --tests=<pattern, --shark, and --help
164 Also re-factor code into subroutines
166 * sunspider: improved argument handling
168 2007-10-20 Maciej Stachowiak <mjs@apple.com>
172 - Add more new tests, mostly from the computer language shootout. Not normalized yet.
176 * tests/access-binary-trees.js: Added.
177 * tests/access-nsieve.js: Added.
178 * tests/bitops-nsieve-bits.js: Added.
179 * tests/math-partial-sums.js: Added.
180 * tests/math-spectral-norm.js: Added.
181 * tests/string-fasta.js: Added.
183 2007-10-20 Maciej Stachowiak <mjs@apple.com>
187 * TODO: Updated to note areas that are now well-covered.
189 - Change the tests and the driver to avoid leaving large object
190 graphs hanging around, since that throws off the subsequent tests.
192 * resources/sunspider-standalone-driver.js:
195 * tests/3d-raytrace.js:
196 * tests/bitops-bitwise-and.js:
197 * tests/string-base64.js:
198 * tests/string-tagcloud.js:
200 2007-10-20 Maciej Stachowiak <mjs@apple.com>
204 - Rebalance test complexity.
206 Scaled all the tests so they take 400-600ms on a reasonably normal user setup:
208 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
210 However, for some tests, IE7 was a huge outlier compared to other
211 major browsers. For those tests, I used Firefox 2.0.0.8 on the
212 same OS and hardware as a normalization basis.
215 * tests/3d-raytrace.js:
216 * tests/bitops-3bit-bits-in-byte.js:
217 * tests/bitops-bits-in-byte.js:
218 * tests/bitops-bitwise-and.js:
219 * tests/math-cordic.js:
220 * tests/string-base64.js:
221 * tests/string-tagcloud.js:
222 * tests/string-unpack-code.js:
224 2007-10-20 Maciej Stachowiak <mjs@apple.com>
228 - Fix the browser-hosted driver to be compatible with Safari 2
230 * hosted/sunspider-driver.html:
232 2007-10-20 Maciej Stachowiak <mjs@apple.com>
234 Rubber stamped by Hyatt.
236 - Add BSD license notice to cordic test, the original author said to do so.
238 * tests/math-cordic.js:
240 2007-10-18 Maciej Stachowiak <mjs@apple.com>
244 - Support Windows and Windows browsers.
246 * hosted/sunspider-results.html: Display results correctly in IE.
247 * sunspider: tweaks to work on Windows, and with spaces in the path.
249 2007-10-18 Maciej Stachowiak <mjs@apple.com>
251 Rubber stamped by Oliver.
253 * tests/string-tagcloud.js: Remove stray print()
255 2007-10-17 Maciej Stachowiak <mjs@apple.com>
259 Add some string test cases.
261 * tests/string-base64.js: Added. Does base64 encoding and decoding.
262 * tests/string-tagcloud.js: Added. Parses a JSON string and
263 generates tagcloud HTML markup based on the data.
264 * tests/string-unpack-code.js: Added. Unpack compressed versions of
265 four of the most popular JavaScript libraries.
266 * tests/LIST: Added the new tests.
268 2007-10-16 Maciej Stachowiak <mjs@apple.com>
272 * TODO: Updated with info on how to do the stats properly.
274 * hosted/sunspider-driver.html: Reduce timeout from 500 to 200 to
275 avoid overly slowing down the benchmark.
277 Added some 3D-related test cases.
279 * tests/3d-cube.js: Added.
280 * tests/3d-morph.js: Added.
281 * tests/3d-raytrace.js: Added.
284 2007-10-14 Maciej Stachowiak <mjs@apple.com>
288 - New JavaScript benchmark
289 http://bugs.webkit.org/show_bug.cgi?id=15515
291 A start on a new JavaScript benchmark, with standalone and
292 browser-hosted drivers.
294 The test content is still incomplete and the drivers could use
295 some more features but there is enough here to make a good start.
297 The drivers compute a 95% confidence interval on the mean for the
298 whole test, each category, and each individual test to make it
299 easier to tell whether differences are statistically
300 significant. The confidence interval can be narrowed by running
303 * TODO: Added. Remaining things that need to be done.
304 * sunspider: Added. Perl script that acts as the standalone test driver.
305 * resources/sunspider-standalone-driver.js: Added. JavaScript part
306 of standalone test driver.
307 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
309 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
310 * make-hosted: Added. Script to generate browser-hosted tests.
311 * hosted/sunspider.html: Added. Start page for browser-hosted test.
312 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
313 * hosted/sunspider-results.html: Added. Results page for browser-hosted
315 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
317 * tests/LIST: Added. List of tests to use.
318 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
319 * tests/bitops-bits-in-byte.js: Added. Ditto.
320 * tests/bitops-bitwise-and.js: Added. Ditto.
321 * tests/math-cordic.js: Added. Ditto.