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

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 review comments 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 kee p
11 jquery.tablesorter.min.js and statistics.js 11 jquery.tablesorter.min.js and statistics.js.
12 statistics.js is modified to support computing confidenceIntervalDelta with
13 given std & degree of freedom (see https://codereview.chromium.org/1309143006)
petrcermak 2015/09/10 09:04:09 nit: s/degree/degrees/ It would probably also be
nednguyen 2015/09/10 15:11:59 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698