-
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.
* Update deny license versions, nightly toolchain * Replace usages of `derivative` with `educe`. * clippy & fmt
- Loading branch information
Showing
23 changed files
with
52 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,6 @@ accepted = [ | |
"ISC", | ||
"Zlib", | ||
"ICU", | ||
"Unicode-DFS-2016" | ||
"Unicode-DFS-2016", | ||
"Unicode-3.0" | ||
] |
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
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 |
---|---|---|
|
@@ -29,6 +29,6 @@ thiserror = "1" | |
|
||
indexmap = "2.5" | ||
|
||
derivative = "2.2" | ||
educe = "0.6" | ||
|
||
[dev-dependencies] |
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.
13836d1
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
779362
ns/iter (± 4869
)778876
ns/iter (± 6563
)1.00
arith_agg-avg_distinct
868514
ns/iter (± 20412
)865101
ns/iter (± 10684
)1.00
arith_agg-count
827765
ns/iter (± 52033
)832969
ns/iter (± 21135
)0.99
arith_agg-count_distinct
859464
ns/iter (± 3769
)865241
ns/iter (± 3034
)0.99
arith_agg-min
831144
ns/iter (± 24332
)830045
ns/iter (± 2296
)1.00
arith_agg-min_distinct
865575
ns/iter (± 160042
)866901
ns/iter (± 1679
)1.00
arith_agg-max
835732
ns/iter (± 1378
)836447
ns/iter (± 4347
)1.00
arith_agg-max_distinct
872876
ns/iter (± 1396
)875477
ns/iter (± 2571
)1.00
arith_agg-sum
831858
ns/iter (± 1660
)837285
ns/iter (± 1921
)0.99
arith_agg-sum_distinct
866734
ns/iter (± 5909
)874275
ns/iter (± 5198
)0.99
arith_agg-avg-count-min-max-sum
988615
ns/iter (± 10610
)978145
ns/iter (± 19364
)1.01
arith_agg-avg-count-min-max-sum-group_by
1244835
ns/iter (± 12282
)1224127
ns/iter (± 8025
)1.02
arith_agg-avg-count-min-max-sum-group_by-group_as
1855176
ns/iter (± 7861
)1852330
ns/iter (± 7671
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1220105
ns/iter (± 8355
)1261519
ns/iter (± 21633
)0.97
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1507054
ns/iter (± 43127
)1532962
ns/iter (± 39963
)0.98
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2102096
ns/iter (± 17003
)2127338
ns/iter (± 13304
)0.99
parse-1
5954
ns/iter (± 205
)6213
ns/iter (± 18
)0.96
parse-15
49279
ns/iter (± 1112
)50489
ns/iter (± 358
)0.98
parse-30
96811
ns/iter (± 951
)98652
ns/iter (± 498
)0.98
compile-1
4313
ns/iter (± 18
)4247
ns/iter (± 15
)1.02
compile-15
31572
ns/iter (± 260
)32835
ns/iter (± 1533
)0.96
compile-30
64409
ns/iter (± 191
)67473
ns/iter (± 227
)0.95
plan-1
70716
ns/iter (± 1698
)70366
ns/iter (± 371
)1.00
plan-15
1102453
ns/iter (± 36687
)1091990
ns/iter (± 47002
)1.01
plan-30
2142597
ns/iter (± 46164
)2193890
ns/iter (± 10482
)0.98
eval-1
12147533
ns/iter (± 87548
)12862783
ns/iter (± 81581
)0.94
eval-15
76679910
ns/iter (± 3978698
)88439210
ns/iter (± 934873
)0.87
eval-30
146225132
ns/iter (± 1141375
)169215402
ns/iter (± 486929
)0.86
join
10119
ns/iter (± 269
)10009
ns/iter (± 274
)1.01
simple
2541
ns/iter (± 47
)2500
ns/iter (± 28
)1.02
simple-no
477
ns/iter (± 6
)457
ns/iter (± 2
)1.04
numbers
57
ns/iter (± 0
)57
ns/iter (± 0
)1
parse-simple
951
ns/iter (± 3
)858
ns/iter (± 29
)1.11
parse-ion
2765
ns/iter (± 7
)2563
ns/iter (± 11
)1.08
parse-group
8026
ns/iter (± 55
)7927
ns/iter (± 43
)1.01
parse-complex
20927
ns/iter (± 93
)20694
ns/iter (± 97
)1.01
parse-complex-fexpr
28651
ns/iter (± 137
)28148
ns/iter (± 109
)1.02
This comment was automatically generated by workflow using github-action-benchmark.