Fix #314
This commit is contained in:
parent
58a91a3be4
commit
b9f9580751
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue