summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-27 16:31:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-27 16:31:23 +0000
commit886e522786b50d8cb126baacbd1eaf92861832ec (patch)
tree6d9736731779fe0f981e8a3692c9eeb37e40fbf3 /Makefile
parentReleasing debian version 26.2.1-1. (diff)
downloadsqlglot-886e522786b50d8cb126baacbd1eaf92861832ec.tar.xz
sqlglot-886e522786b50d8cb126baacbd1eaf92861832ec.zip
Merging upstream version 26.3.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31be07e..a5beb6b 100644
--- a/Makefile
+++ b/Makefile
@@ -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