1 2008-09-02 Cameron Zwarich <cwzwarich@uwaterloo.ca>
3 Rubber-stamped by Oliver Hunt.
5 Make SunSpider work with JavaScript shells that don't take filenames
10 2008-06-07 Cameron Zwarich <cwzwarich@uwaterloo.ca>
14 Remove the --squirrelfish option from SunSpider, as it is no longer needed.
17 * tests/LIST-SQUIRRELFISH: Removed.
19 2008-06-03 Alexey Proskuryakov <ap@webkit.org>
21 Rubber-stamped by Mark Rowe.
23 Roll out r31215 - with Mac OS X 10.5.3, there is no need to pause update daemon any more.
27 2008-04-15 Maciej Stachowiak <mjs@apple.com>
29 Rubber stamped by Oliver.
31 - add newly working tests to squirrelfish list
33 * tests/LIST-SQUIRRELFISH: Add 3d-raytrace and string-unpack-code
35 2008-04-14 Maciej Stachowiak <mjs@apple.com>
37 Rubber stamped by Oliver.
39 - move ubench tests properly.
41 * tests/ubench: Added.
42 * tests/ubench/function-closure.js: Added.
43 * tests/ubench/function-empty.js: Added.
44 * tests/ubench/function-missing-args.js: Added.
45 * tests/ubench/function-sum.js: Added.
46 * tests/ubench/loop-empty-resolve.js: Added.
47 * tests/ubench/loop-empty.js: Added.
48 * tests/ubench/loop-sum.js: Added.
50 2008-04-14 Maciej Stachowiak <mjs@apple.com>
52 Rubber stamped by Oliver.
54 * sunspider: Don't force --runs=1 in squirrelfish mode any more.
56 2008-04-14 Maciej Stachowiak <mjs@apple.com>
60 - make --squirrelfish mode use the real harness, but a reduced set of tests
62 Also add a new ubench mode which runs the older squirrelfish microbenchmarks.
65 * tests/LIST-SQUIRRELFISH:
66 * tests/LIST-UBENCH: Added.
67 * tests/squirrelfish: Moved to tests/ubench
69 2008-04-14 Geoffrey Garen <ggaren@apple.com>
71 Reviewed by Maciej Stachowiak.
73 Removed an unused test.
75 * tests/squirrelfish/loop-resolve.js: Removed.
77 2008-04-10 Maciej Stachowiak <mjs@apple.com>
81 Add newly runnable tests to --squirrelfish mode.
83 * tests/LIST-SQUIRRELFISH:
85 2008-04-06 Geoffrey Garen <ggaren@apple.com>
87 Reviewed by Maciej Stachowiak.
89 A little more love for --squirrelfish mode:
91 Fixed a misplaced sort. Results properly sort now.
93 Added a test list just for squirrelfish, and updated it to include
94 all currently passing SunSpider tests.
96 Fixed the pruning regexp to match 3d-morph.js.
100 2008-03-26 Geoffrey Garen <ggaren@apple.com>
102 Reviewed by Oliver Hunt.
104 --squirrelfish mode: pared down tests for squirrelfish to chew on.
108 * tests/squirrelfish: Added.
109 * tests/squirrelfish/function-closure.js: Added.
110 * tests/squirrelfish/function-empty.js: Added.
111 * tests/squirrelfish/function-missing-args.js: Added.
112 * tests/squirrelfish/function-sum.js: Added.
113 * tests/squirrelfish/loop-empty-resolve.js: Added.
114 * tests/squirrelfish/loop-empty.js: Added.
115 * tests/squirrelfish/loop-resolve.js: Added.
116 * tests/squirrelfish/loop-sum.js: Added.
118 2008-03-21 Alexey Proskuryakov <ap@webkit.org>
122 * sunspider: Pause update daemon on Darwin to make results reliable
123 again (workaround for <rdar://problem/5811127>).
125 2008-02-07 Eric Seidel <eric@webkit.org>
129 * sunspider: add an error message when ./tests/LIST is not found
131 2007-12-29 Alp Toker <alp@atoker.com>
135 * hosted/sunspider.html:
137 2007-12-29 Alp Toker <alp@atoker.com>
141 Provide the current URL in the SunSpider results page. Useful for
142 copying benchmark results out of browsers without a location bar or
143 where the location bar can't handle long URLs.
145 * hosted/sunspider-results.html:
147 2007-12-20 Eric Seidel <eric@webkit.org>
151 * sunspider: increase default number of runs for more accurate numbers
153 2007-12-18 Mark Rowe <mrowe@apple.com>
157 * hosted/sunspider.html:
159 2007-12-18 Maciej Stachowiak <mjs@apple.com>
163 - give an extra digit of precision for small differences.
165 * resources/sunspider-compare-results.js:
167 2007-12-17 Maciej Stachowiak <mjs@apple.com>
171 - work around IE layout bugs
173 * hosted/sunspider.css:
175 2007-12-17 Maciej Stachowiak <mjs@apple.com>
179 - fix compare feature
181 * hosted/sunspider-results.html:
183 2007-12-17 Maciej Stachowiak <mjs@apple.com>
187 - Change the format of the output URL to be shorter, to meet IE constraints
189 * hosted/sunspider-driver.html:
190 * hosted/sunspider-results.html:
192 2007-12-13 Maciej Stachowiak <mjs@apple.com>
196 - Add some explanatory test and a dumb logo to SunSpider web hosted version
198 * hosted/sunspider-driver.html:
199 * hosted/sunspider-results.html:
200 * hosted/sunspider.css:
201 * hosted/sunspider.html:
203 2007-12-13 Maciej Stachowiak <mjs@apple.com>
207 - Make the web-hosted version of SunSpider look a little bit less drab.
209 * hosted/sunspider-driver.html:
210 * hosted/sunspider-results.html:
211 * hosted/sunspider.css: Added.
212 * hosted/sunspider.html:
213 * resources/TEMPLATE.html:
215 2007-12-12 Maciej Stachowiak <mjs@apple.com>
219 - Change sunspider-compare-results output from showing "% faster" values to "x as fast" values.
221 A sample of what new-style results would look like:
223 TEST COMPARISON FROM TO DETAILS
225 ** TOTAL **: 1.41x as fast 6613.6ms +/- 0.1% 4703.0ms +/- 0.1% significant
227 3bit-bits-in-byte: *1.36x as slow* 88.8ms +/- 0.6% 121.1ms +/- 0.6% significant
229 * resources/sunspider-compare-results.js:
231 2007-11-14 Eric Seidel <eric@webkit.org>
235 * sunspider: add --shark-cache for L2 Cache Miss profiling
237 2007-11-09 Alexey Proskuryakov <ap@webkit.org>
241 http://bugs.webkit.org/show_bug.cgi?id=15925
242 SunSpider should check for Shark being installed
244 * sunspider: Explicitly test that shark command line tool is installed.
246 2007-11-04 Darin Adler <darin@apple.com>
248 * hosted/sunspider.html: Tweaked formatting a bit.
250 2007-11-03 Maciej Stachowiak <mjs@apple.com>
254 - Add compare mode and a description of the benchmark to the hosted version.
256 * hosted/sunspider-results.html: Add compare mode - you can just paste in another results URL.
257 * hosted/sunspider.html: Added intro text.
258 * make-hosted: Copy new file.
259 * resources/sunspider-compare-results.js: Made more reusable by putting the implementation in
261 * resources/sunspider-standalone-compare.js: Added. Calls the function in the way standalone mode
263 * sunspider-compare-results: Use sunspider-standalone-compare.js.
265 2007-11-02 Darin Adler <darin@apple.com>
267 * sunspider: Changed "--base" to "--set-baseline".
269 2007-11-02 Darin Adler <darin@apple.com>
273 * sunspider: Added a "--base" option that records the current test as a baseline.
274 Moved the code to find the newest .mshark file into a function (since I needed to use
275 it in the other script and I prefer to copy/paste a function).
277 * sunspider-compare-results: Added logic to compare the baseline with the last
278 run when you don't pass any parameters.
280 2007-10-29 Maciej Stachowiak <mjs@apple.com>
284 - Added list of ECMAScript3 features that SunSpider does not cover currently.
288 2007-10-29 Maciej Stachowiak <mjs@apple.com>
292 - Give better error messages when sunspider-compare-results fails
294 * sunspider-compare-results:
296 2007-10-29 Maciej Stachowiak <mjs@apple.com>
300 - fix Date tests to work in command-line SpiderMonkey
302 * tests/date-format-tofte.js:
303 * tests/date-format-xparb.js:
305 2007-10-29 Darin Adler <darin@apple.com>
309 * sunspider: Added --shark20 option, to run Shark at its highest sample
310 resolution instead of its default.
312 2007-10-28 Adam Roben <aroben@apple.com>
314 Fix SunSpider on Windows
318 * sunspider: Don't use colons in filenames.
320 2007-10-28 Darin Adler <darin@apple.com>
324 * resources/sunspider-analyze-results.js: Tweak the output format a little.
325 Change so that when there's only one run we don't write out confidence
326 intervals at all rather than writing "NaN" over and over again.
328 * sunspider: Use the time and date as a suffix on the results file, that way
329 all the results are left behind in the tmp directory. This will make it easy
330 for us to add features that compare past results in the future. Also rename
331 the .mshark files using the same scheme.
333 * sunspider-compare-results: Relax the parsing rules so we can parse the
334 results file exactly as it's emitted from sunspider.
336 2007-10-25 Adam Roben <aroben@apple.com>
338 Strip carriage returns from results
340 Carriage returns were screwing up sunspider-compare-results on
343 Rubberstamped by Oliver.
347 2007-10-24 Darin Adler <darin@apple.com>
351 * sunspider: Open the profile in shark after completing a run.
352 * sunspider-compare-results: Tiny perl tweaks.
354 2007-10-23 Maciej Stachowiak <mjs@apple.com>
358 - Don't hardcode my path to testkjs
360 * sunspider-compare-results:
362 2007-10-23 Maciej Stachowiak <mjs@apple.com>
366 - Add a compare script to compare results, and improve formatting of standard results a bit.
368 * resources/sunspider-analyze-results.js:
369 * resources/sunspider-compare-results.js: Added.
370 * sunspider-compare-results: Added.
372 2007-10-23 Maciej Stachowiak <mjs@apple.com>
376 * resources/sunspider-analyze-results.js: Do the error range
377 properly, using the t-distribution instead of 1.96 (which was
378 based on the normal distribution).
380 * sunspider: Print results in a way that will be friendlier to the
381 soon-to-come compare mode.
383 2007-10-22 Maciej Stachowiak <mjs@apple.com>
387 - add more tests (probably the final set for now)
389 Already balanced. Added date, regexp, control flow, and a few
390 more string and object/array access tests.
393 * tests/access-fannkuch.js: Added.
394 * tests/access-nbody.js: Added.
395 * tests/controlflow-recursive.js: Added.
396 * tests/date-format-tofte.js: Added.
397 * tests/date-format-xparb.js: Added.
398 * tests/regexp-dna.js: Added.
399 * tests/string-validate-input.js: Added.
401 2007-10-21 Eric Seidel <eric@webkit.org>
405 * sunspider: make --shark only sample from testkjs
407 2007-10-21 Maciej Stachowiak <mjs@apple.com>
409 Rubber stamped by Eric.
411 - added crypto tests (already balanced)
414 * tests/crypto-aes.js: Added.
415 * tests/crypto-md5.js: Added.
416 * tests/crypto-sha1.js: Added.
418 2007-10-21 Maciej Stachowiak <mjs@apple.com>
422 - rebalance new tests
424 Scaled the new tests so they take 400-600ms on a reasonably normal user setup:
426 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
428 This balances them with the existing tests.
430 * tests/access-binary-trees.js:
431 * tests/access-nsieve.js:
432 * tests/bitops-nsieve-bits.js:
433 * tests/math-partial-sums.js:
434 * tests/math-spectral-norm.js:
435 * tests/string-fasta.js:
437 2007-10-20 Eric Seidel <eric@webkit.org>
441 Add improved argument handling to sunspider, including
442 --runs=<number>, --tests=<pattern, --shark, and --help
443 Also re-factor code into subroutines
445 * sunspider: improved argument handling
447 2007-10-20 Maciej Stachowiak <mjs@apple.com>
451 - Add more new tests, mostly from the computer language shootout. Not normalized yet.
455 * tests/access-binary-trees.js: Added.
456 * tests/access-nsieve.js: Added.
457 * tests/bitops-nsieve-bits.js: Added.
458 * tests/math-partial-sums.js: Added.
459 * tests/math-spectral-norm.js: Added.
460 * tests/string-fasta.js: Added.
462 2007-10-20 Maciej Stachowiak <mjs@apple.com>
466 * TODO: Updated to note areas that are now well-covered.
468 - Change the tests and the driver to avoid leaving large object
469 graphs hanging around, since that throws off the subsequent tests.
471 * resources/sunspider-standalone-driver.js:
474 * tests/3d-raytrace.js:
475 * tests/bitops-bitwise-and.js:
476 * tests/string-base64.js:
477 * tests/string-tagcloud.js:
479 2007-10-20 Maciej Stachowiak <mjs@apple.com>
483 - Rebalance test complexity.
485 Scaled all the tests so they take 400-600ms on a reasonably normal user setup:
487 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
489 However, for some tests, IE7 was a huge outlier compared to other
490 major browsers. For those tests, I used Firefox 2.0.0.8 on the
491 same OS and hardware as a normalization basis.
494 * tests/3d-raytrace.js:
495 * tests/bitops-3bit-bits-in-byte.js:
496 * tests/bitops-bits-in-byte.js:
497 * tests/bitops-bitwise-and.js:
498 * tests/math-cordic.js:
499 * tests/string-base64.js:
500 * tests/string-tagcloud.js:
501 * tests/string-unpack-code.js:
503 2007-10-20 Maciej Stachowiak <mjs@apple.com>
507 - Fix the browser-hosted driver to be compatible with Safari 2
509 * hosted/sunspider-driver.html:
511 2007-10-20 Maciej Stachowiak <mjs@apple.com>
513 Rubber stamped by Hyatt.
515 - Add BSD license notice to cordic test, the original author said to do so.
517 * tests/math-cordic.js:
519 2007-10-18 Maciej Stachowiak <mjs@apple.com>
523 - Support Windows and Windows browsers.
525 * hosted/sunspider-results.html: Display results correctly in IE.
526 * sunspider: tweaks to work on Windows, and with spaces in the path.
528 2007-10-18 Maciej Stachowiak <mjs@apple.com>
530 Rubber stamped by Oliver.
532 * tests/string-tagcloud.js: Remove stray print()
534 2007-10-17 Maciej Stachowiak <mjs@apple.com>
538 Add some string test cases.
540 * tests/string-base64.js: Added. Does base64 encoding and decoding.
541 * tests/string-tagcloud.js: Added. Parses a JSON string and
542 generates tagcloud HTML markup based on the data.
543 * tests/string-unpack-code.js: Added. Unpack compressed versions of
544 four of the most popular JavaScript libraries.
545 * tests/LIST: Added the new tests.
547 2007-10-16 Maciej Stachowiak <mjs@apple.com>
551 * TODO: Updated with info on how to do the stats properly.
553 * hosted/sunspider-driver.html: Reduce timeout from 500 to 200 to
554 avoid overly slowing down the benchmark.
556 Added some 3D-related test cases.
558 * tests/3d-cube.js: Added.
559 * tests/3d-morph.js: Added.
560 * tests/3d-raytrace.js: Added.
563 2007-10-14 Maciej Stachowiak <mjs@apple.com>
567 - New JavaScript benchmark
568 http://bugs.webkit.org/show_bug.cgi?id=15515
570 A start on a new JavaScript benchmark, with standalone and
571 browser-hosted drivers.
573 The test content is still incomplete and the drivers could use
574 some more features but there is enough here to make a good start.
576 The drivers compute a 95% confidence interval on the mean for the
577 whole test, each category, and each individual test to make it
578 easier to tell whether differences are statistically
579 significant. The confidence interval can be narrowed by running
582 * TODO: Added. Remaining things that need to be done.
583 * sunspider: Added. Perl script that acts as the standalone test driver.
584 * resources/sunspider-standalone-driver.js: Added. JavaScript part
585 of standalone test driver.
586 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
588 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
589 * make-hosted: Added. Script to generate browser-hosted tests.
590 * hosted/sunspider.html: Added. Start page for browser-hosted test.
591 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
592 * hosted/sunspider-results.html: Added. Results page for browser-hosted
594 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
596 * tests/LIST: Added. List of tests to use.
597 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
598 * tests/bitops-bits-in-byte.js: Added. Ditto.
599 * tests/bitops-bitwise-and.js: Added. Ditto.
600 * tests/math-cordic.js: Added. Ditto.