Skip to content

Commit

Permalink
Benchmark example.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 22, 2018
1 parent 157d1d3 commit f7b98c1
Show file tree
Hide file tree
Showing 4 changed files with 9,242 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ install:
script:
- coverage run --source=textparser setup.py test
- make test-sdist
- env PYTHONPATH=. python examples/benchmarks/json/main.py
after_success:
coveralls
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ test:
python2 setup.py test
python3 setup.py test
$(MAKE) test-sdist
codespell -d $$(git ls-files)
env PYTHONPATH=. python3 examples/benchmarks/json/main.py
codespell -d $$(git ls-files | grep -v \.json)

test-sdist:
rm -rf dist
Expand Down

0 comments on commit f7b98c1

Please sign in to comment.