-
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
14 changed files
with
67 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["PartiQL Team <[email protected]>"] | ||
homepage = "https://github.com/partiql/partiql-lang-rust" | ||
repository = "https://github.com/partiql/partiql-lang-rust" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
edition = "2021" | ||
|
||
[workspace] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,4 +37,4 @@ serde = [ | |
|
||
[dependencies.partiql-ast-macros] | ||
path = "partiql-ast-macros" | ||
version = "0.6.*" | ||
version = "0.7.*" |
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
af599b6
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
744593
ns/iter (± 2615
)747809
ns/iter (± 34356
)1.00
arith_agg-avg_distinct
835586
ns/iter (± 16234
)831777
ns/iter (± 5705
)1.00
arith_agg-count
789549
ns/iter (± 26162
)790076
ns/iter (± 17042
)1.00
arith_agg-count_distinct
828354
ns/iter (± 12721
)823566
ns/iter (± 23775
)1.01
arith_agg-min
794067
ns/iter (± 4478
)797208
ns/iter (± 2083
)1.00
arith_agg-min_distinct
838780
ns/iter (± 5130
)828043
ns/iter (± 1950
)1.01
arith_agg-max
799322
ns/iter (± 3331
)800288
ns/iter (± 8875
)1.00
arith_agg-max_distinct
854656
ns/iter (± 2088
)837043
ns/iter (± 18183
)1.02
arith_agg-sum
794350
ns/iter (± 2987
)796913
ns/iter (± 21548
)1.00
arith_agg-sum_distinct
831739
ns/iter (± 4740
)827024
ns/iter (± 4742
)1.01
arith_agg-avg-count-min-max-sum
937809
ns/iter (± 3483
)939603
ns/iter (± 16643
)1.00
arith_agg-avg-count-min-max-sum-group_by
1184842
ns/iter (± 87490
)1205820
ns/iter (± 12994
)0.98
arith_agg-avg-count-min-max-sum-group_by-group_as
1734721
ns/iter (± 37235
)1788912
ns/iter (± 13490
)0.97
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1211300
ns/iter (± 19877
)1229401
ns/iter (± 21851
)0.99
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1479859
ns/iter (± 19086
)1518219
ns/iter (± 40358
)0.97
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2052958
ns/iter (± 7398
)2117193
ns/iter (± 92643
)0.97
parse-1
4287
ns/iter (± 28
)4410
ns/iter (± 17
)0.97
parse-15
39497
ns/iter (± 264
)40403
ns/iter (± 1440
)0.98
parse-30
79151
ns/iter (± 332
)79352
ns/iter (± 554
)1.00
compile-1
4300
ns/iter (± 11
)4458
ns/iter (± 25
)0.96
compile-15
31105
ns/iter (± 102
)30702
ns/iter (± 128
)1.01
compile-30
63780
ns/iter (± 121
)62489
ns/iter (± 233
)1.02
plan-1
66623
ns/iter (± 259
)66573
ns/iter (± 342
)1.00
plan-15
1042232
ns/iter (± 22706
)1041907
ns/iter (± 10191
)1.00
plan-30
2088509
ns/iter (± 10138
)2086756
ns/iter (± 11988
)1.00
eval-1
12509924
ns/iter (± 73849
)12654151
ns/iter (± 180220
)0.99
eval-15
86717882
ns/iter (± 338709
)85231512
ns/iter (± 860320
)1.02
eval-30
167332440
ns/iter (± 2758053
)163672275
ns/iter (± 4185849
)1.02
join
9716
ns/iter (± 104
)9886
ns/iter (± 97
)0.98
simple
2466
ns/iter (± 7
)2496
ns/iter (± 11
)0.99
simple-no
438
ns/iter (± 1
)443
ns/iter (± 1
)0.99
numbers
58
ns/iter (± 0
)58
ns/iter (± 0
)1
parse-simple
570
ns/iter (± 1
)579
ns/iter (± 1
)0.98
parse-ion
1774
ns/iter (± 5
)1984
ns/iter (± 49
)0.89
parse-group
5618
ns/iter (± 25
)5956
ns/iter (± 65
)0.94
parse-complex
14686
ns/iter (± 178
)15655
ns/iter (± 33
)0.94
parse-complex-fexpr
21070
ns/iter (± 186
)22266
ns/iter (± 329
)0.95
This comment was automatically generated by workflow using github-action-benchmark.