-
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.
* Rename `ion-rs` to `ion-rs_old` in preparation of upgrade (#492) * Refactor lexer into module & upgrade lexer & parser dependencies (#493) * Upgrade project deps to latest; use semver, not wildcard nor tilde (#494)
- Loading branch information
Showing
35 changed files
with
1,633 additions
and
1,611 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
Oops, something went wrong.
70b5ea2
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
759500
ns/iter (± 1408
)767418
ns/iter (± 16285
)0.99
arith_agg-avg_distinct
849462
ns/iter (± 4155
)903823
ns/iter (± 3287
)0.94
arith_agg-count
806498
ns/iter (± 14064
)819135
ns/iter (± 12531
)0.98
arith_agg-count_distinct
843196
ns/iter (± 4176
)854689
ns/iter (± 1651
)0.99
arith_agg-min
813808
ns/iter (± 2458
)823294
ns/iter (± 3249
)0.99
arith_agg-min_distinct
848859
ns/iter (± 16282
)857361
ns/iter (± 2573
)0.99
arith_agg-max
814628
ns/iter (± 2353
)827553
ns/iter (± 2598
)0.98
arith_agg-max_distinct
862783
ns/iter (± 3478
)867044
ns/iter (± 28154
)1.00
arith_agg-sum
813703
ns/iter (± 2335
)822303
ns/iter (± 5920
)0.99
arith_agg-sum_distinct
846973
ns/iter (± 3297
)855984
ns/iter (± 2631
)0.99
arith_agg-avg-count-min-max-sum
943604
ns/iter (± 2933
)971203
ns/iter (± 6498
)0.97
arith_agg-avg-count-min-max-sum-group_by
1165672
ns/iter (± 16453
)1196258
ns/iter (± 5932
)0.97
arith_agg-avg-count-min-max-sum-group_by-group_as
1762193
ns/iter (± 14659
)1797637
ns/iter (± 8280
)0.98
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1277611
ns/iter (± 15074
)1246192
ns/iter (± 18158
)1.03
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1492997
ns/iter (± 19875
)1525246
ns/iter (± 14601
)0.98
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2123779
ns/iter (± 12249
)2113403
ns/iter (± 18021
)1.00
parse-1
6113
ns/iter (± 45
)6086
ns/iter (± 42
)1.00
parse-15
49828
ns/iter (± 181
)52508
ns/iter (± 220
)0.95
parse-30
97703
ns/iter (± 288
)99616
ns/iter (± 183
)0.98
compile-1
4307
ns/iter (± 13
)4306
ns/iter (± 21
)1.00
compile-15
32139
ns/iter (± 155
)33549
ns/iter (± 283
)0.96
compile-30
67087
ns/iter (± 205
)69303
ns/iter (± 361
)0.97
plan-1
67118
ns/iter (± 1029
)67083
ns/iter (± 2328
)1.00
plan-15
1051816
ns/iter (± 9727
)1055829
ns/iter (± 17751
)1.00
plan-30
2104501
ns/iter (± 3002
)2106298
ns/iter (± 4583
)1.00
eval-1
12482615
ns/iter (± 60899
)12855153
ns/iter (± 122205
)0.97
eval-15
84866990
ns/iter (± 802755
)86807072
ns/iter (± 282541
)0.98
eval-30
163210743
ns/iter (± 892385
)167598895
ns/iter (± 2277227
)0.97
join
10122
ns/iter (± 43
)10468
ns/iter (± 20
)0.97
simple
2456
ns/iter (± 15
)2481
ns/iter (± 11
)0.99
simple-no
429
ns/iter (± 2
)418
ns/iter (± 1
)1.03
numbers
57
ns/iter (± 0
)57
ns/iter (± 0
)1
parse-simple
866
ns/iter (± 4
)838
ns/iter (± 8
)1.03
parse-ion
2616
ns/iter (± 4
)2827
ns/iter (± 14
)0.93
parse-group
7933
ns/iter (± 24
)7932
ns/iter (± 38
)1.00
parse-complex
20088
ns/iter (± 102
)20368
ns/iter (± 171
)0.99
parse-complex-fexpr
27415
ns/iter (± 84
)27608
ns/iter (± 138
)0.99
This comment was automatically generated by workflow using github-action-benchmark.