-
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 errors from BaseTableExpr's to the evaluator (#447)
- Loading branch information
Showing
9 changed files
with
300 additions
and
22 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
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.
6e16561
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
747809
ns/iter (± 34356
)746821
ns/iter (± 19100
)1.00
arith_agg-avg_distinct
831777
ns/iter (± 5705
)829264
ns/iter (± 3199
)1.00
arith_agg-count
790076
ns/iter (± 17042
)787844
ns/iter (± 12562
)1.00
arith_agg-count_distinct
823566
ns/iter (± 23775
)826939
ns/iter (± 2530
)1.00
arith_agg-min
797208
ns/iter (± 2083
)793890
ns/iter (± 7999
)1.00
arith_agg-min_distinct
828043
ns/iter (± 1950
)841550
ns/iter (± 4400
)0.98
arith_agg-max
800288
ns/iter (± 8875
)806244
ns/iter (± 5126
)0.99
arith_agg-max_distinct
837043
ns/iter (± 18183
)854146
ns/iter (± 2215
)0.98
arith_agg-sum
796913
ns/iter (± 21548
)802239
ns/iter (± 13457
)0.99
arith_agg-sum_distinct
827024
ns/iter (± 4742
)827343
ns/iter (± 3607
)1.00
arith_agg-avg-count-min-max-sum
939603
ns/iter (± 16643
)934828
ns/iter (± 10031
)1.01
arith_agg-avg-count-min-max-sum-group_by
1205820
ns/iter (± 12994
)1173523
ns/iter (± 15018
)1.03
arith_agg-avg-count-min-max-sum-group_by-group_as
1788912
ns/iter (± 13490
)1760710
ns/iter (± 18886
)1.02
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1229401
ns/iter (± 21851
)1247320
ns/iter (± 25380
)0.99
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1518219
ns/iter (± 40358
)1504635
ns/iter (± 7476
)1.01
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2117193
ns/iter (± 92643
)2073905
ns/iter (± 10864
)1.02
parse-1
4410
ns/iter (± 17
)4133
ns/iter (± 50
)1.07
parse-15
40403
ns/iter (± 1440
)38969
ns/iter (± 328
)1.04
parse-30
79352
ns/iter (± 554
)76003
ns/iter (± 1038
)1.04
compile-1
4458
ns/iter (± 25
)4404
ns/iter (± 28
)1.01
compile-15
30702
ns/iter (± 128
)31097
ns/iter (± 116
)0.99
compile-30
62489
ns/iter (± 233
)63106
ns/iter (± 325
)0.99
plan-1
66573
ns/iter (± 342
)66885
ns/iter (± 626
)1.00
plan-15
1041907
ns/iter (± 10191
)1043991
ns/iter (± 39924
)1.00
plan-30
2086756
ns/iter (± 11988
)2094529
ns/iter (± 8733
)1.00
eval-1
12654151
ns/iter (± 180220
)12975916
ns/iter (± 267403
)0.98
eval-15
85231512
ns/iter (± 860320
)85761476
ns/iter (± 893565
)0.99
eval-30
163672275
ns/iter (± 4185849
)164584010
ns/iter (± 859013
)0.99
join
9886
ns/iter (± 97
)9758
ns/iter (± 35
)1.01
simple
2496
ns/iter (± 11
)2519
ns/iter (± 7
)0.99
simple-no
443
ns/iter (± 1
)442
ns/iter (± 0
)1.00
numbers
58
ns/iter (± 0
)59
ns/iter (± 0
)0.98
parse-simple
579
ns/iter (± 1
)548
ns/iter (± 2
)1.06
parse-ion
1984
ns/iter (± 49
)1796
ns/iter (± 70
)1.10
parse-group
5956
ns/iter (± 65
)5733
ns/iter (± 22
)1.04
parse-complex
15655
ns/iter (± 33
)14943
ns/iter (± 98
)1.05
parse-complex-fexpr
22266
ns/iter (± 329
)21558
ns/iter (± 80
)1.03
This comment was automatically generated by workflow using github-action-benchmark.