Speedup padpo #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Padpo, on the
fake-docsrepository, takes about 5 minutes and a half to complete :/ How can it be sped up ?https://github.com/PyDocTeur/fake-docs/pull/18/checks?check_run_id=1493393281
Maybe we could only run padpo (and other tests) on modified files ? (cc @mdk )
With the old CI,
padporan only on modified files, this was a huge performance boost.But some profiling can be done to maybe identify a big issue to fix.
@mdk @Seluj78 may be we can use the
-poption ofpadpowith the number of the PR to check? Or the-goption to usefake-docsfor instance.https://github.com/python/python-docs-fr/pull/1500 ?