From 2ee850af784fb1f8cf45e6f16af0777e50fae2ea Mon Sep 17 00:00:00 2001 From: "rniwa@webkit.org" Date: Mon, 11 May 2015 22:51:37 +0000 Subject: [PATCH] Unreviewed build fix. Add "Duration" as a time metric. * public/js/helper-classes.js: * public/v2/data.js: (RunsData.unitFromMetricName): git-svn-id: https://svn.webkit.org/repository/webkit/trunk@184129 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Websites/perf.webkit.org/ChangeLog | 8 ++++++++ Websites/perf.webkit.org/public/js/helper-classes.js | 1 + Websites/perf.webkit.org/public/v2/data.js | 1 + 3 files changed, 10 insertions(+) diff --git a/Websites/perf.webkit.org/ChangeLog b/Websites/perf.webkit.org/ChangeLog index 6747c9bad9d1..65c213664f23 100644 --- a/Websites/perf.webkit.org/ChangeLog +++ b/Websites/perf.webkit.org/ChangeLog @@ -1,3 +1,11 @@ +2015-05-11 Ryosuke Niwa + + Unreviewed build fix. Add "Duration" as a time metric. + + * public/js/helper-classes.js: + * public/v2/data.js: + (RunsData.unitFromMetricName): + 2015-05-06 Ryosuke Niwa Perf dashboard treats Speedometer and JetStream as smaller is better diff --git a/Websites/perf.webkit.org/public/js/helper-classes.js b/Websites/perf.webkit.org/public/js/helper-classes.js index 962ee163d6cd..67e542212fb5 100755 --- a/Websites/perf.webkit.org/public/js/helper-classes.js +++ b/Websites/perf.webkit.org/public/js/helper-classes.js @@ -159,6 +159,7 @@ function PerfTestRuns(metric, platform) { 'FrameRate': 'fps', 'Runs': '/s', 'Time': 'ms', + 'Duration', 'ms', 'Malloc': 'B', 'Heap': 'B', 'Allocations': 'B', diff --git a/Websites/perf.webkit.org/public/v2/data.js b/Websites/perf.webkit.org/public/v2/data.js index 4f4f89156dd0..3d191958578e 100755 --- a/Websites/perf.webkit.org/public/v2/data.js +++ b/Websites/perf.webkit.org/public/v2/data.js @@ -406,6 +406,7 @@ RunsData.unitFromMetricName = function (metricName) 'FrameRate': 'fps', 'Runs': '/s', 'Time': 'ms', + 'Duration': 'ms', 'Malloc': 'bytes', 'Heap': 'bytes', 'Allocations': 'bytes', -- 2.36.0