-
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
11 changed files
with
40 additions
and
37 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.4.1" | ||
version = "0.5.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,4 @@ serde = [ | |
|
||
[dependencies.partiql-ast-macros] | ||
path = "partiql-ast-macros" | ||
version = "0.4.*" | ||
version = "0.5.*" |
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
8bdb756
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
parse-1
6449
ns/iter (± 280
)7744
ns/iter (± 459
)0.83
parse-15
62035
ns/iter (± 2008
)74508
ns/iter (± 3109
)0.83
parse-30
124431
ns/iter (± 3675
)145739
ns/iter (± 6524
)0.85
compile-1
5530
ns/iter (± 169
)6283
ns/iter (± 272
)0.88
compile-15
39468
ns/iter (± 1444
)48984
ns/iter (± 2206
)0.81
compile-30
80215
ns/iter (± 2499
)101284
ns/iter (± 4182
)0.79
plan-1
22635
ns/iter (± 616
)27872
ns/iter (± 2440
)0.81
plan-15
415913
ns/iter (± 10187
)526660
ns/iter (± 33205
)0.79
plan-30
836447
ns/iter (± 18095
)1071481
ns/iter (± 64031
)0.78
eval-1
24701122
ns/iter (± 875027
)27906859
ns/iter (± 1342101
)0.89
eval-15
133401376
ns/iter (± 3020484
)151754110
ns/iter (± 4065915
)0.88
eval-30
256324216
ns/iter (± 4857182
)286354827
ns/iter (± 6707477
)0.90
join
16348
ns/iter (± 1582
)17884
ns/iter (± 560
)0.91
simple
7576
ns/iter (± 258
)8557
ns/iter (± 329
)0.89
simple-no
692
ns/iter (± 23
)792
ns/iter (± 34
)0.87
numbers
168
ns/iter (± 3
)175
ns/iter (± 8
)0.96
parse-simple
827
ns/iter (± 51
)1043
ns/iter (± 36
)0.79
parse-ion
2887
ns/iter (± 85
)4023
ns/iter (± 226
)0.72
parse-group
9188
ns/iter (± 314
)12741
ns/iter (± 391
)0.72
parse-complex
24304
ns/iter (± 584
)34103
ns/iter (± 1355
)0.71
parse-complex-fexpr
39085
ns/iter (± 1276
)54291
ns/iter (± 22163
)0.72
This comment was automatically generated by workflow using github-action-benchmark.