зеркало из https://github.com/mozilla/gecko-dev.git
8aa0bb46cf
We can now simply call setInputValue and the autocompletion will happen. Since we are forcing the call to jsterm.complete, there were 2 calls made to the server, making the measurements in the test erroneous. This also revealed a race in setInputValue: the text was set by codeMirror before the cursor was actually moved. Which means we were sending an erroneous autocompletion query to the server. We use codeMirror.operation to tell codeMirror to both set the text and the cursor in a single operation. Differential Revision: https://phabricator.services.mozilla.com/D3192 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
talos | ||
.eslintrc.js | ||
INSTALL.py | ||
MANIFEST.in | ||
README | ||
jetstream-benchmark.manifest | ||
mach_commands.py | ||
moz.build | ||
requirements.txt | ||
setup.py | ||
talos.json | ||
talos_from_code.py | ||
tp5n-pageset.manifest |
README
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