1 2007-11-04 Darin Adler <darin@apple.com>
3 * hosted/sunspider.html: Tweaked formatting a bit.
5 2007-11-03 Maciej Stachowiak <mjs@apple.com>
9 - Add compare mode and a description of the benchmark to the hosted version.
11 * hosted/sunspider-results.html: Add compare mode - you can just paste in another results URL.
12 * hosted/sunspider.html: Added intro text.
13 * make-hosted: Copy new file.
14 * resources/sunspider-compare-results.js: Made more reusable by putting the implementation in
16 * resources/sunspider-standalone-compare.js: Added. Calls the function in the way standalone mode
18 * sunspider-compare-results: Use sunspider-standalone-compare.js.
20 2007-11-02 Darin Adler <darin@apple.com>
22 * sunspider: Changed "--base" to "--set-baseline".
24 2007-11-02 Darin Adler <darin@apple.com>
28 * sunspider: Added a "--base" option that records the current test as a baseline.
29 Moved the code to find the newest .mshark file into a function (since I needed to use
30 it in the other script and I prefer to copy/paste a function).
32 * sunspider-compare-results: Added logic to compare the baseline with the last
33 run when you don't pass any parameters.
35 2007-10-29 Maciej Stachowiak <mjs@apple.com>
39 - Added list of ECMAScript3 features that SunSpider does not cover currently.
43 2007-10-29 Maciej Stachowiak <mjs@apple.com>
47 - Give better error messages when sunspider-compare-results fails
49 * sunspider-compare-results:
51 2007-10-29 Maciej Stachowiak <mjs@apple.com>
55 - fix Date tests to work in command-line SpiderMonkey
57 * tests/date-format-tofte.js:
58 * tests/date-format-xparb.js:
60 2007-10-29 Darin Adler <darin@apple.com>
64 * sunspider: Added --shark20 option, to run Shark at its highest sample
65 resolution instead of its default.
67 2007-10-28 Adam Roben <aroben@apple.com>
69 Fix SunSpider on Windows
73 * sunspider: Don't use colons in filenames.
75 2007-10-28 Darin Adler <darin@apple.com>
79 * resources/sunspider-analyze-results.js: Tweak the output format a little.
80 Change so that when there's only one run we don't write out confidence
81 intervals at all rather than writing "NaN" over and over again.
83 * sunspider: Use the time and date as a suffix on the results file, that way
84 all the results are left behind in the tmp directory. This will make it easy
85 for us to add features that compare past results in the future. Also rename
86 the .mshark files using the same scheme.
88 * sunspider-compare-results: Relax the parsing rules so we can parse the
89 results file exactly as it's emitted from sunspider.
91 2007-10-25 Adam Roben <aroben@apple.com>
93 Strip carriage returns from results
95 Carriage returns were screwing up sunspider-compare-results on
98 Rubberstamped by Oliver.
102 2007-10-24 Darin Adler <darin@apple.com>
106 * sunspider: Open the profile in shark after completing a run.
107 * sunspider-compare-results: Tiny perl tweaks.
109 2007-10-23 Maciej Stachowiak <mjs@apple.com>
113 - Don't hardcode my path to testkjs
115 * sunspider-compare-results:
117 2007-10-23 Maciej Stachowiak <mjs@apple.com>
121 - Add a compare script to compare results, and improve formatting of standard results a bit.
123 * resources/sunspider-analyze-results.js:
124 * resources/sunspider-compare-results.js: Added.
125 * sunspider-compare-results: Added.
127 2007-10-23 Maciej Stachowiak <mjs@apple.com>
131 * resources/sunspider-analyze-results.js: Do the error range
132 properly, using the t-distribution instead of 1.96 (which was
133 based on the normal distribution).
135 * sunspider: Print results in a way that will be friendlier to the
136 soon-to-come compare mode.
138 2007-10-22 Maciej Stachowiak <mjs@apple.com>
142 - add more tests (probably the final set for now)
144 Already balanced. Added date, regexp, control flow, and a few
145 more string and object/array access tests.
148 * tests/access-fannkuch.js: Added.
149 * tests/access-nbody.js: Added.
150 * tests/controlflow-recursive.js: Added.
151 * tests/date-format-tofte.js: Added.
152 * tests/date-format-xparb.js: Added.
153 * tests/regexp-dna.js: Added.
154 * tests/string-validate-input.js: Added.
156 2007-10-21 Eric Seidel <eric@webkit.org>
160 * sunspider: make --shark only sample from testkjs
162 2007-10-21 Maciej Stachowiak <mjs@apple.com>
164 Rubber stamped by Eric.
166 - added crypto tests (already balanced)
169 * tests/crypto-aes.js: Added.
170 * tests/crypto-md5.js: Added.
171 * tests/crypto-sha1.js: Added.
173 2007-10-21 Maciej Stachowiak <mjs@apple.com>
177 - rebalance new tests
179 Scaled the new tests so they take 400-600ms on a reasonably normal user setup:
181 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
183 This balances them with the existing tests.
185 * tests/access-binary-trees.js:
186 * tests/access-nsieve.js:
187 * tests/bitops-nsieve-bits.js:
188 * tests/math-partial-sums.js:
189 * tests/math-spectral-norm.js:
190 * tests/string-fasta.js:
192 2007-10-20 Eric Seidel <eric@webkit.org>
196 Add improved argument handling to sunspider, including
197 --runs=<number>, --tests=<pattern, --shark, and --help
198 Also re-factor code into subroutines
200 * sunspider: improved argument handling
202 2007-10-20 Maciej Stachowiak <mjs@apple.com>
206 - Add more new tests, mostly from the computer language shootout. Not normalized yet.
210 * tests/access-binary-trees.js: Added.
211 * tests/access-nsieve.js: Added.
212 * tests/bitops-nsieve-bits.js: Added.
213 * tests/math-partial-sums.js: Added.
214 * tests/math-spectral-norm.js: Added.
215 * tests/string-fasta.js: Added.
217 2007-10-20 Maciej Stachowiak <mjs@apple.com>
221 * TODO: Updated to note areas that are now well-covered.
223 - Change the tests and the driver to avoid leaving large object
224 graphs hanging around, since that throws off the subsequent tests.
226 * resources/sunspider-standalone-driver.js:
229 * tests/3d-raytrace.js:
230 * tests/bitops-bitwise-and.js:
231 * tests/string-base64.js:
232 * tests/string-tagcloud.js:
234 2007-10-20 Maciej Stachowiak <mjs@apple.com>
238 - Rebalance test complexity.
240 Scaled all the tests so they take 400-600ms on a reasonably normal user setup:
242 Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
244 However, for some tests, IE7 was a huge outlier compared to other
245 major browsers. For those tests, I used Firefox 2.0.0.8 on the
246 same OS and hardware as a normalization basis.
249 * tests/3d-raytrace.js:
250 * tests/bitops-3bit-bits-in-byte.js:
251 * tests/bitops-bits-in-byte.js:
252 * tests/bitops-bitwise-and.js:
253 * tests/math-cordic.js:
254 * tests/string-base64.js:
255 * tests/string-tagcloud.js:
256 * tests/string-unpack-code.js:
258 2007-10-20 Maciej Stachowiak <mjs@apple.com>
262 - Fix the browser-hosted driver to be compatible with Safari 2
264 * hosted/sunspider-driver.html:
266 2007-10-20 Maciej Stachowiak <mjs@apple.com>
268 Rubber stamped by Hyatt.
270 - Add BSD license notice to cordic test, the original author said to do so.
272 * tests/math-cordic.js:
274 2007-10-18 Maciej Stachowiak <mjs@apple.com>
278 - Support Windows and Windows browsers.
280 * hosted/sunspider-results.html: Display results correctly in IE.
281 * sunspider: tweaks to work on Windows, and with spaces in the path.
283 2007-10-18 Maciej Stachowiak <mjs@apple.com>
285 Rubber stamped by Oliver.
287 * tests/string-tagcloud.js: Remove stray print()
289 2007-10-17 Maciej Stachowiak <mjs@apple.com>
293 Add some string test cases.
295 * tests/string-base64.js: Added. Does base64 encoding and decoding.
296 * tests/string-tagcloud.js: Added. Parses a JSON string and
297 generates tagcloud HTML markup based on the data.
298 * tests/string-unpack-code.js: Added. Unpack compressed versions of
299 four of the most popular JavaScript libraries.
300 * tests/LIST: Added the new tests.
302 2007-10-16 Maciej Stachowiak <mjs@apple.com>
306 * TODO: Updated with info on how to do the stats properly.
308 * hosted/sunspider-driver.html: Reduce timeout from 500 to 200 to
309 avoid overly slowing down the benchmark.
311 Added some 3D-related test cases.
313 * tests/3d-cube.js: Added.
314 * tests/3d-morph.js: Added.
315 * tests/3d-raytrace.js: Added.
318 2007-10-14 Maciej Stachowiak <mjs@apple.com>
322 - New JavaScript benchmark
323 http://bugs.webkit.org/show_bug.cgi?id=15515
325 A start on a new JavaScript benchmark, with standalone and
326 browser-hosted drivers.
328 The test content is still incomplete and the drivers could use
329 some more features but there is enough here to make a good start.
331 The drivers compute a 95% confidence interval on the mean for the
332 whole test, each category, and each individual test to make it
333 easier to tell whether differences are statistically
334 significant. The confidence interval can be narrowed by running
337 * TODO: Added. Remaining things that need to be done.
338 * sunspider: Added. Perl script that acts as the standalone test driver.
339 * resources/sunspider-standalone-driver.js: Added. JavaScript part
340 of standalone test driver.
341 * resources/sunspider-analyze-results.js: Added. JavaScript statistical
343 * resources/TEMPLATE.html: Added. Template for browser-hosted tests.
344 * make-hosted: Added. Script to generate browser-hosted tests.
345 * hosted/sunspider.html: Added. Start page for browser-hosted test.
346 * hosted/sunspider-driver.html: Added. Driver for browser-hosted tests.
347 * hosted/sunspider-results.html: Added. Results page for browser-hosted
349 * hosted/sunspider-record-result.js: Added. Helper file for browser-hosted
351 * tests/LIST: Added. List of tests to use.
352 * tests/bitops-3bit-bits-in-byte.js: Added. Some initial test content.
353 * tests/bitops-bits-in-byte.js: Added. Ditto.
354 * tests/bitops-bitwise-and.js: Added. Ditto.
355 * tests/math-cordic.js: Added. Ditto.