Skip to content

Commit 3a77a99

Browse files
Fixes a typo in the profiling section of the README
1 parent 96fbf5d commit 3a77a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tripy/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests together.
3636
For example, to profile L0 tests, run:
3737

3838
```bash
39-
pytest tests/ -v -m "not l1 and not manual" --profile
39+
pytest tests/ -v -m "not l1 and not manual" --ignore tests/performance --profile
4040
```
4141

4242
You can visualize the results using `snakeviz`.

0 commit comments

Comments
 (0)