Files
tubestation/python/mozperftest
ahochheiden 07ac67fc82 Bug 1898817 - Add custom copy_tree_update to replace distutils.dir_util.copy_tree r=mozperftest-reviewers,sparky
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
2024-06-21 17:30:04 +00:00
..

===========
mozperftest
===========

**mozperftest** can be used to run performance tests against browsers.
See the docs directory.