Skip to content

Commit ffbcd00

Browse files
committed
chore: misc updates
1 parent dddbf82 commit ffbcd00

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/bin/
1+
/target
22
/dist/
3-
/qshape
4-
*.test
5-
*.out
63
clusters.json
7-
/target

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ distinct shapes.
2121
On one real production snapshot we measured **4,716 distinct queryids
2222
to 177 canonical fingerprints (96.2% reduction)** — an outlier, driven
2323
by heavy ORM alias churn on a small set of underlying query shapes.
24-
See `reshape.go` for the AST transformations that drive the collapse.
24+
See `crates/qshape-core/src/reshape.rs` for the AST transformations that drive the collapse.
2525

2626
## Install
2727

@@ -34,7 +34,7 @@ brew install boringsql/boringsql/qshape
3434
From source:
3535

3636
```
37-
go install github.com/boringsql/qshape/cmd/qshape@latest
37+
cargo install --path crates/qshape-cli
3838
```
3939

4040
Pre-built binaries for macOS and Linux (amd64 + arm64) are published on

0 commit comments

Comments
 (0)