quarylabs / sqruff

Fast SQL formatter/linter
https://quary.dev/
Apache License 2.0
284 stars 8 forks source link

feat: add optional config file path to CLI #637

Closed gvozdvmozgu closed 3 weeks ago

gvozdvmozgu commented 3 weeks ago

fix #636

github-actions[bot] commented 3 weeks ago

Benchmark for 1919c71

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 41.2±0.51µs | 41.2±1.59µs | 0.00% | | fix_complex_query | 11.3±0.08ms | 11.3±0.07ms | 0.00% | | parse_complex_query | 2.9±0.04µs | 2.9±0.02µs | 0.00% | | parse_expression_recursion | 5.3±0.06µs | **5.0±0.04µs** | **-5.66%** | | parse_simple_query | 838.8±14.41ns | 848.0±43.19ns | +1.10% |
github-actions[bot] commented 3 weeks ago

Benchmark for f709fba

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 42.1±0.33µs | **41.3±0.67µs** | **-1.90%** | | fix_complex_query | 11.1±0.12ms | 11.1±0.08ms | 0.00% | | parse_complex_query | 2.8±0.02µs | 2.8±0.02µs | 0.00% | | parse_expression_recursion | 5.1±0.03µs | **5.0±0.06µs** | **-1.96%** | | parse_simple_query | **860.0±11.28ns** | 884.9±31.93ns | **+2.90%** |