-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add lint `#![deny(clippy::all)]` * Automatic fixes from `cargo clippy --fix --all-features; cargo fmt` * Clean-up based on some clippy recommendations
- Loading branch information
Showing
52 changed files
with
596 additions
and
488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#![deny(rust_2018_idioms)] | ||
#![deny(clippy::all)] | ||
|
||
#[cfg(feature = "visualize-dot")] | ||
mod ast_to_dot; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
f9ea25c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PartiQL (rust) Benchmark
arith_agg-avg
753295
ns/iter (± 10692
)749794
ns/iter (± 20334
)1.00
arith_agg-avg_distinct
840324
ns/iter (± 4163
)844710
ns/iter (± 16836
)0.99
arith_agg-count
793350
ns/iter (± 10629
)794064
ns/iter (± 23842
)1.00
arith_agg-count_distinct
839384
ns/iter (± 2146
)827009
ns/iter (± 10296
)1.01
arith_agg-min
798513
ns/iter (± 6679
)803369
ns/iter (± 9148
)0.99
arith_agg-min_distinct
833475
ns/iter (± 2626
)848859
ns/iter (± 6799
)0.98
arith_agg-max
804812
ns/iter (± 46953
)803537
ns/iter (± 3943
)1.00
arith_agg-max_distinct
840423
ns/iter (± 3375
)859256
ns/iter (± 1644
)0.98
arith_agg-sum
799199
ns/iter (± 31039
)801012
ns/iter (± 3588
)1.00
arith_agg-sum_distinct
837469
ns/iter (± 3462
)834489
ns/iter (± 3412
)1.00
arith_agg-avg-count-min-max-sum
940946
ns/iter (± 3800
)943002
ns/iter (± 6682
)1.00
arith_agg-avg-count-min-max-sum-group_by
1191733
ns/iter (± 24045
)1180518
ns/iter (± 8179
)1.01
arith_agg-avg-count-min-max-sum-group_by-group_as
1765004
ns/iter (± 15301
)1794515
ns/iter (± 26653
)0.98
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1266530
ns/iter (± 6843
)1279122
ns/iter (± 6998
)0.99
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1531211
ns/iter (± 18789
)1572001
ns/iter (± 22089
)0.97
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2097034
ns/iter (± 9635
)2158777
ns/iter (± 15168
)0.97
parse-1
4246
ns/iter (± 14
)4175
ns/iter (± 17
)1.02
parse-15
39512
ns/iter (± 138
)40432
ns/iter (± 185
)0.98
parse-30
77971
ns/iter (± 220
)76469
ns/iter (± 226
)1.02
compile-1
4275
ns/iter (± 98
)4263
ns/iter (± 35
)1.00
compile-15
30620
ns/iter (± 105
)30966
ns/iter (± 109
)0.99
compile-30
62886
ns/iter (± 209
)62785
ns/iter (± 239
)1.00
plan-1
69165
ns/iter (± 229
)66750
ns/iter (± 1100
)1.04
plan-15
1069606
ns/iter (± 19098
)1040907
ns/iter (± 10129
)1.03
plan-30
2148107
ns/iter (± 6347
)2084147
ns/iter (± 9640
)1.03
eval-1
13395677
ns/iter (± 284023
)12570554
ns/iter (± 179265
)1.07
eval-15
87240379
ns/iter (± 742836
)85804492
ns/iter (± 867122
)1.02
eval-30
167428923
ns/iter (± 586993
)165209384
ns/iter (± 404633
)1.01
join
9691
ns/iter (± 38
)9670
ns/iter (± 31
)1.00
simple
2511
ns/iter (± 10
)2464
ns/iter (± 11
)1.02
simple-no
431
ns/iter (± 2
)436
ns/iter (± 1
)0.99
numbers
57
ns/iter (± 0
)58
ns/iter (± 0
)0.98
parse-simple
539
ns/iter (± 1
)568
ns/iter (± 3
)0.95
parse-ion
1762
ns/iter (± 16
)1799
ns/iter (± 8
)0.98
parse-group
5689
ns/iter (± 25
)5878
ns/iter (± 14
)0.97
parse-complex
14800
ns/iter (± 86
)14743
ns/iter (± 30
)1.00
parse-complex-fexpr
20886
ns/iter (± 91
)21472
ns/iter (± 347
)0.97
This comment was automatically generated by workflow using github-action-benchmark.