-
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 type to
ast::Lit::EmbeddedDocLit
(#525)
- Loading branch information
Showing
5 changed files
with
39 additions
and
8 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
27d90d1
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
762607
ns/iter (± 13004
)770065
ns/iter (± 6886
)0.99
arith_agg-avg_distinct
853107
ns/iter (± 13446
)856721
ns/iter (± 3282
)1.00
arith_agg-count
811102
ns/iter (± 52377
)815223
ns/iter (± 14799
)0.99
arith_agg-count_distinct
841861
ns/iter (± 9876
)858669
ns/iter (± 4273
)0.98
arith_agg-min
813170
ns/iter (± 11329
)821056
ns/iter (± 2841
)0.99
arith_agg-min_distinct
852586
ns/iter (± 13113
)854399
ns/iter (± 4373
)1.00
arith_agg-max
822112
ns/iter (± 18721
)825900
ns/iter (± 41288
)1.00
arith_agg-max_distinct
861600
ns/iter (± 12184
)861984
ns/iter (± 2669
)1.00
arith_agg-sum
817410
ns/iter (± 7116
)821892
ns/iter (± 6469
)0.99
arith_agg-sum_distinct
846422
ns/iter (± 17409
)860284
ns/iter (± 2356
)0.98
arith_agg-avg-count-min-max-sum
980679
ns/iter (± 11071
)973599
ns/iter (± 2729
)1.01
arith_agg-avg-count-min-max-sum-group_by
1236545
ns/iter (± 41584
)1226677
ns/iter (± 16934
)1.01
arith_agg-avg-count-min-max-sum-group_by-group_as
1851597
ns/iter (± 26232
)1852614
ns/iter (± 6514
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1204575
ns/iter (± 13223
)1224367
ns/iter (± 13913
)0.98
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1505227
ns/iter (± 11252
)1500889
ns/iter (± 19101
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2123329
ns/iter (± 20173
)2096925
ns/iter (± 9815
)1.01
parse-1
6002
ns/iter (± 642
)6086
ns/iter (± 14
)0.99
parse-15
50598
ns/iter (± 312
)50565
ns/iter (± 77
)1.00
parse-30
99235
ns/iter (± 404
)98481
ns/iter (± 429
)1.01
compile-1
4106
ns/iter (± 8
)4280
ns/iter (± 12
)0.96
compile-15
31139
ns/iter (± 601
)30186
ns/iter (± 115
)1.03
compile-30
63510
ns/iter (± 516
)63029
ns/iter (± 238
)1.01
plan-1
70176
ns/iter (± 215
)71625
ns/iter (± 271
)0.98
plan-15
1093985
ns/iter (± 9281
)1124229
ns/iter (± 10520
)0.97
plan-30
2187788
ns/iter (± 7953
)2253137
ns/iter (± 14872
)0.97
eval-1
12010339
ns/iter (± 71348
)11911863
ns/iter (± 111520
)1.01
eval-15
76945710
ns/iter (± 1003377
)77114178
ns/iter (± 293901
)1.00
eval-30
147299495
ns/iter (± 1612420
)147487722
ns/iter (± 486288
)1.00
join
9927
ns/iter (± 160
)9733
ns/iter (± 187
)1.02
simple
2523
ns/iter (± 11
)2542
ns/iter (± 44
)0.99
simple-no
482
ns/iter (± 2
)481
ns/iter (± 1
)1.00
numbers
57
ns/iter (± 0
)57
ns/iter (± 0
)1
parse-simple
953
ns/iter (± 5
)941
ns/iter (± 4
)1.01
parse-ion
2703
ns/iter (± 8
)2598
ns/iter (± 15
)1.04
parse-group
7970
ns/iter (± 28
)8131
ns/iter (± 26
)0.98
parse-complex
20582
ns/iter (± 133
)20806
ns/iter (± 57
)0.99
parse-complex-fexpr
28121
ns/iter (± 160
)28512
ns/iter (± 2711
)0.99
This comment was automatically generated by workflow using github-action-benchmark.