1 2007-12-29 Alp Toker <alp@atoker.com>
5 * hosted/sunspider.html:
7 2007-12-29 Alp Toker <alp@atoker.com>
11 Provide the current URL in the SunSpider results page. Useful for
12 copying benchmark results out of browsers without a location bar or
13 where the location bar can't handle long URLs.
15 * hosted/sunspider-results.html:
17 2007-12-20 Eric Seidel <eric@webkit.org>
21 * sunspider: increase default number of runs for more accurate numbers
23 2007-12-18 Mark Rowe <mrowe@apple.com>
27 * hosted/sunspider.html:
29 2007-12-18 Maciej Stachowiak <mjs@apple.com>
33 - give an extra digit of precision for small differences.
35 * resources/sunspider-compare-results.js:
37 2007-12-17 Maciej Stachowiak <mjs@apple.com>
41 - work around IE layout bugs
43 * hosted/sunspider.css:
45 2007-12-17 Maciej Stachowiak <mjs@apple.com>
51 * hosted/sunspider-results.html:
53 2007-12-17 Maciej Stachowiak <mjs@apple.com>
57 - Change the format of the output URL to be shorter, to meet IE constraints
59 * hosted/sunspider-driver.html:
60 * hosted/sunspider-results.html:
62 2007-12-13 Maciej Stachowiak <mjs@apple.com>
66 - Add some explanatory test and a dumb logo to SunSpider web hosted version
68 * hosted/sunspider-driver.html:
69 * hosted/sunspider-results.html:
70 * hosted/sunspider.css:
71 * hosted/sunspider.html:
73 2007-12-13 Maciej Stachowiak <mjs@apple.com>
77 - Make the web-hosted version of SunSpider look a little bit less drab.
79 * hosted/sunspider-driver.html:
80 * hosted/sunspider-results.html:
81 * hosted/sunspider.css: Added.
82 * hosted/sunspider.html:
83 * resources/TEMPLATE.html:
85 2007-12-12 Maciej Stachowiak <mjs@apple.com>
89 - Change sunspider-compare-results output from showing "% faster" values to "x as fast" values.
91 A sample of what new-style results would look like:
93 TEST COMPARISON FROM TO DETAILS
95 ** TOTAL **: 1.41x as fast 6613.6ms +/- 0.1% 4703.0ms +/- 0.1% significant
97 3bit-bits-in-byte: *1.36x as slow* 88.8ms +/- 0.6% 121.1ms +/- 0.6% significant
99 * resources/sunspider-compare-results.js:
101 2007-11-14 Eric Seidel <eric@webkit.org>
105 * sunspider: add --shark-cache for L2 Cache Miss profiling
107 2007-11-09 Alexey Proskuryakov <ap@webkit.org>
111 http://bugs.webkit.org/show_bug.cgi?id=15925
112 SunSpider should check for Shark being installed
114 * sunspider: Explicitly test that shark command line tool is installed.
116 2007-11-04 Darin Adler <darin@apple.com>
118 * hosted/sunspider.html: Tweaked formatting a bit.
120 2007-11-03 Maciej Stachowiak <mjs@apple.com>
124 - Add compare mode and a description of the benchmark to the hosted version.
126 * hosted/sunspider-results.html: Add compare mode - you can just paste in another results URL.
127 * hosted/sunspider.html: Added intro text.
128 * make-hosted: Copy new file.
129 * resources/sunspider-compare-results.js: Made more reusable by putting the implementation in
131 * resources/sunspider-standalone-compare.js: Added. Calls the function in the way standalone mode
133 * sunspider-compare-results: Use sunspider-standalone-compare.js.
135 2007-11-02 Darin Adler <darin@apple.com>
137 * sunspider: Changed "--base" to "--set-baseline".
139 2007-11-02 Darin Adler <darin@apple.com>
143 * sunspider: Added a "--base" option that records the current test as a baseline.
144 Moved the code to find the newest .mshark file into a function (since I needed to use
145 it in the other script and I prefer to copy/paste a function).
147 * sunspider-compare-results: Added logic to compare the baseline with the last
148 run when you don't pass any parameters.
150 2007-10-29 Maciej Stachowiak <mjs@apple.com>
154 - Added list of ECMAScript3 features that SunSpider does not cover currently.
158 2007-10-29 Maciej Stachowiak <mjs@apple.com>
162 - Give better error messages when sunspider-compare-results fails
164 * sunspider-compare-results:
166 2007-10-29 Maciej Stachowiak <mjs@apple.com>
170 - fix Date tests to work in command-line SpiderMonkey
172 * tests/date-format-tofte.js:
173 * tests/date-format-xparb.js:
175 2007-10-29 Darin Adler <darin@apple.com>
179 * sunspider: Added --shark20 option, to run Shark at its highest sample
180 resolution instead of its default.
182 2007-10-28 Adam Roben <aroben@apple.com>
184 Fix SunSpider on Windows
188 * sunspider: Don't use colons in filenames.
190 2007-10-28 Darin Adler <darin@apple.com>
194 * resources/sunspider-analyze-results.js: Tweak the output format a little.
195 Change so that when there's only one run we don't write out confidence
196 intervals at all rather than writing "NaN" over and over again.
198 * sunspider: Use the time and date as a suffix on the results file, that way
199 all the results are left behind in the tmp directory. This will make it easy
200 for us to add features that compare past results in the future. Also rename
201 the .mshark files using the same scheme.
203 * sunspider-compare-results: Relax the parsing rules so we can parse the
204 results file exactly as it's emitted from sunspider.
206 2007-10-25 Adam Roben <aroben@apple.com>
208 Strip carriage returns from results
210 Carriage returns were screwing up sunspider-compare-results on
213 Rubberstamped by Oliver.
217 2007-10-24 Darin Adler <darin@apple.com>
221 * sunspider: Open the profile in shark after completing a run.
222 * sunspider-compare-results: Tiny perl tweaks.
224 2007-10-23 Maciej Stachowiak <mjs@apple.com>
228 - Don't hardcode my path to testkjs
230 * sunspider-compare-results:
232 2007-10-23 Maciej Stachowiak <mjs@apple.com>
236 - Add a compare script to compare results, and improve formatting of standard results a bit.
238 * resources/sunspider-analyze-results.js:
239 * resources/sunspider-compare-results.js: Added.
240 * sunspider-compare-results: Added.
242 2007-10-23 Maciej Stachowiak <mjs@apple.com>
246 * resources/sunspider-analyze-results.js: Do the error range
247 properly, using the t-distribution instead of 1.96 (which was
248 based on the normal distribution).
250 * sunspider: Print results in a way that will be friendlier to the
251 soon-to-come compare mode.
253 2007-10-22 Maciej Stachowiak <mjs@apple.com>
257 - add more tests (probably the final set for now)
259 Already balanced. Added date, regexp, control flow, and a few
260 more string and object/array access tests.
263 * tests/access-fannkuch.js: Added.
264 * tests/access-nbody.js: Added.
265 * tests/controlflow-recursive.js: Added.
266 * tests/date-format-tofte.js: Added.
267 * tests/date-format-xparb.js: Added.
268 * tests/regexp-dna.js: Added.
269 * tests/string-validate-input.js: Added.
271 2007-10-21 Eric Seidel <eric@webkit.org>
275 * sunspider: make --shark only sample from testkjs
277 2007-10-21 Maciej Stachowiak <mjs@apple.com>
279 Rubber stamped by Eric.
281 - added crypto tests (already balanced)
284 * tests/crypto-aes.js: Added.
285 * tests/crypto-md5.js: Added.
286 * tests/crypto-sha1.js: Added.
288 2007-10-21 Maciej Stachowiak <mjs@apple.com>
292 - rebalance new tests
294 Scaled the new tests so they take 400-600ms on a reasonably normal user setup:
296 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
298 This balances them with the existing tests.
300 * tests/access-binary-trees.js:
301 * tests/access-nsieve.js:
302 * tests/bitops-nsieve-bits.js:
303 * tests/math-partial-sums.js:
304 * tests/math-spectral-norm.js:
305 * tests/string-fasta.js:
307 2007-10-20 Eric Seidel <eric@webkit.org>
311 Add improved argument handling to sunspider, including
312 --runs=<number>, --tests=<pattern, --shark, and --help
313 Also re-factor code into subroutines
315 * sunspider: improved argument handling
317 2007-10-20 Maciej Stachowiak <mjs@apple.com>
321 - Add more new tests, mostly from the computer language shootout. Not normalized yet.
325 * tests/access-binary-trees.js: Added.
326 * tests/access-nsieve.js: Added.
327 * tests/bitops-nsieve-bits.js: Added.
328 * tests/math-partial-sums.js: Added.
329 * tests/math-spectral-norm.js: Added.
330 * tests/string-fasta.js: Added.
332 2007-10-20 Maciej Stachowiak <mjs@apple.com>
336 * TODO: Updated to note areas that are now well-covered.
338 - Change the tests and the driver to avoid leaving large object
339 graphs hanging around, since that throws off the subsequent tests.
341 * resources/sunspider-standalone-driver.js:
344 * tests/3d-raytrace.js:
345 * tests/bitops-bitwise-and.js:
346 * tests/string-base64.js:
347 * tests/string-tagcloud.js:
349 2007-10-20 Maciej Stachowiak <mjs@apple.com>
353 - Rebalance test complexity.
355 Scaled all the tests so they take 400-600ms on a reasonably normal user setup:
357 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
359 However, for some tests, IE7 was a huge outlier compared to other
360 major browsers. For those tests, I used Firefox 2.0.0.8 on the
361 same OS and hardware as a normalization basis.
364 * tests/3d-raytrace.js:
365 * tests/bitops-3bit-bits-in-byte.js:
366 * tests/bitops-bits-in-byte.js:
367 * tests/bitops-bitwise-and.js:
368 * tests/math-cordic.js:
369 * tests/string-base64.js:
370 * tests/string-tagcloud.js:
371 * tests/string-unpack-code.js:
373 2007-10-20 Maciej Stachowiak <mjs@apple.com>
377 - Fix the browser-hosted driver to be compatible with Safari 2
379 * hosted/sunspider-driver.html:
381 2007-10-20 Maciej Stachowiak <mjs@apple.com>
383 Rubber stamped by Hyatt.
385 - Add BSD license notice to cordic test, the original author said to do so.
387 * tests/math-cordic.js:
389 2007-10-18 Maciej Stachowiak <mjs@apple.com>
393 - Support Windows and Windows browsers.
395 * hosted/sunspider-results.html: Display results correctly in IE.
396 * sunspider: tweaks to work on Windows, and with spaces in the path.
398 2007-10-18 Maciej Stachowiak <mjs@apple.com>
400 Rubber stamped by Oliver.
402 * tests/string-tagcloud.js: Remove stray print()
404 2007-10-17 Maciej Stachowiak <mjs@apple.com>
408 Add some string test cases.
410 * tests/string-base64.js: Added. Does base64 encoding and decoding.
411 * tests/string-tagcloud.js: Added. Parses a JSON string and
412 generates tagcloud HTML markup based on the data.
413 * tests/string-unpack-code.js: Added. Unpack compressed versions of
414 four of the most popular JavaScript libraries.
415 * tests/LIST: Added the new tests.
417 2007-10-16 Maciej Stachowiak <mjs@apple.com>
421 * TODO: Updated with info on how to do the stats properly.
423 * hosted/sunspider-driver.html: Reduce timeout from 500 to 200 to
424 avoid overly slowing down the benchmark.
426 Added some 3D-related test cases.
428 * tests/3d-cube.js: Added.
429 * tests/3d-morph.js: Added.
430 * tests/3d-raytrace.js: Added.
433 2007-10-14 Maciej Stachowiak <mjs@apple.com>
437 - New JavaScript benchmark
438 http://bugs.webkit.org/show_bug.cgi?id=15515
440 A start on a new JavaScript benchmark, with standalone and
441 browser-hosted drivers.
443 The test content is still incomplete and the drivers could use
444 some more features but there is enough here to make a good start.
446 The drivers compute a 95% confidence interval on the mean for the
447 whole test, each category, and each individual test to make it
448 easier to tell whether differences are statistically
449 significant. The confidence interval can be narrowed by running
452 * TODO: Added. Remaining things that need to be done.
453 * sunspider: Added. Perl script that acts as the standalone test driver.
454 * resources/sunspider-standalone-driver.js: Added. JavaScript part
455 of standalone test driver.
456 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
458 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
459 * make-hosted: Added. Script to generate browser-hosted tests.
460 * hosted/sunspider.html: Added. Start page for browser-hosted test.
461 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
462 * hosted/sunspider-results.html: Added. Results page for browser-hosted
464 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
466 * tests/LIST: Added. List of tests to use.
467 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
468 * tests/bitops-bits-in-byte.js: Added. Ditto.
469 * tests/bitops-bitwise-and.js: Added. Ditto.
470 * tests/math-cordic.js: Added. Ditto.