-
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.
- Loading branch information
Showing
13 changed files
with
832 additions
and
11 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
Oops, something went wrong.
979c0cb
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
770772
ns/iter (± 2036
)775927
ns/iter (± 3468
)0.99
arith_agg-avg_distinct
855654
ns/iter (± 1802
)856683
ns/iter (± 2372
)1.00
arith_agg-count
821448
ns/iter (± 14841
)818625
ns/iter (± 15375
)1.00
arith_agg-count_distinct
852586
ns/iter (± 17919
)851347
ns/iter (± 4987
)1.00
arith_agg-min
825473
ns/iter (± 1830
)825917
ns/iter (± 2576
)1.00
arith_agg-min_distinct
854880
ns/iter (± 2705
)850563
ns/iter (± 7003
)1.01
arith_agg-max
832107
ns/iter (± 3311
)827990
ns/iter (± 34600
)1.00
arith_agg-max_distinct
864136
ns/iter (± 3303
)864413
ns/iter (± 11462
)1.00
arith_agg-sum
824732
ns/iter (± 17967
)829453
ns/iter (± 16364
)0.99
arith_agg-sum_distinct
859648
ns/iter (± 2287
)857194
ns/iter (± 2443
)1.00
arith_agg-avg-count-min-max-sum
965929
ns/iter (± 3494
)968022
ns/iter (± 3875
)1.00
arith_agg-avg-count-min-max-sum-group_by
1234556
ns/iter (± 17076
)1207285
ns/iter (± 18484
)1.02
arith_agg-avg-count-min-max-sum-group_by-group_as
1825909
ns/iter (± 15262
)1825661
ns/iter (± 17209
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1226847
ns/iter (± 9659
)1240635
ns/iter (± 74432
)0.99
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1517280
ns/iter (± 7336
)1520707
ns/iter (± 16588
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2111135
ns/iter (± 10607
)2139065
ns/iter (± 10755
)0.99
parse-1
5471
ns/iter (± 28
)4221
ns/iter (± 74
)1.30
parse-15
48888
ns/iter (± 154
)40063
ns/iter (± 732
)1.22
parse-30
93314
ns/iter (± 476
)81388
ns/iter (± 712
)1.15
compile-1
4337
ns/iter (± 28
)4344
ns/iter (± 62
)1.00
compile-15
33665
ns/iter (± 174
)33761
ns/iter (± 218
)1.00
compile-30
70423
ns/iter (± 2461
)70343
ns/iter (± 191
)1.00
plan-1
67596
ns/iter (± 287
)67749
ns/iter (± 363
)1.00
plan-15
1057775
ns/iter (± 21462
)1050246
ns/iter (± 23555
)1.01
plan-30
2119337
ns/iter (± 13062
)2103307
ns/iter (± 10523
)1.01
eval-1
13007144
ns/iter (± 118130
)12792235
ns/iter (± 113115
)1.02
eval-15
87319711
ns/iter (± 1064507
)86096723
ns/iter (± 982386
)1.01
eval-30
167286656
ns/iter (± 695881
)165076640
ns/iter (± 2722727
)1.01
join
9810
ns/iter (± 410
)9756
ns/iter (± 531
)1.01
simple
2476
ns/iter (± 12
)2477
ns/iter (± 18
)1.00
simple-no
439
ns/iter (± 2
)425
ns/iter (± 3
)1.03
numbers
57
ns/iter (± 1
)57
ns/iter (± 0
)1
parse-simple
654
ns/iter (± 5
)566
ns/iter (± 1
)1.16
parse-ion
2259
ns/iter (± 60
)1729
ns/iter (± 3
)1.31
parse-group
6975
ns/iter (± 24
)5812
ns/iter (± 14
)1.20
parse-complex
18265
ns/iter (± 63
)14670
ns/iter (± 164
)1.25
parse-complex-fexpr
25502
ns/iter (± 250
)21437
ns/iter (± 119
)1.19
This comment was automatically generated by workflow using github-action-benchmark.