Fix path in scripts/bench.sh

This commit is contained in:
link2xt 2023-11-08 20:23:14 +00:00
parent 6b3590e7c8
commit 064f6d36ad

View File

@ -1,4 +1,4 @@
#!/bin/bash
set -e
venv/bin/pytest online-tests/benchmark.py -vrx
venv/bin/pytest tests/online/benchmark.py -vrx