Perfomatic:API: Difference between revisions

Jump to navigation Jump to search
Line 118: Line 118:
* http://graphs.mozilla.org/api/test/runs/latest?id=TESTID&branchid=BRANCHID&machineid=MACHINEID - returns test run values for the latest run test for a specific test, branch and machine id
* http://graphs.mozilla.org/api/test/runs/latest?id=TESTID&branchid=BRANCHID&machineid=MACHINEID - returns test run values for the latest run test for a specific test, branch and machine id
** Example response
** Example response
  {
  {  
     'stat':'ok',
     'stat':'ok',
     'testrun': {
     'id':33,
        'id':98,
    'values':[
         'build': {
         {
             'id':23,
             'value':22.3,
             'build_id':'2007072704',
             'page':'www.yahoo.com'
            'changeset':'572a00c0e251',
            'os':'Vista',
         },
         },
         'date_run':1208830929,
         {
        'average':92.4,
            'value':29.1,
         'annotations': [
            'page':'www.myspace.com'
             {
        },
              'note':'Something happened here',
         {
              'bug_id':988740
            'value':39.3,
            }
             'page':'www.facebook.com'
        ]
        }
    }
    ]
  }
  }


975

edits

Navigation menu