-
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.
Fix parsing of EXTRACT to allow keywords after the FROM (#344)
- Loading branch information
Showing
2 changed files
with
58 additions
and
1 deletion.
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
380f526
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
6964
ns/iter (± 33
)6120
ns/iter (± 21
)1.14
parse-15
71203
ns/iter (± 144
)62313
ns/iter (± 49
)1.14
parse-30
140899
ns/iter (± 320
)122828
ns/iter (± 276
)1.15
compile-1
5757
ns/iter (± 34
)5219
ns/iter (± 48
)1.10
compile-15
42092
ns/iter (± 204
)36763
ns/iter (± 63
)1.14
compile-30
85191
ns/iter (± 193
)75859
ns/iter (± 81
)1.12
plan-1
23317
ns/iter (± 65
)19600
ns/iter (± 12
)1.19
plan-15
434967
ns/iter (± 4659
)358497
ns/iter (± 810
)1.21
plan-30
872789
ns/iter (± 1855
)729668
ns/iter (± 1517
)1.20
eval-1
26411375
ns/iter (± 721629
)21119571
ns/iter (± 81713
)1.25
eval-15
141055752
ns/iter (± 658685
)121465910
ns/iter (± 543514
)1.16
eval-30
268288230
ns/iter (± 8240336
)238587461
ns/iter (± 478116
)1.12
join
18142
ns/iter (± 850
)14417
ns/iter (± 60
)1.26
simple
8031
ns/iter (± 85
)7176
ns/iter (± 11
)1.12
simple-no
733
ns/iter (± 3
)636
ns/iter (± 0
)1.15
numbers
173
ns/iter (± 0
)107
ns/iter (± 0
)1.62
parse-simple
829
ns/iter (± 2
)732
ns/iter (± 0
)1.13
parse-ion
3079
ns/iter (± 15
)2706
ns/iter (± 1
)1.14
parse-group
10263
ns/iter (± 40
)8937
ns/iter (± 14
)1.15
parse-complex
26473
ns/iter (± 121
)21854
ns/iter (± 89
)1.21
parse-complex-fexpr
41552
ns/iter (± 152
)34450
ns/iter (± 109
)1.21
This comment was automatically generated by workflow using github-action-benchmark.
380f526
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.
Possible performance regression was detected for benchmark 'PartiQL (rust) Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.50
.numbers
173
ns/iter (± 0
)107
ns/iter (± 0
)1.62
This comment was automatically generated by workflow using github-action-benchmark.
CC: @alancai98 @alancai98 @partiql