mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-03 09:48:38 +02:00
We can't use `shutil.copy_tree` here, since we need the `update=True` functionality implemented by the `distutils` variant, but not by the `shutil` one. This looks like the only place in the repo we use this functionality, so it seems fine to implement an equivalent ourselves here directly. Differential Revision: https://phabricator.services.mozilla.com/D211632 |
||
|---|---|---|
| .. | ||
| mozperftest | ||
| perfdocs | ||
| .ruff.toml | ||
| README.rst | ||
| setup.cfg | ||
| setup.py | ||
=========== mozperftest =========== **mozperftest** can be used to run performance tests against browsers. See the docs directory.