forked from mirrors/gecko-dev
This patch pulls in the code from https://github.com/codehag/debugger-talos-example into the `app` folder. The code structure is also now slightly different. There are now two folders, which `app` and `app-build` The code in the `app` folder should now be where any further changes are made, this then gets built into `app_build` folder which is used for the tests. The idea is that the code in the `app-build` folder should not be changed manually, but it is rather always built from `app`. See the readme for details. Differential Revision: https://phabricator.services.mozilla.com/D184455 |
||
|---|---|---|
| .. | ||
| perfdocs | ||
| talos | ||
| .eslintrc.js | ||
| INSTALL.py | ||
| jetstream-benchmark.manifest | ||
| mach_commands.py | ||
| MANIFEST.in | ||
| moz.build | ||
| README | ||
| requirements.txt | ||
| setup.py | ||
| source_requirements.txt | ||
| talos.json | ||
| talos_from_code.py | ||
| tp5n-pageset.manifest | ||
| webextensions.manifest | ||
Talos is a python performance testing framework that is usable on Windows, Mac and Linux. Talos is our versatile performance testing framework we use at Mozilla. It was created to serve as a test runner for the existing performance tests that Mozilla was running back in 2007 as well as providing an extensible framework for new tests as they were created. So, why Talos? Talos is the bronze automaton of Greek myth. Talos protected the island of Crete, throwing giant boulders at unwary seamen. He's also purported to have heated himself glowing hot and then embraced his enemies. Basically, he was awesome. For more information, see: https://wiki.mozilla.org/Buildbot/Talos