This commit is contained in:
konstin 2018-12-28 20:29:12 +01:00 committed by GitHub
parent 58a91a3be4
commit b9f9580751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -20,6 +20,13 @@ WordCounter("path/to/file").search_sequential("word")
## Benchmark
Install the depedencies:
```shell
pip install -r requirements-dev.txt
```
There is a benchmark in `tests/test_word_count.py`:
```shell
@ -32,4 +39,4 @@ To test python 2.7, 3.5, 3.6 and 3.7, install tox globally and run
```shell
tox
```
```