Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: tools/telemetry/third_party/WebKit/README.chromium

Issue 1309143006: [Telemetry] Update the ConfindenceInterval calculation in results.html to use (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address petrcermak's comment Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/WebKit/README.chromium
diff --git a/tools/telemetry/third_party/WebKit/README.chromium b/tools/telemetry/third_party/WebKit/README.chromium
index e56bb28d580b2ab060ab39cbed05d1c20a7b69b3..e2d28793448dfad4043462cc15bf278da3ce83f2 100644
--- a/tools/telemetry/third_party/WebKit/README.chromium
+++ b/tools/telemetry/third_party/WebKit/README.chromium
@@ -7,5 +7,8 @@ License File: LICENSE
Security Critical: no
Description: Blink javascripts libraries are used for visualize performance
metrics.
-Local Modifications: All the files not needed by telemetry are removed. Only keep
-jquery.tablesorter.min.js and statistics.js
+Local Modifications: All the files not needed by telemetry are removed. Only
+keep jquery.tablesorter.min.js and statistics.js.
+statistics.js is modified to support computing confidenceIntervalDelta with
+custom standard deviation & degrees of freedom (see
+https://codereview.chromium.org/1309143006).

Powered by Google App Engine
This is Rietveld 408576698