-
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
9 changed files
with
22 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
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
d07a7e1
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
770065
ns/iter (± 6886
)765417
ns/iter (± 9720
)1.01
arith_agg-avg_distinct
856721
ns/iter (± 3282
)857628
ns/iter (± 2290
)1.00
arith_agg-count
815223
ns/iter (± 14799
)823325
ns/iter (± 14147
)0.99
arith_agg-count_distinct
858669
ns/iter (± 4273
)849976
ns/iter (± 1321
)1.01
arith_agg-min
821056
ns/iter (± 2841
)825972
ns/iter (± 45164
)0.99
arith_agg-min_distinct
854399
ns/iter (± 4373
)852656
ns/iter (± 2511
)1.00
arith_agg-max
825900
ns/iter (± 41288
)830428
ns/iter (± 5999
)0.99
arith_agg-max_distinct
861984
ns/iter (± 2669
)860720
ns/iter (± 30809
)1.00
arith_agg-sum
821892
ns/iter (± 6469
)826283
ns/iter (± 12568
)0.99
arith_agg-sum_distinct
860284
ns/iter (± 2356
)856047
ns/iter (± 5027
)1.00
arith_agg-avg-count-min-max-sum
973599
ns/iter (± 2729
)995733
ns/iter (± 12537
)0.98
arith_agg-avg-count-min-max-sum-group_by
1226677
ns/iter (± 16934
)1221238
ns/iter (± 30151
)1.00
arith_agg-avg-count-min-max-sum-group_by-group_as
1852614
ns/iter (± 6514
)1843394
ns/iter (± 7066
)1.01
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1224367
ns/iter (± 13913
)1202863
ns/iter (± 32389
)1.02
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1500889
ns/iter (± 19101
)1478093
ns/iter (± 36300
)1.02
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2096925
ns/iter (± 9815
)2072542
ns/iter (± 9664
)1.01
parse-1
6086
ns/iter (± 14
)6165
ns/iter (± 25
)0.99
parse-15
50565
ns/iter (± 77
)51563
ns/iter (± 204
)0.98
parse-30
98481
ns/iter (± 429
)98311
ns/iter (± 355
)1.00
compile-1
4280
ns/iter (± 12
)4246
ns/iter (± 34
)1.01
compile-15
30186
ns/iter (± 115
)30444
ns/iter (± 118
)0.99
compile-30
63029
ns/iter (± 238
)63588
ns/iter (± 140
)0.99
plan-1
71625
ns/iter (± 271
)70683
ns/iter (± 180
)1.01
plan-15
1124229
ns/iter (± 10520
)1101877
ns/iter (± 15617
)1.02
plan-30
2253137
ns/iter (± 14872
)2204988
ns/iter (± 16988
)1.02
eval-1
11911863
ns/iter (± 111520
)11996073
ns/iter (± 261515
)0.99
eval-15
77114178
ns/iter (± 293901
)76529036
ns/iter (± 455327
)1.01
eval-30
147487722
ns/iter (± 486288
)146551997
ns/iter (± 516782
)1.01
join
9733
ns/iter (± 187
)9914
ns/iter (± 122
)0.98
simple
2542
ns/iter (± 44
)2486
ns/iter (± 6
)1.02
simple-no
481
ns/iter (± 1
)460
ns/iter (± 1
)1.05
numbers
57
ns/iter (± 0
)57
ns/iter (± 0
)1
parse-simple
941
ns/iter (± 4
)961
ns/iter (± 4
)0.98
parse-ion
2598
ns/iter (± 15
)2621
ns/iter (± 5
)0.99
parse-group
8131
ns/iter (± 26
)7912
ns/iter (± 24
)1.03
parse-complex
20806
ns/iter (± 57
)20359
ns/iter (± 197
)1.02
parse-complex-fexpr
28512
ns/iter (± 2711
)27825
ns/iter (± 93
)1.02
This comment was automatically generated by workflow using github-action-benchmark.