-
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 ShapeBuilder away from a single shared global value (#491)
- Loading branch information
Showing
14 changed files
with
651 additions
and
460 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
Oops, something went wrong.
76764b7
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
770153
ns/iter (± 2588
)766648
ns/iter (± 4238
)1.00
arith_agg-avg_distinct
859709
ns/iter (± 8950
)861535
ns/iter (± 1550
)1.00
arith_agg-count
820097
ns/iter (± 16502
)815139
ns/iter (± 12287
)1.01
arith_agg-count_distinct
851393
ns/iter (± 6059
)854865
ns/iter (± 1904
)1.00
arith_agg-min
825236
ns/iter (± 2850
)819999
ns/iter (± 2348
)1.01
arith_agg-min_distinct
855755
ns/iter (± 6185
)857922
ns/iter (± 1733
)1.00
arith_agg-max
835713
ns/iter (± 32001
)825238
ns/iter (± 3604
)1.01
arith_agg-max_distinct
867964
ns/iter (± 15459
)866332
ns/iter (± 2757
)1.00
arith_agg-sum
828048
ns/iter (± 2813
)820739
ns/iter (± 3041
)1.01
arith_agg-sum_distinct
859180
ns/iter (± 2473
)864789
ns/iter (± 2361
)0.99
arith_agg-avg-count-min-max-sum
977325
ns/iter (± 4155
)972890
ns/iter (± 3096
)1.00
arith_agg-avg-count-min-max-sum-group_by
1240333
ns/iter (± 4115
)1243160
ns/iter (± 11355
)1.00
arith_agg-avg-count-min-max-sum-group_by-group_as
1836969
ns/iter (± 23523
)1849620
ns/iter (± 10064
)0.99
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1178308
ns/iter (± 12217
)1186602
ns/iter (± 4488
)0.99
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1448869
ns/iter (± 19573
)1467134
ns/iter (± 7227
)0.99
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2044763
ns/iter (± 5312
)2067090
ns/iter (± 14009
)0.99
parse-1
5434
ns/iter (± 27
)6571
ns/iter (± 13
)0.83
parse-15
47958
ns/iter (± 172
)54306
ns/iter (± 232
)0.88
parse-30
92866
ns/iter (± 333
)105393
ns/iter (± 244
)0.88
compile-1
4178
ns/iter (± 13
)4193
ns/iter (± 11
)1.00
compile-15
31003
ns/iter (± 209
)30585
ns/iter (± 134
)1.01
compile-30
63253
ns/iter (± 281
)62898
ns/iter (± 408
)1.01
plan-1
67876
ns/iter (± 389
)72782
ns/iter (± 197
)0.93
plan-15
1069256
ns/iter (± 24766
)1130914
ns/iter (± 79606
)0.95
plan-30
2193025
ns/iter (± 37115
)2264952
ns/iter (± 11751
)0.97
eval-1
12079025
ns/iter (± 163991
)11877539
ns/iter (± 51184
)1.02
eval-15
77791834
ns/iter (± 1120096
)75970932
ns/iter (± 3530087
)1.02
eval-30
147818887
ns/iter (± 2140975
)145051263
ns/iter (± 959139
)1.02
join
9949
ns/iter (± 39
)10004
ns/iter (± 453
)0.99
simple
2592
ns/iter (± 13
)2486
ns/iter (± 14
)1.04
simple-no
486
ns/iter (± 1
)459
ns/iter (± 1
)1.06
numbers
48
ns/iter (± 0
)48
ns/iter (± 0
)1
parse-simple
704
ns/iter (± 3
)884
ns/iter (± 2
)0.80
parse-ion
2316
ns/iter (± 22
)2611
ns/iter (± 7
)0.89
parse-group
7264
ns/iter (± 23
)7809
ns/iter (± 72
)0.93
parse-complex
18563
ns/iter (± 109
)20394
ns/iter (± 60
)0.91
parse-complex-fexpr
26129
ns/iter (± 126
)27578
ns/iter (± 158
)0.95
This comment was automatically generated by workflow using github-action-benchmark.