quarylabs / sqruff

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

feat: actually allow LT13 to run #503

Closed benfdking closed 1 month ago

benfdking commented 1 month ago
github-actions[bot] commented 1 month ago

Benchmark for e78cc5f

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 149.9±1.41µs | 149.8±1.22µs | -0.07% | | fix_complex_query | 14.4±0.10ms | 14.4±0.52ms | 0.00% | | parse_complex_query | 4.8±0.09µs | 4.8±0.06µs | 0.00% | | parse_expression_recursion | 9.8±0.07µs | **9.7±0.10µs** | **-1.02%** | | parse_simple_query | 1414.6±20.62ns | 1416.7±45.25ns | +0.15% |
github-actions[bot] commented 1 month ago

Benchmark for 5ad005c

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | **148.1±0.93µs** | 149.7±1.75µs | **+1.08%** | | fix_complex_query | **14.4±0.09ms** | 14.6±0.19ms | **+1.39%** | | parse_complex_query | **4.8±0.05µs** | 5.0±0.07µs | **+4.17%** | | parse_expression_recursion | **9.8±0.06µs** | 10.0±0.08µs | **+2.04%** | | parse_simple_query | 1421.4±31.71ns | 1429.4±69.88ns | +0.56% |