1 2007-12-17 Maciej Stachowiak <mjs@apple.com>
7 * hosted/sunspider-results.html:
9 2007-12-17 Maciej Stachowiak <mjs@apple.com>
13 - Change the format of the output URL to be shorter, to meet IE constraints
15 * hosted/sunspider-driver.html:
16 * hosted/sunspider-results.html:
18 2007-12-13 Maciej Stachowiak <mjs@apple.com>
22 - Add some explanatory test and a dumb logo to SunSpider web hosted version
24 * hosted/sunspider-driver.html:
25 * hosted/sunspider-results.html:
26 * hosted/sunspider.css:
27 * hosted/sunspider.html:
29 2007-12-13 Maciej Stachowiak <mjs@apple.com>
33 - Make the web-hosted version of SunSpider look a little bit less drab.
35 * hosted/sunspider-driver.html:
36 * hosted/sunspider-results.html:
37 * hosted/sunspider.css: Added.
38 * hosted/sunspider.html:
39 * resources/TEMPLATE.html:
41 2007-12-12 Maciej Stachowiak <mjs@apple.com>
45 - Change sunspider-compare-results output from showing "% faster" values to "x as fast" values.
47 A sample of what new-style results would look like:
49 TEST COMPARISON FROM TO DETAILS
51 ** TOTAL **: 1.41x as fast 6613.6ms +/- 0.1% 4703.0ms +/- 0.1% significant
53 3bit-bits-in-byte: *1.36x as slow* 88.8ms +/- 0.6% 121.1ms +/- 0.6% significant
55 * resources/sunspider-compare-results.js:
57 2007-11-14 Eric Seidel <eric@webkit.org>
61 * sunspider: add --shark-cache for L2 Cache Miss profiling
63 2007-11-09 Alexey Proskuryakov <ap@webkit.org>
67 http://bugs.webkit.org/show_bug.cgi?id=15925
68 SunSpider should check for Shark being installed
70 * sunspider: Explicitly test that shark command line tool is installed.
72 2007-11-04 Darin Adler <darin@apple.com>
74 * hosted/sunspider.html: Tweaked formatting a bit.
76 2007-11-03 Maciej Stachowiak <mjs@apple.com>
80 - Add compare mode and a description of the benchmark to the hosted version.
82 * hosted/sunspider-results.html: Add compare mode - you can just paste in another results URL.
83 * hosted/sunspider.html: Added intro text.
84 * make-hosted: Copy new file.
85 * resources/sunspider-compare-results.js: Made more reusable by putting the implementation in
87 * resources/sunspider-standalone-compare.js: Added. Calls the function in the way standalone mode
89 * sunspider-compare-results: Use sunspider-standalone-compare.js.
91 2007-11-02 Darin Adler <darin@apple.com>
93 * sunspider: Changed "--base" to "--set-baseline".
95 2007-11-02 Darin Adler <darin@apple.com>
99 * sunspider: Added a "--base" option that records the current test as a baseline.
100 Moved the code to find the newest .mshark file into a function (since I needed to use
101 it in the other script and I prefer to copy/paste a function).
103 * sunspider-compare-results: Added logic to compare the baseline with the last
104 run when you don't pass any parameters.
106 2007-10-29 Maciej Stachowiak <mjs@apple.com>
110 - Added list of ECMAScript3 features that SunSpider does not cover currently.
114 2007-10-29 Maciej Stachowiak <mjs@apple.com>
118 - Give better error messages when sunspider-compare-results fails
120 * sunspider-compare-results:
122 2007-10-29 Maciej Stachowiak <mjs@apple.com>
126 - fix Date tests to work in command-line SpiderMonkey
128 * tests/date-format-tofte.js:
129 * tests/date-format-xparb.js:
131 2007-10-29 Darin Adler <darin@apple.com>
135 * sunspider: Added --shark20 option, to run Shark at its highest sample
136 resolution instead of its default.
138 2007-10-28 Adam Roben <aroben@apple.com>
140 Fix SunSpider on Windows
144 * sunspider: Don't use colons in filenames.
146 2007-10-28 Darin Adler <darin@apple.com>
150 * resources/sunspider-analyze-results.js: Tweak the output format a little.
151 Change so that when there's only one run we don't write out confidence
152 intervals at all rather than writing "NaN" over and over again.
154 * sunspider: Use the time and date as a suffix on the results file, that way
155 all the results are left behind in the tmp directory. This will make it easy
156 for us to add features that compare past results in the future. Also rename
157 the .mshark files using the same scheme.
159 * sunspider-compare-results: Relax the parsing rules so we can parse the
160 results file exactly as it's emitted from sunspider.
162 2007-10-25 Adam Roben <aroben@apple.com>
164 Strip carriage returns from results
166 Carriage returns were screwing up sunspider-compare-results on
169 Rubberstamped by Oliver.
173 2007-10-24 Darin Adler <darin@apple.com>
177 * sunspider: Open the profile in shark after completing a run.
178 * sunspider-compare-results: Tiny perl tweaks.
180 2007-10-23 Maciej Stachowiak <mjs@apple.com>
184 - Don't hardcode my path to testkjs
186 * sunspider-compare-results:
188 2007-10-23 Maciej Stachowiak <mjs@apple.com>
192 - Add a compare script to compare results, and improve formatting of standard results a bit.
194 * resources/sunspider-analyze-results.js:
195 * resources/sunspider-compare-results.js: Added.
196 * sunspider-compare-results: Added.
198 2007-10-23 Maciej Stachowiak <mjs@apple.com>
202 * resources/sunspider-analyze-results.js: Do the error range
203 properly, using the t-distribution instead of 1.96 (which was
204 based on the normal distribution).
206 * sunspider: Print results in a way that will be friendlier to the
207 soon-to-come compare mode.
209 2007-10-22 Maciej Stachowiak <mjs@apple.com>
213 - add more tests (probably the final set for now)
215 Already balanced. Added date, regexp, control flow, and a few
216 more string and object/array access tests.
219 * tests/access-fannkuch.js: Added.
220 * tests/access-nbody.js: Added.
221 * tests/controlflow-recursive.js: Added.
222 * tests/date-format-tofte.js: Added.
223 * tests/date-format-xparb.js: Added.
224 * tests/regexp-dna.js: Added.
225 * tests/string-validate-input.js: Added.
227 2007-10-21 Eric Seidel <eric@webkit.org>
231 * sunspider: make --shark only sample from testkjs
233 2007-10-21 Maciej Stachowiak <mjs@apple.com>
235 Rubber stamped by Eric.
237 - added crypto tests (already balanced)
240 * tests/crypto-aes.js: Added.
241 * tests/crypto-md5.js: Added.
242 * tests/crypto-sha1.js: Added.
244 2007-10-21 Maciej Stachowiak <mjs@apple.com>
248 - rebalance new tests
250 Scaled the new tests so they take 400-600ms on a reasonably normal user setup:
252 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
254 This balances them with the existing tests.
256 * tests/access-binary-trees.js:
257 * tests/access-nsieve.js:
258 * tests/bitops-nsieve-bits.js:
259 * tests/math-partial-sums.js:
260 * tests/math-spectral-norm.js:
261 * tests/string-fasta.js:
263 2007-10-20 Eric Seidel <eric@webkit.org>
267 Add improved argument handling to sunspider, including
268 --runs=<number>, --tests=<pattern, --shark, and --help
269 Also re-factor code into subroutines
271 * sunspider: improved argument handling
273 2007-10-20 Maciej Stachowiak <mjs@apple.com>
277 - Add more new tests, mostly from the computer language shootout. Not normalized yet.
281 * tests/access-binary-trees.js: Added.
282 * tests/access-nsieve.js: Added.
283 * tests/bitops-nsieve-bits.js: Added.
284 * tests/math-partial-sums.js: Added.
285 * tests/math-spectral-norm.js: Added.
286 * tests/string-fasta.js: Added.
288 2007-10-20 Maciej Stachowiak <mjs@apple.com>
292 * TODO: Updated to note areas that are now well-covered.
294 - Change the tests and the driver to avoid leaving large object
295 graphs hanging around, since that throws off the subsequent tests.
297 * resources/sunspider-standalone-driver.js:
300 * tests/3d-raytrace.js:
301 * tests/bitops-bitwise-and.js:
302 * tests/string-base64.js:
303 * tests/string-tagcloud.js:
305 2007-10-20 Maciej Stachowiak <mjs@apple.com>
309 - Rebalance test complexity.
311 Scaled all the tests so they take 400-600ms on a reasonably normal user setup:
313 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
315 However, for some tests, IE7 was a huge outlier compared to other
316 major browsers. For those tests, I used Firefox 2.0.0.8 on the
317 same OS and hardware as a normalization basis.
320 * tests/3d-raytrace.js:
321 * tests/bitops-3bit-bits-in-byte.js:
322 * tests/bitops-bits-in-byte.js:
323 * tests/bitops-bitwise-and.js:
324 * tests/math-cordic.js:
325 * tests/string-base64.js:
326 * tests/string-tagcloud.js:
327 * tests/string-unpack-code.js:
329 2007-10-20 Maciej Stachowiak <mjs@apple.com>
333 - Fix the browser-hosted driver to be compatible with Safari 2
335 * hosted/sunspider-driver.html:
337 2007-10-20 Maciej Stachowiak <mjs@apple.com>
339 Rubber stamped by Hyatt.
341 - Add BSD license notice to cordic test, the original author said to do so.
343 * tests/math-cordic.js:
345 2007-10-18 Maciej Stachowiak <mjs@apple.com>
349 - Support Windows and Windows browsers.
351 * hosted/sunspider-results.html: Display results correctly in IE.
352 * sunspider: tweaks to work on Windows, and with spaces in the path.
354 2007-10-18 Maciej Stachowiak <mjs@apple.com>
356 Rubber stamped by Oliver.
358 * tests/string-tagcloud.js: Remove stray print()
360 2007-10-17 Maciej Stachowiak <mjs@apple.com>
364 Add some string test cases.
366 * tests/string-base64.js: Added. Does base64 encoding and decoding.
367 * tests/string-tagcloud.js: Added. Parses a JSON string and
368 generates tagcloud HTML markup based on the data.
369 * tests/string-unpack-code.js: Added. Unpack compressed versions of
370 four of the most popular JavaScript libraries.
371 * tests/LIST: Added the new tests.
373 2007-10-16 Maciej Stachowiak <mjs@apple.com>
377 * TODO: Updated with info on how to do the stats properly.
379 * hosted/sunspider-driver.html: Reduce timeout from 500 to 200 to
380 avoid overly slowing down the benchmark.
382 Added some 3D-related test cases.
384 * tests/3d-cube.js: Added.
385 * tests/3d-morph.js: Added.
386 * tests/3d-raytrace.js: Added.
389 2007-10-14 Maciej Stachowiak <mjs@apple.com>
393 - New JavaScript benchmark
394 http://bugs.webkit.org/show_bug.cgi?id=15515
396 A start on a new JavaScript benchmark, with standalone and
397 browser-hosted drivers.
399 The test content is still incomplete and the drivers could use
400 some more features but there is enough here to make a good start.
402 The drivers compute a 95% confidence interval on the mean for the
403 whole test, each category, and each individual test to make it
404 easier to tell whether differences are statistically
405 significant. The confidence interval can be narrowed by running
408 * TODO: Added. Remaining things that need to be done.
409 * sunspider: Added. Perl script that acts as the standalone test driver.
410 * resources/sunspider-standalone-driver.js: Added. JavaScript part
411 of standalone test driver.
412 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
414 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
415 * make-hosted: Added. Script to generate browser-hosted tests.
416 * hosted/sunspider.html: Added. Start page for browser-hosted test.
417 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
418 * hosted/sunspider-results.html: Added. Results page for browser-hosted
420 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
422 * tests/LIST: Added. List of tests to use.
423 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
424 * tests/bitops-bits-in-byte.js: Added. Ditto.
425 * tests/bitops-bitwise-and.js: Added. Ditto.
426 * tests/math-cordic.js: Added. Ditto.