[Webkit-unassigned] [Bug 76504] run-perf-tests should generate a json file that summaries the result

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 17:57:37 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76504





--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2012-01-17 17:57:37 PST ---
Format:
{
  "password": "test",
  "timestamp": 1326851283,
  "revision": 104856,
  "summary": {
    "webkit_style_test": {
      "average": 100,
      "median": 102,
      "stdev": 5,
      "min": 90,
      "max": 110
    },
    "some_test": 54
  }
}

password: given per bot to avoid someone adversely reporting wrong values.
timestamp: the time test started running
revision: the webkit revision for which the tests were ran
summary: this is the main part of the json. It's a dictionary where the key is the name of a test and the value is either an integer (simple/chromium style tests) or a dictionary that contains average, median, standard deviation, min, and max values.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list