Skip to content

Commit df01c30

Browse files
committed
Merge branch 'integrate_pyptv' of https://github.com/alexlib/openptv-python into integrate_pyptv
2 parents 8fe2e68 + d91c308 commit df01c30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/native_backend_unification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ The timings below were generated from a real run on this machine using the docs
9999
helper script:
100100

101101
```bash
102-
/home/user/Documents/GitHub/openptv-python/.venv/bin/python docs/generate_native_stress_demo.py
102+
python docs/generate_native_stress_demo.py
103103
```
104104

105105
That script reruns:
106106

107107
```bash
108-
/home/user/Documents/GitHub/openptv-python/.venv/bin/python -m pytest -q -s tests/test_native_stress_performance.py
108+
python -m pytest -q -s tests/test_native_stress_performance.py
109109
```
110110

111111
and then writes two machine-specific artifacts under `docs/_static/`:

0 commit comments

Comments
 (0)