X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=SunSpider%2FTODO;h=fee4bc0fb4fb4ff8e2b2f056e022368a200eae49;hp=384cf98ca9edaa2439f26480bc91446a014d4223;hb=68d9dec2c5cadfc804d18975a91c1b72929c56a0;hpb=066c4ef0043c973d822410da898b932be4944134 diff --git a/SunSpider/TODO b/SunSpider/TODO index 384cf98ca9ed..fee4bc0fb4fb 100644 --- a/SunSpider/TODO +++ b/SunSpider/TODO @@ -2,11 +2,13 @@ * Add more test cases. Categories we'd like to cover (with reasonably real-world tests, preferably not microbenchmarks) include: - - math (general) - - bitops - - 3-d (the math bits) + (X marks the ones that are fairly well covered now). + + X math (general) + X bitops + X 3-d (the math bits) - crypto / encoding - - string processing + X string processing - regexps - date processing - array processing @@ -31,6 +33,13 @@ popular browser, so results on this benchmark will tell you how much you have to gain or lose by using a different browser. +* Instead of using the standard error, the correct way to calculate + a 95% confidence interval for a small sample is the t-test. + . Basically this involves + using values from a 2-tailed t-distribution table instead of 1.96 to + multiply by the error function, a table is available at + + * Add support to compare two different engines (or two builds of the same engine) interleaved.