@@ -279,8 +279,9 @@ def categories(self):
279
279
},
280
280
"suites" : [Suites .RAPTOR .value ],
281
281
"tasks" : [],
282
- "description" : "Run all the pageload tests in warm, and cold. Used to determine "
283
- "if your patch has a direct impact on pageload performance." ,
282
+ "description" : "A group of tests that measures various important pageload metrics. More information "
283
+ "can about what is exactly measured can found here:"
284
+ " https://firefox-source-docs.mozilla.org/testing/perfdocs/raptor.html#desktop" ,
284
285
},
285
286
"Speedometer 3" : {
286
287
"query" : {
@@ -290,7 +291,8 @@ def categories(self):
290
291
"suites" : [Suites .RAPTOR .value ],
291
292
"app-restrictions" : {},
292
293
"tasks" : [],
293
- "description" : "" ,
294
+ "description" : "A group of Speedometer3 tests on various platforms and architectures, speedometer3 is"
295
+ "currently the best benchmark we have for a baseline on real-world web performance" ,
294
296
},
295
297
"Responsiveness" : {
296
298
"query" : {
@@ -308,7 +310,8 @@ def categories(self):
308
310
],
309
311
},
310
312
"tasks" : [],
311
- "description" : "" ,
313
+ "description" : "A group of tests that ensure that the interactive part of the browser stays fast and"
314
+ "responsive" ,
312
315
},
313
316
"Benchmarks" : {
314
317
"query" : {
@@ -317,23 +320,29 @@ def categories(self):
317
320
"suites" : [Suites .RAPTOR .value ],
318
321
"variant-restrictions" : {Suites .RAPTOR .value : []},
319
322
"tasks" : [],
320
- "description" : "" ,
323
+ "description" : "A group of tests that benchmark how the browser performs in various categories. "
324
+ "More information about what exact benchmarks we run can be found here: "
325
+ "https://firefox-source-docs.mozilla.org/testing/perfdocs/raptor.html#benchmarks" ,
321
326
},
322
327
"DAMP (Devtools)" : {
323
328
"query" : {
324
329
Suites .TALOS .value : ["'talos 'damp" ],
325
330
},
326
331
"suites" : [Suites .TALOS .value ],
327
332
"tasks" : [],
328
- "description" : "" ,
333
+ "description" : "The DAMP tests are a group of tests that measure the performance of the browsers "
334
+ "devtools under certain conditiones. More information on the DAMP tests can be found"
335
+ " here: https://firefox-source-docs.mozilla.org/devtools/tests/performance-tests"
336
+ "-damp.html#what-does-it-do" ,
329
337
},
330
338
"Talos PerfTests" : {
331
339
"query" : {
332
340
Suites .TALOS .value : ["'talos" ],
333
341
},
334
342
"suites" : [Suites .TALOS .value ],
335
343
"tasks" : [],
336
- "description" : "" ,
344
+ "description" : "This selects all of the talos performance tests. More information can be found here: "
345
+ "https://firefox-source-docs.mozilla.org/testing/perfdocs/talos.html#test-types" ,
337
346
},
338
347
"Resource Usage" : {
339
348
"query" : {
@@ -352,7 +361,8 @@ def categories(self):
352
361
Suites .TALOS .value : [Apps .FIREFOX .value ],
353
362
},
354
363
"tasks" : [],
355
- "description" : "" ,
364
+ "description" : "A group of tests that monitor resource usage of various metrics like power, CPU, and"
365
+ "memory" ,
356
366
},
357
367
"Graphics, & Media Playback" : {
358
368
"query" : {
@@ -372,6 +382,6 @@ def categories(self):
372
382
],
373
383
},
374
384
"tasks" : [],
375
- "description" : "" ,
385
+ "description" : "A group of tests that monitor key graphics and media metrics to keep the browser fast " ,
376
386
},
377
387
}
0 commit comments