-
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
10 changed files
with
30 additions
and
25 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
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.2.*" | ||
version = "0.3.*" |
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 |
---|---|---|
|
@@ -27,4 +27,4 @@ codegen = "0.2.*" | |
Inflector = "0.11.*" | ||
miette = "5.*" | ||
thiserror = "1.0" | ||
quote = "1.*" | ||
quote = "1.*" |
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
2cb413a
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
6295
ns/iter (± 52
)6241
ns/iter (± 47
)1.01
parse-15
60897
ns/iter (± 294
)60181
ns/iter (± 74
)1.01
parse-30
120959
ns/iter (± 440
)120538
ns/iter (± 271
)1.00
compile-1
5187
ns/iter (± 35
)5118
ns/iter (± 8
)1.01
compile-15
36956
ns/iter (± 53
)36925
ns/iter (± 25
)1.00
compile-30
76159
ns/iter (± 210
)75899
ns/iter (± 92
)1.00
plan-1
19834
ns/iter (± 17
)19442
ns/iter (± 213
)1.02
plan-15
363140
ns/iter (± 949
)361533
ns/iter (± 732
)1.00
plan-30
737260
ns/iter (± 1587
)733630
ns/iter (± 1122
)1.00
eval-1
22145134
ns/iter (± 224355
)21441586
ns/iter (± 133055
)1.03
eval-15
122278409
ns/iter (± 413341
)122726231
ns/iter (± 431153
)1.00
eval-30
239722063
ns/iter (± 377737
)240696104
ns/iter (± 403089
)1.00
join
14707
ns/iter (± 36
)14324
ns/iter (± 34
)1.03
simple
5451
ns/iter (± 8
)5511
ns/iter (± 3
)0.99
simple-no
2324
ns/iter (± 1
)2397
ns/iter (± 1
)0.97
numbers
107
ns/iter (± 0
)107
ns/iter (± 0
)1
parse-simple
700
ns/iter (± 0
)706
ns/iter (± 0
)0.99
parse-ion
2653
ns/iter (± 1
)2735
ns/iter (± 19
)0.97
parse-group
9051
ns/iter (± 21
)8966
ns/iter (± 24
)1.01
parse-complex
22462
ns/iter (± 62
)22500
ns/iter (± 68
)1.00
parse-complex-fexpr
33389
ns/iter (± 99
)34062
ns/iter (± 112
)0.98
This comment was automatically generated by workflow using github-action-benchmark.