quarylabs / sqruff

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

refactor: simplify OutputStreamFormatter #954

Closed gvozdvmozgu closed 6 days ago

github-actions[bot] commented 1 week ago

Benchmark for 807128c

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 41.6±0.56µs | 41.5±0.60µs | -0.24% | | fix_complex_query | 11.8±0.21ms | 11.8±0.16ms | 0.00% | | parse_complex_query | 2.9±0.07µs | 2.9±0.18µs | 0.00% | | parse_expression_recursion | 5.1±0.07µs | 5.1±0.04µs | 0.00% | | parse_simple_query | **820.9±12.09ns** | 836.1±27.84ns | **+1.85%** |
github-actions[bot] commented 1 week ago

Benchmark for 2f349b5

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | **41.1±0.77µs** | 41.5±0.36µs | **+0.97%** | | fix_complex_query | 11.8±0.11ms | 11.9±0.19ms | +0.85% | | parse_complex_query | 2.9±0.02µs | 2.9±0.04µs | 0.00% | | parse_expression_recursion | **5.1±0.06µs** | 5.2±0.08µs | **+1.96%** | | parse_simple_query | **825.9±21.18ns** | 848.3±11.99ns | **+2.71%** |