We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fe2e68 + d91c308 commit df01c30Copy full SHA for df01c30
1 file changed
docs/native_backend_unification.md
@@ -99,13 +99,13 @@ The timings below were generated from a real run on this machine using the docs
99
helper script:
100
101
```bash
102
-/home/user/Documents/GitHub/openptv-python/.venv/bin/python docs/generate_native_stress_demo.py
+python docs/generate_native_stress_demo.py
103
```
104
105
That script reruns:
106
107
108
-/home/user/Documents/GitHub/openptv-python/.venv/bin/python -m pytest -q -s tests/test_native_stress_performance.py
+python -m pytest -q -s tests/test_native_stress_performance.py
109
110
111
and then writes two machine-specific artifacts under `docs/_static/`:
0 commit comments