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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Name: Blink javascript libraries. 1 Name: Blink javascript libraries.
2 Short Name: Blink 2 Short Name: Blink
3 URL: http://www.chromium.org/blink 3 URL: http://www.chromium.org/blink
4 Version: N/A 4 Version: N/A
5 License: BSD license 5 License: BSD license
6 License File: LICENSE 6 License File: LICENSE
7 Security Critical: no 7 Security Critical: no
8 Description: Blink javascripts libraries are used for visualize performance 8 Description: Blink javascripts libraries are used for visualize performance
9 metrics. 9 metrics.
10 Local Modifications: All the files not needed by telemetry are removed. Only kee p 10 Local Modifications: All the files not needed by telemetry are removed. Only
11 jquery.tablesorter.min.js and statistics.js 11 keep jquery.tablesorter.min.js and statistics.js.
12 statistics.js is modified to support computing confidenceIntervalDelta with
13 custom standard deviation & degrees of freedom (see
14 https://codereview.chromium.org/1309143006).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698