Skip to content

Commit cac7ffb

Browse files
committed
added commands for coverage and profiler to readme; updated gitignore
1 parent cbb54a1 commit cac7ffb

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*.ipynb_checkpoints*
66
*.egg-info*
77
*.coverage*
8+
profile.html
9+
profile.json
810

911
# Ignore everything under outputs/
1012
outputs/**

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,14 @@ Refer to the [open issues](https://github.com/ray-chew/pyBELLA/issues), in parti
9292

9393
Any changes, improvements, or bug fixes can be submitted from your remote to upstream via a pull request.
9494

95+
## To be tidied up
96+
97+
### Profiler
98+
```bash
99+
$ PYTHONPATH=src scalene -m pybella -ic test_lamb_wave -N 1
100+
```
101+
102+
### Coverage
103+
```bash
104+
$ pytest --cov test_scripts/ --cov-report=html
105+
```

0 commit comments

Comments
 (0)