-
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.
Refactor equality as per spec.
eqg
and add testing equality ops (#537)
- Loading branch information
Showing
10 changed files
with
183 additions
and
56 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
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
4792d1c
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
799180
ns/iter (± 10763
)773594
ns/iter (± 4076
)1.03
arith_agg-avg_distinct
882685
ns/iter (± 2463
)857665
ns/iter (± 5095
)1.03
arith_agg-count
854073
ns/iter (± 16094
)822309
ns/iter (± 44600
)1.04
arith_agg-count_distinct
878784
ns/iter (± 3765
)852355
ns/iter (± 10718
)1.03
arith_agg-min
856840
ns/iter (± 5485
)826952
ns/iter (± 39267
)1.04
arith_agg-min_distinct
882859
ns/iter (± 3213
)866099
ns/iter (± 32879
)1.02
arith_agg-max
860209
ns/iter (± 4433
)834860
ns/iter (± 30814
)1.03
arith_agg-max_distinct
888296
ns/iter (± 2830
)868044
ns/iter (± 3176
)1.02
arith_agg-sum
859308
ns/iter (± 10047
)832122
ns/iter (± 2947
)1.03
arith_agg-sum_distinct
880882
ns/iter (± 9083
)860507
ns/iter (± 8300
)1.02
arith_agg-avg-count-min-max-sum
1022309
ns/iter (± 7418
)990002
ns/iter (± 6705
)1.03
arith_agg-avg-count-min-max-sum-group_by
1299778
ns/iter (± 9948
)1278229
ns/iter (± 28446
)1.02
arith_agg-avg-count-min-max-sum-group_by-group_as
1935932
ns/iter (± 9387
)1870588
ns/iter (± 10252
)1.03
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1235222
ns/iter (± 11077
)1191863
ns/iter (± 16141
)1.04
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1529091
ns/iter (± 10680
)1461233
ns/iter (± 40502
)1.05
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2149568
ns/iter (± 16375
)2075422
ns/iter (± 12211
)1.04
parse-1
5441
ns/iter (± 152
)5436
ns/iter (± 346
)1.00
parse-15
46367
ns/iter (± 159
)47354
ns/iter (± 198
)0.98
parse-30
90639
ns/iter (± 191
)92881
ns/iter (± 419
)0.98
compile-1
4295
ns/iter (± 109
)4142
ns/iter (± 9
)1.04
compile-15
30685
ns/iter (± 129
)30301
ns/iter (± 128
)1.01
compile-30
64239
ns/iter (± 2548
)62895
ns/iter (± 743
)1.02
plan-1
70894
ns/iter (± 387
)69940
ns/iter (± 1149
)1.01
plan-15
1105696
ns/iter (± 10190
)1097476
ns/iter (± 80703
)1.01
plan-30
2213383
ns/iter (± 25125
)2192204
ns/iter (± 9567
)1.01
eval-1
12809424
ns/iter (± 223288
)12168571
ns/iter (± 111834
)1.05
eval-15
79139260
ns/iter (± 1088736
)78372842
ns/iter (± 1204765
)1.01
eval-30
149902007
ns/iter (± 740154
)149908935
ns/iter (± 1993148
)1.00
join
9971
ns/iter (± 49
)9891
ns/iter (± 28
)1.01
simple
2565
ns/iter (± 10
)2558
ns/iter (± 19
)1.00
simple-no
465
ns/iter (± 1
)486
ns/iter (± 1
)0.96
numbers
57
ns/iter (± 0
)48
ns/iter (± 0
)1.19
parse-simple
736
ns/iter (± 3
)766
ns/iter (± 2
)0.96
parse-ion
2304
ns/iter (± 24
)2495
ns/iter (± 7
)0.92
parse-group
6892
ns/iter (± 21
)7387
ns/iter (± 22
)0.93
parse-complex
18554
ns/iter (± 93
)19209
ns/iter (± 258
)0.97
parse-complex-fexpr
25476
ns/iter (± 203
)26160
ns/iter (± 114
)0.97
This comment was automatically generated by workflow using github-action-benchmark.