-
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.
Improvements to pretty-printing for AND/OR/CASE/PIVOT (#482)
- Loading branch information
Showing
18 changed files
with
485 additions
and
257 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.
6dc088c
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
769347
ns/iter (± 8086
)761913
ns/iter (± 14385
)1.01
arith_agg-avg_distinct
864631
ns/iter (± 3111
)853598
ns/iter (± 26650
)1.01
arith_agg-count
817735
ns/iter (± 44170
)809269
ns/iter (± 13784
)1.01
arith_agg-count_distinct
859871
ns/iter (± 16448
)849768
ns/iter (± 6574
)1.01
arith_agg-min
823541
ns/iter (± 16473
)820144
ns/iter (± 9836
)1.00
arith_agg-min_distinct
860789
ns/iter (± 3429
)850831
ns/iter (± 2157
)1.01
arith_agg-max
828686
ns/iter (± 1915
)825705
ns/iter (± 3804
)1.00
arith_agg-max_distinct
867876
ns/iter (± 32406
)863395
ns/iter (± 2866
)1.01
arith_agg-sum
824516
ns/iter (± 3833
)816547
ns/iter (± 1833
)1.01
arith_agg-sum_distinct
868788
ns/iter (± 2851
)856852
ns/iter (± 3790
)1.01
arith_agg-avg-count-min-max-sum
965437
ns/iter (± 13827
)959703
ns/iter (± 4902
)1.01
arith_agg-avg-count-min-max-sum-group_by
1203160
ns/iter (± 24930
)1200958
ns/iter (± 8200
)1.00
arith_agg-avg-count-min-max-sum-group_by-group_as
1805354
ns/iter (± 41273
)1799692
ns/iter (± 10981
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1264656
ns/iter (± 12802
)1267278
ns/iter (± 25309
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1550278
ns/iter (± 24933
)1509818
ns/iter (± 14136
)1.03
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2145855
ns/iter (± 41224
)2112653
ns/iter (± 9660
)1.02
parse-1
5378
ns/iter (± 84
)5677
ns/iter (± 25
)0.95
parse-15
46773
ns/iter (± 120
)48290
ns/iter (± 123
)0.97
parse-30
91519
ns/iter (± 268
)93389
ns/iter (± 314
)0.98
compile-1
4321
ns/iter (± 23
)4414
ns/iter (± 18
)0.98
compile-15
33227
ns/iter (± 112
)33339
ns/iter (± 199
)1.00
compile-30
69079
ns/iter (± 1950
)70444
ns/iter (± 198
)0.98
plan-1
67288
ns/iter (± 1696
)66887
ns/iter (± 373
)1.01
plan-15
1050445
ns/iter (± 41700
)1042690
ns/iter (± 9301
)1.01
plan-30
2102844
ns/iter (± 19876
)2093184
ns/iter (± 7870
)1.00
eval-1
13304642
ns/iter (± 223004
)12671873
ns/iter (± 212003
)1.05
eval-15
86429143
ns/iter (± 2425132
)85566685
ns/iter (± 739891
)1.01
eval-30
166575250
ns/iter (± 2418779
)164700563
ns/iter (± 807391
)1.01
join
9850
ns/iter (± 102
)9804
ns/iter (± 473
)1.00
simple
2502
ns/iter (± 9
)2537
ns/iter (± 10
)0.99
simple-no
423
ns/iter (± 2
)434
ns/iter (± 0
)0.97
numbers
57
ns/iter (± 0
)57
ns/iter (± 0
)1
parse-simple
775
ns/iter (± 9
)728
ns/iter (± 5
)1.06
parse-ion
2398
ns/iter (± 5
)2281
ns/iter (± 9
)1.05
parse-group
6958
ns/iter (± 23
)7258
ns/iter (± 36
)0.96
parse-complex
18549
ns/iter (± 418
)18954
ns/iter (± 89
)0.98
parse-complex-fexpr
25695
ns/iter (± 131
)27188
ns/iter (± 134
)0.95
This comment was automatically generated by workflow using github-action-benchmark.