gecko-dev/python/mozperftest
ahochheiden b354a11bb4 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 Bug 1898817 - Add custom copy_tree_update to replace distutils.dir_util.copy_tree r=mozperftest-reviewers,sparky 2024-06-21 17:30:04 +00:00
perfdocs Bug 1898256 - Add a layer to run bash shell scripts. r=perftest-reviewers,kshampur 2024-05-28 15:43:50 +00:00
.ruff.toml
README.rst
setup.cfg
setup.py

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

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