test: add harness for measuring performance

This commit is contained in:
Steven Arcangeli 2024-11-14 19:18:18 -08:00
parent 0472d9296a
commit 7d4e62942f
4 changed files with 143 additions and 1 deletions

1
.envrc
View file

@ -1,2 +1,3 @@
export VIRTUAL_ENV=venv
layout python
python -c 'import pyparsing' 2>/dev/null || pip install -r scripts/requirements.txt