-
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.
Showing
10 changed files
with
71 additions
and
46 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
c91c5a4
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
774408
ns/iter (± 10165
)775078
ns/iter (± 8705
)1.00
arith_agg-avg_distinct
861458
ns/iter (± 2997
)862652
ns/iter (± 6626
)1.00
arith_agg-count
820770
ns/iter (± 11846
)830846
ns/iter (± 7811
)0.99
arith_agg-count_distinct
864445
ns/iter (± 2515
)855765
ns/iter (± 2496
)1.01
arith_agg-min
823916
ns/iter (± 39653
)843309
ns/iter (± 3129
)0.98
arith_agg-min_distinct
861591
ns/iter (± 12547
)871031
ns/iter (± 11411
)0.99
arith_agg-max
832754
ns/iter (± 8948
)840150
ns/iter (± 3401
)0.99
arith_agg-max_distinct
873721
ns/iter (± 13503
)870457
ns/iter (± 1793
)1.00
arith_agg-sum
828017
ns/iter (± 3246
)833829
ns/iter (± 2930
)0.99
arith_agg-sum_distinct
864254
ns/iter (± 3454
)863680
ns/iter (± 2889
)1.00
arith_agg-avg-count-min-max-sum
969776
ns/iter (± 3143
)971146
ns/iter (± 7271
)1.00
arith_agg-avg-count-min-max-sum-group_by
1218335
ns/iter (± 82167
)1228144
ns/iter (± 5068
)0.99
arith_agg-avg-count-min-max-sum-group_by-group_as
1832486
ns/iter (± 13544
)1825750
ns/iter (± 17664
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1293061
ns/iter (± 12846
)1171155
ns/iter (± 7797
)1.10
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1592716
ns/iter (± 16316
)1475823
ns/iter (± 17342
)1.08
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2189565
ns/iter (± 8129
)2067865
ns/iter (± 12643
)1.06
parse-1
4635
ns/iter (± 92
)4149
ns/iter (± 24
)1.12
parse-15
43481
ns/iter (± 258
)39532
ns/iter (± 211
)1.10
parse-30
85428
ns/iter (± 349
)76008
ns/iter (± 562
)1.12
compile-1
4322
ns/iter (± 16
)4432
ns/iter (± 13
)0.98
compile-15
32995
ns/iter (± 153
)35043
ns/iter (± 104
)0.94
compile-30
69154
ns/iter (± 356
)71338
ns/iter (± 331
)0.97
plan-1
66539
ns/iter (± 327
)69546
ns/iter (± 702
)0.96
plan-15
1046584
ns/iter (± 28576
)1078664
ns/iter (± 86226
)0.97
plan-30
2098596
ns/iter (± 23287
)2153387
ns/iter (± 13338
)0.97
eval-1
13184607
ns/iter (± 397271
)12766894
ns/iter (± 60043
)1.03
eval-15
89455403
ns/iter (± 395638
)86920998
ns/iter (± 1270499
)1.03
eval-30
171764736
ns/iter (± 1745204
)167856739
ns/iter (± 489213
)1.02
join
9850
ns/iter (± 21
)9891
ns/iter (± 173
)1.00
simple
2462
ns/iter (± 12
)2474
ns/iter (± 27
)1.00
simple-no
425
ns/iter (± 1
)427
ns/iter (± 2
)1.00
numbers
57
ns/iter (± 0
)57
ns/iter (± 0
)1
parse-simple
573
ns/iter (± 2
)586
ns/iter (± 3
)0.98
parse-ion
1731
ns/iter (± 3
)1762
ns/iter (± 4
)0.98
parse-group
5897
ns/iter (± 24
)5772
ns/iter (± 35
)1.02
parse-complex
15037
ns/iter (± 67
)15496
ns/iter (± 188
)0.97
parse-complex-fexpr
22022
ns/iter (± 108
)22579
ns/iter (± 111
)0.98
This comment was automatically generated by workflow using github-action-benchmark.