1 2007-12-18 Mark Rowe <mrowe@apple.com>
5 * hosted/sunspider.html:
7 2007-12-18 Maciej Stachowiak <mjs@apple.com>
11 - give an extra digit of precision for small differences.
13 * resources/sunspider-compare-results.js:
15 2007-12-17 Maciej Stachowiak <mjs@apple.com>
19 - work around IE layout bugs
21 * hosted/sunspider.css:
23 2007-12-17 Maciej Stachowiak <mjs@apple.com>
29 * hosted/sunspider-results.html:
31 2007-12-17 Maciej Stachowiak <mjs@apple.com>
35 - Change the format of the output URL to be shorter, to meet IE constraints
37 * hosted/sunspider-driver.html:
38 * hosted/sunspider-results.html:
40 2007-12-13 Maciej Stachowiak <mjs@apple.com>
44 - Add some explanatory test and a dumb logo to SunSpider web hosted version
46 * hosted/sunspider-driver.html:
47 * hosted/sunspider-results.html:
48 * hosted/sunspider.css:
49 * hosted/sunspider.html:
51 2007-12-13 Maciej Stachowiak <mjs@apple.com>
55 - Make the web-hosted version of SunSpider look a little bit less drab.
57 * hosted/sunspider-driver.html:
58 * hosted/sunspider-results.html:
59 * hosted/sunspider.css: Added.
60 * hosted/sunspider.html:
61 * resources/TEMPLATE.html:
63 2007-12-12 Maciej Stachowiak <mjs@apple.com>
67 - Change sunspider-compare-results output from showing "% faster" values to "x as fast" values.
69 A sample of what new-style results would look like:
71 TEST COMPARISON FROM TO DETAILS
73 ** TOTAL **: 1.41x as fast 6613.6ms +/- 0.1% 4703.0ms +/- 0.1% significant
75 3bit-bits-in-byte: *1.36x as slow* 88.8ms +/- 0.6% 121.1ms +/- 0.6% significant
77 * resources/sunspider-compare-results.js:
79 2007-11-14 Eric Seidel <eric@webkit.org>
83 * sunspider: add --shark-cache for L2 Cache Miss profiling
85 2007-11-09 Alexey Proskuryakov <ap@webkit.org>
89 http://bugs.webkit.org/show_bug.cgi?id=15925
90 SunSpider should check for Shark being installed
92 * sunspider: Explicitly test that shark command line tool is installed.
94 2007-11-04 Darin Adler <darin@apple.com>
96 * hosted/sunspider.html: Tweaked formatting a bit.
98 2007-11-03 Maciej Stachowiak <mjs@apple.com>
102 - Add compare mode and a description of the benchmark to the hosted version.
104 * hosted/sunspider-results.html: Add compare mode - you can just paste in another results URL.
105 * hosted/sunspider.html: Added intro text.
106 * make-hosted: Copy new file.
107 * resources/sunspider-compare-results.js: Made more reusable by putting the implementation in
109 * resources/sunspider-standalone-compare.js: Added. Calls the function in the way standalone mode
111 * sunspider-compare-results: Use sunspider-standalone-compare.js.
113 2007-11-02 Darin Adler <darin@apple.com>
115 * sunspider: Changed "--base" to "--set-baseline".
117 2007-11-02 Darin Adler <darin@apple.com>
121 * sunspider: Added a "--base" option that records the current test as a baseline.
122 Moved the code to find the newest .mshark file into a function (since I needed to use
123 it in the other script and I prefer to copy/paste a function).
125 * sunspider-compare-results: Added logic to compare the baseline with the last
126 run when you don't pass any parameters.
128 2007-10-29 Maciej Stachowiak <mjs@apple.com>
132 - Added list of ECMAScript3 features that SunSpider does not cover currently.
136 2007-10-29 Maciej Stachowiak <mjs@apple.com>
140 - Give better error messages when sunspider-compare-results fails
142 * sunspider-compare-results:
144 2007-10-29 Maciej Stachowiak <mjs@apple.com>
148 - fix Date tests to work in command-line SpiderMonkey
150 * tests/date-format-tofte.js:
151 * tests/date-format-xparb.js:
153 2007-10-29 Darin Adler <darin@apple.com>
157 * sunspider: Added --shark20 option, to run Shark at its highest sample
158 resolution instead of its default.
160 2007-10-28 Adam Roben <aroben@apple.com>
162 Fix SunSpider on Windows
166 * sunspider: Don't use colons in filenames.
168 2007-10-28 Darin Adler <darin@apple.com>
172 * resources/sunspider-analyze-results.js: Tweak the output format a little.
173 Change so that when there's only one run we don't write out confidence
174 intervals at all rather than writing "NaN" over and over again.
176 * sunspider: Use the time and date as a suffix on the results file, that way
177 all the results are left behind in the tmp directory. This will make it easy
178 for us to add features that compare past results in the future. Also rename
179 the .mshark files using the same scheme.
181 * sunspider-compare-results: Relax the parsing rules so we can parse the
182 results file exactly as it's emitted from sunspider.
184 2007-10-25 Adam Roben <aroben@apple.com>
186 Strip carriage returns from results
188 Carriage returns were screwing up sunspider-compare-results on
191 Rubberstamped by Oliver.
195 2007-10-24 Darin Adler <darin@apple.com>
199 * sunspider: Open the profile in shark after completing a run.
200 * sunspider-compare-results: Tiny perl tweaks.
202 2007-10-23 Maciej Stachowiak <mjs@apple.com>
206 - Don't hardcode my path to testkjs
208 * sunspider-compare-results:
210 2007-10-23 Maciej Stachowiak <mjs@apple.com>
214 - Add a compare script to compare results, and improve formatting of standard results a bit.
216 * resources/sunspider-analyze-results.js:
217 * resources/sunspider-compare-results.js: Added.
218 * sunspider-compare-results: Added.
220 2007-10-23 Maciej Stachowiak <mjs@apple.com>
224 * resources/sunspider-analyze-results.js: Do the error range
225 properly, using the t-distribution instead of 1.96 (which was
226 based on the normal distribution).
228 * sunspider: Print results in a way that will be friendlier to the
229 soon-to-come compare mode.
231 2007-10-22 Maciej Stachowiak <mjs@apple.com>
235 - add more tests (probably the final set for now)
237 Already balanced. Added date, regexp, control flow, and a few
238 more string and object/array access tests.
241 * tests/access-fannkuch.js: Added.
242 * tests/access-nbody.js: Added.
243 * tests/controlflow-recursive.js: Added.
244 * tests/date-format-tofte.js: Added.
245 * tests/date-format-xparb.js: Added.
246 * tests/regexp-dna.js: Added.
247 * tests/string-validate-input.js: Added.
249 2007-10-21 Eric Seidel <eric@webkit.org>
253 * sunspider: make --shark only sample from testkjs
255 2007-10-21 Maciej Stachowiak <mjs@apple.com>
257 Rubber stamped by Eric.
259 - added crypto tests (already balanced)
262 * tests/crypto-aes.js: Added.
263 * tests/crypto-md5.js: Added.
264 * tests/crypto-sha1.js: Added.
266 2007-10-21 Maciej Stachowiak <mjs@apple.com>
270 - rebalance new tests
272 Scaled the new tests so they take 400-600ms on a reasonably normal user setup:
274 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
276 This balances them with the existing tests.
278 * tests/access-binary-trees.js:
279 * tests/access-nsieve.js:
280 * tests/bitops-nsieve-bits.js:
281 * tests/math-partial-sums.js:
282 * tests/math-spectral-norm.js:
283 * tests/string-fasta.js:
285 2007-10-20 Eric Seidel <eric@webkit.org>
289 Add improved argument handling to sunspider, including
290 --runs=<number>, --tests=<pattern, --shark, and --help
291 Also re-factor code into subroutines
293 * sunspider: improved argument handling
295 2007-10-20 Maciej Stachowiak <mjs@apple.com>
299 - Add more new tests, mostly from the computer language shootout. Not normalized yet.
303 * tests/access-binary-trees.js: Added.
304 * tests/access-nsieve.js: Added.
305 * tests/bitops-nsieve-bits.js: Added.
306 * tests/math-partial-sums.js: Added.
307 * tests/math-spectral-norm.js: Added.
308 * tests/string-fasta.js: Added.
310 2007-10-20 Maciej Stachowiak <mjs@apple.com>
314 * TODO: Updated to note areas that are now well-covered.
316 - Change the tests and the driver to avoid leaving large object
317 graphs hanging around, since that throws off the subsequent tests.
319 * resources/sunspider-standalone-driver.js:
322 * tests/3d-raytrace.js:
323 * tests/bitops-bitwise-and.js:
324 * tests/string-base64.js:
325 * tests/string-tagcloud.js:
327 2007-10-20 Maciej Stachowiak <mjs@apple.com>
331 - Rebalance test complexity.
333 Scaled all the tests so they take 400-600ms on a reasonably normal user setup:
335 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
337 However, for some tests, IE7 was a huge outlier compared to other
338 major browsers. For those tests, I used Firefox 2.0.0.8 on the
339 same OS and hardware as a normalization basis.
342 * tests/3d-raytrace.js:
343 * tests/bitops-3bit-bits-in-byte.js:
344 * tests/bitops-bits-in-byte.js:
345 * tests/bitops-bitwise-and.js:
346 * tests/math-cordic.js:
347 * tests/string-base64.js:
348 * tests/string-tagcloud.js:
349 * tests/string-unpack-code.js:
351 2007-10-20 Maciej Stachowiak <mjs@apple.com>
355 - Fix the browser-hosted driver to be compatible with Safari 2
357 * hosted/sunspider-driver.html:
359 2007-10-20 Maciej Stachowiak <mjs@apple.com>
361 Rubber stamped by Hyatt.
363 - Add BSD license notice to cordic test, the original author said to do so.
365 * tests/math-cordic.js:
367 2007-10-18 Maciej Stachowiak <mjs@apple.com>
371 - Support Windows and Windows browsers.
373 * hosted/sunspider-results.html: Display results correctly in IE.
374 * sunspider: tweaks to work on Windows, and with spaces in the path.
376 2007-10-18 Maciej Stachowiak <mjs@apple.com>
378 Rubber stamped by Oliver.
380 * tests/string-tagcloud.js: Remove stray print()
382 2007-10-17 Maciej Stachowiak <mjs@apple.com>
386 Add some string test cases.
388 * tests/string-base64.js: Added. Does base64 encoding and decoding.
389 * tests/string-tagcloud.js: Added. Parses a JSON string and
390 generates tagcloud HTML markup based on the data.
391 * tests/string-unpack-code.js: Added. Unpack compressed versions of
392 four of the most popular JavaScript libraries.
393 * tests/LIST: Added the new tests.
395 2007-10-16 Maciej Stachowiak <mjs@apple.com>
399 * TODO: Updated with info on how to do the stats properly.
401 * hosted/sunspider-driver.html: Reduce timeout from 500 to 200 to
402 avoid overly slowing down the benchmark.
404 Added some 3D-related test cases.
406 * tests/3d-cube.js: Added.
407 * tests/3d-morph.js: Added.
408 * tests/3d-raytrace.js: Added.
411 2007-10-14 Maciej Stachowiak <mjs@apple.com>
415 - New JavaScript benchmark
416 http://bugs.webkit.org/show_bug.cgi?id=15515
418 A start on a new JavaScript benchmark, with standalone and
419 browser-hosted drivers.
421 The test content is still incomplete and the drivers could use
422 some more features but there is enough here to make a good start.
424 The drivers compute a 95% confidence interval on the mean for the
425 whole test, each category, and each individual test to make it
426 easier to tell whether differences are statistically
427 significant. The confidence interval can be narrowed by running
430 * TODO: Added. Remaining things that need to be done.
431 * sunspider: Added. Perl script that acts as the standalone test driver.
432 * resources/sunspider-standalone-driver.js: Added. JavaScript part
433 of standalone test driver.
434 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
436 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
437 * make-hosted: Added. Script to generate browser-hosted tests.
438 * hosted/sunspider.html: Added. Start page for browser-hosted test.
439 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
440 * hosted/sunspider-results.html: Added. Results page for browser-hosted
442 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
444 * tests/LIST: Added. List of tests to use.
445 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
446 * tests/bitops-bits-in-byte.js: Added. Ditto.
447 * tests/bitops-bitwise-and.js: Added. Ditto.
448 * tests/math-cordic.js: Added. Ditto.