We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73512f9 commit 9ba1db3Copy full SHA for 9ba1db3
Makefile
@@ -3,6 +3,9 @@
3
install:
4
pip install -e .
5
6
+bench: install-dev-rs-release
7
+ python benchmarks/bench.py
8
+
9
install-dev-rs-release:
10
cd sqlglotrs/ && python -m maturin develop -r
11
0 commit comments