-
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
15 changed files
with
59 additions
and
51 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.9.0" | ||
version = "0.10.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
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.9.*" | ||
version = "0.10.*" |
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
2da9cdb
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
761913
ns/iter (± 14385
)770772
ns/iter (± 2036
)0.99
arith_agg-avg_distinct
853598
ns/iter (± 26650
)855654
ns/iter (± 1802
)1.00
arith_agg-count
809269
ns/iter (± 13784
)821448
ns/iter (± 14841
)0.99
arith_agg-count_distinct
849768
ns/iter (± 6574
)852586
ns/iter (± 17919
)1.00
arith_agg-min
820144
ns/iter (± 9836
)825473
ns/iter (± 1830
)0.99
arith_agg-min_distinct
850831
ns/iter (± 2157
)854880
ns/iter (± 2705
)1.00
arith_agg-max
825705
ns/iter (± 3804
)832107
ns/iter (± 3311
)0.99
arith_agg-max_distinct
863395
ns/iter (± 2866
)864136
ns/iter (± 3303
)1.00
arith_agg-sum
816547
ns/iter (± 1833
)824732
ns/iter (± 17967
)0.99
arith_agg-sum_distinct
856852
ns/iter (± 3790
)859648
ns/iter (± 2287
)1.00
arith_agg-avg-count-min-max-sum
959703
ns/iter (± 4902
)965929
ns/iter (± 3494
)0.99
arith_agg-avg-count-min-max-sum-group_by
1200958
ns/iter (± 8200
)1234556
ns/iter (± 17076
)0.97
arith_agg-avg-count-min-max-sum-group_by-group_as
1799692
ns/iter (± 10981
)1825909
ns/iter (± 15262
)0.99
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct
1267278
ns/iter (± 25309
)1226847
ns/iter (± 9659
)1.03
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by
1509818
ns/iter (± 14136
)1517280
ns/iter (± 7336
)1.00
arith_agg-avg_distinct-count_distinct-min_distinct-max_distinct-sum_distinct-group_by-group_as
2112653
ns/iter (± 9660
)2111135
ns/iter (± 10607
)1.00
parse-1
5677
ns/iter (± 25
)5471
ns/iter (± 28
)1.04
parse-15
48290
ns/iter (± 123
)48888
ns/iter (± 154
)0.99
parse-30
93389
ns/iter (± 314
)93314
ns/iter (± 476
)1.00
compile-1
4414
ns/iter (± 18
)4337
ns/iter (± 28
)1.02
compile-15
33339
ns/iter (± 199
)33665
ns/iter (± 174
)0.99
compile-30
70444
ns/iter (± 198
)70423
ns/iter (± 2461
)1.00
plan-1
66887
ns/iter (± 373
)67596
ns/iter (± 287
)0.99
plan-15
1042690
ns/iter (± 9301
)1057775
ns/iter (± 21462
)0.99
plan-30
2093184
ns/iter (± 7870
)2119337
ns/iter (± 13062
)0.99
eval-1
12671873
ns/iter (± 212003
)13007144
ns/iter (± 118130
)0.97
eval-15
85566685
ns/iter (± 739891
)87319711
ns/iter (± 1064507
)0.98
eval-30
164700563
ns/iter (± 807391
)167286656
ns/iter (± 695881
)0.98
join
9804
ns/iter (± 473
)9810
ns/iter (± 410
)1.00
simple
2537
ns/iter (± 10
)2476
ns/iter (± 12
)1.02
simple-no
434
ns/iter (± 0
)439
ns/iter (± 2
)0.99
numbers
57
ns/iter (± 0
)57
ns/iter (± 1
)1
parse-simple
728
ns/iter (± 5
)654
ns/iter (± 5
)1.11
parse-ion
2281
ns/iter (± 9
)2259
ns/iter (± 60
)1.01
parse-group
7258
ns/iter (± 36
)6975
ns/iter (± 24
)1.04
parse-complex
18954
ns/iter (± 89
)18265
ns/iter (± 63
)1.04
parse-complex-fexpr
27188
ns/iter (± 134
)25502
ns/iter (± 250
)1.07
This comment was automatically generated by workflow using github-action-benchmark.