Skip to content

Commit

Permalink
Merge pull request #93 from douglasdcm/douglasdcm-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
douglasdcm authored Nov 9, 2023
2 parents 9822523 + ce570d0 commit 3971f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class TestObject:
```

## Running as multiprocessing
To run the tests in multiple processes use [pytest-xdist](https://github.com/pytest-dev/pytest-xdist). The execution is even faster than running in multiple tasks
To run the tests in multiple processes use [pytest-xdist](https://github.com/pytest-dev/pytest-xdist). The execution is even faster than running in multiple tasks. Check this article [Supercharge Your Web Crawlers with Caqui: Boosting Speed with Multi-Processing](https://medium.com/@douglas.dcm/speed-up-your-web-crawlers-at-90-148f3ca97b6) to know how to increase the velocity of the executions in 90%.

```
from caqui.easy import AsyncDriver, ActionChains
Expand Down

0 comments on commit 3971f9b

Please sign in to comment.