Skip to content

Commit 9ba1db3

Browse files
authored
chore: add bench command (tobymao#4621)
1 parent 73512f9 commit 9ba1db3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
install:
44
pip install -e .
55

6+
bench: install-dev-rs-release
7+
python benchmarks/bench.py
8+
69
install-dev-rs-release:
710
cd sqlglotrs/ && python -m maturin develop -r
811

0 commit comments

Comments
 (0)