mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
7b12453efb
This patch moves all the logic we currently have baked-in JsTerm to handle the autocompletion data: - deciding to fetch from the server or the cache - handling concurrent requests - managing the cache. This is now done through dedicated Redux actions and reducers. In the JsTerm, where the autocompletePopup still lives, we handle those data changes in componentWillReceiveProps. Some tests were modified in order to pass with these changes. Differential Revision: https://phabricator.services.mozilla.com/D11454 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
talos | ||
.eslintrc.js | ||
INSTALL.py | ||
jetstream-benchmark.manifest | ||
mach_commands.py | ||
MANIFEST.in | ||
moz.build | ||
README | ||
requirements.txt | ||
setup.py | ||
talos_from_code.py | ||
talos.json | ||
tp5n-pageset.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