Skip to content

Commit

Permalink
chore: add bench command (#4621)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking authored Jan 15, 2025
1 parent 73512f9 commit 9ba1db3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
install:
pip install -e .

bench: install-dev-rs-release
python benchmarks/bench.py

install-dev-rs-release:
cd sqlglotrs/ && python -m maturin develop -r

Expand Down

0 comments on commit 9ba1db3

Please sign in to comment.