-
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 Boxed Variant interface & Boxed Ion implementation (#540)
* Add Boxed Variant interface & Boxed Ion implementation * Add lowering of Variants
- Loading branch information
Showing
31 changed files
with
1,420 additions
and
144 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
Oops, something went wrong.
cc421cf
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
755842
ns/iter (± 20170
)769814
ns/iter (± 8314
)0.98
arith_agg-avg_distinct
850808
ns/iter (± 3621
)878690
ns/iter (± 2966
)0.97
arith_agg-count
809836
ns/iter (± 15693
)826538
ns/iter (± 10833
)0.98
arith_agg-count_distinct
837521
ns/iter (± 3101
)870623
ns/iter (± 2881
)0.96
arith_agg-min
813946
ns/iter (± 2371
)824801
ns/iter (± 3057
)0.99
arith_agg-min_distinct
841296
ns/iter (± 1768
)878694
ns/iter (± 36343
)0.96
arith_agg-max
821682
ns/iter (± 2557
)830727
ns/iter (± 14819
)0.99
arith_agg-max_distinct
857222
ns/iter (± 5228
)883932
ns/iter (± 1838
)0.97
arith_agg-sum
816950
ns/iter (± 3234
)825535
ns/iter (± 2352
)0.99
arith_agg-sum_distinct
841293
ns/iter (± 4320
)878740
ns/iter (± 4897
)0.96
arith_agg-avg-count-min-max-sum
1008146
ns/iter (± 14679
)992053
ns/iter (± 12382
)1.02
arith_agg-avg-count-min-max-sum-group_by
1411675
ns/iter (± 11426
)1283717
ns/iter (± 14931
)1.10
arith_agg-avg-count-min-max-sum-group_by-group_as
2014388
ns/iter (± 81098
)1894899
ns/iter (± 11739
)1.06
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1219225
ns/iter (± 5684
)1222616
ns/iter (± 22080
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1638160
ns/iter (± 17320
)1510808
ns/iter (± 14382
)1.08
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2234925
ns/iter (± 23951
)2124163
ns/iter (± 11454
)1.05
parse-1
5417
ns/iter (± 19
)5271
ns/iter (± 76
)1.03
parse-15
45810
ns/iter (± 228
)46437
ns/iter (± 204
)0.99
parse-30
92434
ns/iter (± 675
)89384
ns/iter (± 2251
)1.03
compile-1
4283
ns/iter (± 21
)4183
ns/iter (± 19
)1.02
compile-15
30573
ns/iter (± 127
)30397
ns/iter (± 472
)1.01
compile-30
63330
ns/iter (± 108
)63226
ns/iter (± 359
)1.00
plan-1
71250
ns/iter (± 729
)67639
ns/iter (± 460
)1.05
plan-15
1060035
ns/iter (± 22883
)1052204
ns/iter (± 20267
)1.01
plan-30
2208935
ns/iter (± 38857
)2104378
ns/iter (± 18622
)1.05
eval-1
12289110
ns/iter (± 78213
)12341094
ns/iter (± 178903
)1.00
eval-15
88216387
ns/iter (± 924783
)78913822
ns/iter (± 323686
)1.12
eval-30
168847957
ns/iter (± 651292
)149710776
ns/iter (± 485303
)1.13
join
10514
ns/iter (± 69
)9608
ns/iter (± 28
)1.09
simple
2501
ns/iter (± 7
)2438
ns/iter (± 5
)1.03
simple-no
463
ns/iter (± 3
)465
ns/iter (± 1
)1.00
numbers
58
ns/iter (± 0
)57
ns/iter (± 0
)1.02
parse-simple
703
ns/iter (± 6
)697
ns/iter (± 12
)1.01
parse-ion
2272
ns/iter (± 24
)2349
ns/iter (± 8
)0.97
parse-group
7159
ns/iter (± 24
)7332
ns/iter (± 57
)0.98
parse-complex
18485
ns/iter (± 1152
)19289
ns/iter (± 209
)0.96
parse-complex-fexpr
26020
ns/iter (± 77
)25980
ns/iter (± 127
)1.00
This comment was automatically generated by workflow using github-action-benchmark.