Merging upstream version 26.16.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f03ef3fd88
commit
1e2a8571aa
110 changed files with 62370 additions and 61414 deletions
5
Makefile
5
Makefile
|
@ -4,7 +4,10 @@ install:
|
|||
pip install -e .
|
||||
|
||||
bench: install-dev-rs-release
|
||||
python benchmarks/bench.py
|
||||
python -m benchmarks.bench
|
||||
|
||||
bench-optimize: install-dev-rs-release
|
||||
python -m benchmarks.optimize
|
||||
|
||||
install-dev-rs-release:
|
||||
cd sqlglotrs/ && python -m maturin develop -r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue