quarylabs / sqruff

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

chore: reduce redundant piece of information #519

Closed benfdking closed 1 month ago

github-actions[bot] commented 1 month ago

Benchmark for 92fac88

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | **141.2±1.76µs** | 143.1±4.39µs | **+1.35%** | | fix_complex_query | 14.1±0.39ms | **13.8±0.24ms** | **-2.13%** | | parse_complex_query | **4.3±0.06µs** | 4.4±0.05µs | **+2.33%** | | parse_expression_recursion | 7.4±0.07µs | **7.2±0.05µs** | **-2.70%** | | parse_simple_query | **1377.4±29.66ns** | 1452.7±15.67ns | **+5.47%** |
github-actions[bot] commented 1 month ago

Benchmark for 8665f37

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 142.0±3.05µs | 141.5±2.30µs | -0.35% | | fix_complex_query | 13.6±0.35ms | 13.5±0.14ms | -0.74% | | parse_complex_query | 4.4±0.04µs | 4.4±0.06µs | 0.00% | | parse_expression_recursion | **7.2±0.07µs** | 7.3±0.10µs | **+1.39%** | | parse_simple_query | 1398.9±31.66ns | 1411.8±56.35ns | +0.92% |