We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fbf5d commit 3a77a99Copy full SHA for 3a77a99
tripy/tests/README.md
@@ -36,7 +36,7 @@ tests together.
36
For example, to profile L0 tests, run:
37
38
```bash
39
-pytest tests/ -v -m "not l1 and not manual" --profile
+pytest tests/ -v -m "not l1 and not manual" --ignore tests/performance --profile
40
```
41
42
You can visualize the results using `snakeviz`.
0 commit comments