mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1774701 - add perfstats metrics to sample data r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D149583
This commit is contained in:
parent
0dedc72af0
commit
fa9834cf90
@ -444,7 +444,17 @@ class BrowsertimeResultsHandler(PerftestResultsHandler):
|
||||
"max": 864
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
"geckoPerfStats": [
|
||||
{
|
||||
"Compositing": 71,
|
||||
"MajorGC": 144
|
||||
},
|
||||
{
|
||||
"Compositing": 13,
|
||||
"MajorGC": 126
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user