1 2007-11-02 Darin Adler <darin@apple.com>
3 * sunspider: Changed "--base" to "--set-baseline".
5 2007-11-02 Darin Adler <darin@apple.com>
9 * sunspider: Added a "--base" option that records the current test as a baseline.
10 Moved the code to find the newest .mshark file into a function (since I needed to use
11 it in the other script and I prefer to copy/paste a function).
13 * sunspider-compare-results: Added logic to compare the baseline with the last
14 run when you don't pass any parameters.
16 2007-10-29 Maciej Stachowiak <mjs@apple.com>
20 - Added list of ECMAScript3 features that SunSpider does not cover currently.
24 2007-10-29 Maciej Stachowiak <mjs@apple.com>
28 - Give better error messages when sunspider-compare-results fails
30 * sunspider-compare-results:
32 2007-10-29 Maciej Stachowiak <mjs@apple.com>
36 - fix Date tests to work in command-line SpiderMonkey
38 * tests/date-format-tofte.js:
39 * tests/date-format-xparb.js:
41 2007-10-29 Darin Adler <darin@apple.com>
45 * sunspider: Added --shark20 option, to run Shark at its highest sample
46 resolution instead of its default.
48 2007-10-28 Adam Roben <aroben@apple.com>
50 Fix SunSpider on Windows
54 * sunspider: Don't use colons in filenames.
56 2007-10-28 Darin Adler <darin@apple.com>
60 * resources/sunspider-analyze-results.js: Tweak the output format a little.
61 Change so that when there's only one run we don't write out confidence
62 intervals at all rather than writing "NaN" over and over again.
64 * sunspider: Use the time and date as a suffix on the results file, that way
65 all the results are left behind in the tmp directory. This will make it easy
66 for us to add features that compare past results in the future. Also rename
67 the .mshark files using the same scheme.
69 * sunspider-compare-results: Relax the parsing rules so we can parse the
70 results file exactly as it's emitted from sunspider.
72 2007-10-25 Adam Roben <aroben@apple.com>
74 Strip carriage returns from results
76 Carriage returns were screwing up sunspider-compare-results on
79 Rubberstamped by Oliver.
83 2007-10-24 Darin Adler <darin@apple.com>
87 * sunspider: Open the profile in shark after completing a run.
88 * sunspider-compare-results: Tiny perl tweaks.
90 2007-10-23 Maciej Stachowiak <mjs@apple.com>
94 - Don't hardcode my path to testkjs
96 * sunspider-compare-results:
98 2007-10-23 Maciej Stachowiak <mjs@apple.com>
102 - Add a compare script to compare results, and improve formatting of standard results a bit.
104 * resources/sunspider-analyze-results.js:
105 * resources/sunspider-compare-results.js: Added.
106 * sunspider-compare-results: Added.
108 2007-10-23 Maciej Stachowiak <mjs@apple.com>
112 * resources/sunspider-analyze-results.js: Do the error range
113 properly, using the t-distribution instead of 1.96 (which was
114 based on the normal distribution).
116 * sunspider: Print results in a way that will be friendlier to the
117 soon-to-come compare mode.
119 2007-10-22 Maciej Stachowiak <mjs@apple.com>
123 - add more tests (probably the final set for now)
125 Already balanced. Added date, regexp, control flow, and a few
126 more string and object/array access tests.
129 * tests/access-fannkuch.js: Added.
130 * tests/access-nbody.js: Added.
131 * tests/controlflow-recursive.js: Added.
132 * tests/date-format-tofte.js: Added.
133 * tests/date-format-xparb.js: Added.
134 * tests/regexp-dna.js: Added.
135 * tests/string-validate-input.js: Added.
137 2007-10-21 Eric Seidel <eric@webkit.org>
141 * sunspider: make --shark only sample from testkjs
143 2007-10-21 Maciej Stachowiak <mjs@apple.com>
145 Rubber stamped by Eric.
147 - added crypto tests (already balanced)
150 * tests/crypto-aes.js: Added.
151 * tests/crypto-md5.js: Added.
152 * tests/crypto-sha1.js: Added.
154 2007-10-21 Maciej Stachowiak <mjs@apple.com>
158 - rebalance new tests
160 Scaled the new tests so they take 400-600ms on a reasonably normal user setup:
162 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
164 This balances them with the existing tests.
166 * tests/access-binary-trees.js:
167 * tests/access-nsieve.js:
168 * tests/bitops-nsieve-bits.js:
169 * tests/math-partial-sums.js:
170 * tests/math-spectral-norm.js:
171 * tests/string-fasta.js:
173 2007-10-20 Eric Seidel <eric@webkit.org>
177 Add improved argument handling to sunspider, including
178 --runs=<number>, --tests=<pattern, --shark, and --help
179 Also re-factor code into subroutines
181 * sunspider: improved argument handling
183 2007-10-20 Maciej Stachowiak <mjs@apple.com>
187 - Add more new tests, mostly from the computer language shootout. Not normalized yet.
191 * tests/access-binary-trees.js: Added.
192 * tests/access-nsieve.js: Added.
193 * tests/bitops-nsieve-bits.js: Added.
194 * tests/math-partial-sums.js: Added.
195 * tests/math-spectral-norm.js: Added.
196 * tests/string-fasta.js: Added.
198 2007-10-20 Maciej Stachowiak <mjs@apple.com>
202 * TODO: Updated to note areas that are now well-covered.
204 - Change the tests and the driver to avoid leaving large object
205 graphs hanging around, since that throws off the subsequent tests.
207 * resources/sunspider-standalone-driver.js:
210 * tests/3d-raytrace.js:
211 * tests/bitops-bitwise-and.js:
212 * tests/string-base64.js:
213 * tests/string-tagcloud.js:
215 2007-10-20 Maciej Stachowiak <mjs@apple.com>
219 - Rebalance test complexity.
221 Scaled all the tests so they take 400-600ms on a reasonably normal user setup:
223 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
225 However, for some tests, IE7 was a huge outlier compared to other
226 major browsers. For those tests, I used Firefox 2.0.0.8 on the
227 same OS and hardware as a normalization basis.
230 * tests/3d-raytrace.js:
231 * tests/bitops-3bit-bits-in-byte.js:
232 * tests/bitops-bits-in-byte.js:
233 * tests/bitops-bitwise-and.js:
234 * tests/math-cordic.js:
235 * tests/string-base64.js:
236 * tests/string-tagcloud.js:
237 * tests/string-unpack-code.js:
239 2007-10-20 Maciej Stachowiak <mjs@apple.com>
243 - Fix the browser-hosted driver to be compatible with Safari 2
245 * hosted/sunspider-driver.html:
247 2007-10-20 Maciej Stachowiak <mjs@apple.com>
249 Rubber stamped by Hyatt.
251 - Add BSD license notice to cordic test, the original author said to do so.
253 * tests/math-cordic.js:
255 2007-10-18 Maciej Stachowiak <mjs@apple.com>
259 - Support Windows and Windows browsers.
261 * hosted/sunspider-results.html: Display results correctly in IE.
262 * sunspider: tweaks to work on Windows, and with spaces in the path.
264 2007-10-18 Maciej Stachowiak <mjs@apple.com>
266 Rubber stamped by Oliver.
268 * tests/string-tagcloud.js: Remove stray print()
270 2007-10-17 Maciej Stachowiak <mjs@apple.com>
274 Add some string test cases.
276 * tests/string-base64.js: Added. Does base64 encoding and decoding.
277 * tests/string-tagcloud.js: Added. Parses a JSON string and
278 generates tagcloud HTML markup based on the data.
279 * tests/string-unpack-code.js: Added. Unpack compressed versions of
280 four of the most popular JavaScript libraries.
281 * tests/LIST: Added the new tests.
283 2007-10-16 Maciej Stachowiak <mjs@apple.com>
287 * TODO: Updated with info on how to do the stats properly.
289 * hosted/sunspider-driver.html: Reduce timeout from 500 to 200 to
290 avoid overly slowing down the benchmark.
292 Added some 3D-related test cases.
294 * tests/3d-cube.js: Added.
295 * tests/3d-morph.js: Added.
296 * tests/3d-raytrace.js: Added.
299 2007-10-14 Maciej Stachowiak <mjs@apple.com>
303 - New JavaScript benchmark
304 http://bugs.webkit.org/show_bug.cgi?id=15515
306 A start on a new JavaScript benchmark, with standalone and
307 browser-hosted drivers.
309 The test content is still incomplete and the drivers could use
310 some more features but there is enough here to make a good start.
312 The drivers compute a 95% confidence interval on the mean for the
313 whole test, each category, and each individual test to make it
314 easier to tell whether differences are statistically
315 significant. The confidence interval can be narrowed by running
318 * TODO: Added. Remaining things that need to be done.
319 * sunspider: Added. Perl script that acts as the standalone test driver.
320 * resources/sunspider-standalone-driver.js: Added. JavaScript part
321 of standalone test driver.
322 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
324 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
325 * make-hosted: Added. Script to generate browser-hosted tests.
326 * hosted/sunspider.html: Added. Start page for browser-hosted test.
327 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
328 * hosted/sunspider-results.html: Added. Results page for browser-hosted
330 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
332 * tests/LIST: Added. List of tests to use.
333 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
334 * tests/bitops-bits-in-byte.js: Added. Ditto.
335 * tests/bitops-bitwise-and.js: Added. Ditto.
336 * tests/math-cordic.js: Added. Ditto.