quarylabs / sqruff

Fast SQL formatter/linter
https://playground.quary.dev/?secondary=Format
Apache License 2.0
353 stars 14 forks source link

refactor: remove fluff config from places #732

Closed benfdking closed 1 month ago

github-actions[bot] commented 1 month ago

Benchmark for 0a27039

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 41.3±0.21µs | 41.5±0.22µs | +0.48% | | fix_complex_query | 11.2±0.19ms | 11.2±0.13ms | 0.00% | | parse_complex_query | 2.8±0.04µs | 2.8±0.05µs | 0.00% | | parse_expression_recursion | **5.0±0.04µs** | 5.1±0.07µs | **+2.00%** | | parse_simple_query | 822.9±12.26ns | 811.0±48.44ns | -1.45% |
github-actions[bot] commented 1 month ago

Benchmark for d222191

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | **40.7±0.55µs** | 56.3±0.18µs | **+38.33%** | | fix_complex_query | 11.4±0.29ms | 11.3±0.19ms | -0.88% | | parse_complex_query | 2.8±0.02µs | 2.8±0.06µs | 0.00% | | parse_expression_recursion | 5.2±0.06µs | **5.0±0.06µs** | **-3.85%** | | parse_simple_query | 813.0±7.81ns | 812.6±32.39ns | -0.05% |