Confirmed users
9,511
edits
(Added GPU for Mac mini 7,1) |
No edit summary |
||
Line 2: | Line 2: | ||
= Adding a new test = | = Adding a new test = | ||
Adding a new performance test or modifying an existing test is much easier than most people think. | Adding a new performance test or modifying an existing test is much easier than most people think. In general, we need to create a patch for talos which has: | ||
* determine if this is a [[Buildbot/Talos/Misc#Making_a_Startup_test_work|startup test]] or a [[Buildbot/Talos/Misc#Making_a_Pageloader_test_work|page load test]] and create the appropriate folder for your test in talos | * determine if this is a [[Buildbot/Talos/Misc#Making_a_Startup_test_work|startup test]] or a [[Buildbot/Talos/Misc#Making_a_Pageloader_test_work|page load test]] and create the appropriate folder for your test in talos | ||
* add all files and resources for the test (make sure there is no external network accesses) to that folder | * add all files and resources for the test (make sure there is no external network accesses) to that folder |