-
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.
Add plan flows for
JOIN
. Add 'self managed' graph nodes. (#385)
- Loading branch information
Showing
3 changed files
with
48 additions
and
21 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
8599593
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
175
ns/iter (± 8
)106
ns/iter (± 0
)1.65
parse-simple
1043
ns/iter (± 36
)695
ns/iter (± 10
)1.50
parse-complex
34103
ns/iter (± 1355
)22174
ns/iter (± 41
)1.54
parse-complex-fexpr
54291
ns/iter (± 22163
)35008
ns/iter (± 112
)1.55
This comment was automatically generated by workflow using github-action-benchmark.
CC: @jpschorr @jpschorr @partiql
8599593
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
7744
ns/iter (± 459
)6028
ns/iter (± 44
)1.28
parse-15
74508
ns/iter (± 3109
)57453
ns/iter (± 68
)1.30
parse-30
145739
ns/iter (± 6524
)115181
ns/iter (± 708
)1.27
compile-1
6283
ns/iter (± 272
)5096
ns/iter (± 49
)1.23
compile-15
48984
ns/iter (± 2206
)36466
ns/iter (± 43
)1.34
compile-30
101284
ns/iter (± 4182
)74352
ns/iter (± 65
)1.36
plan-1
27872
ns/iter (± 2440
)20578
ns/iter (± 647
)1.35
plan-15
526660
ns/iter (± 33205
)367561
ns/iter (± 1287
)1.43
plan-30
1071481
ns/iter (± 64031
)745146
ns/iter (± 1620
)1.44
eval-1
27906859
ns/iter (± 1342101
)20161461
ns/iter (± 271804
)1.38
eval-15
151754110
ns/iter (± 4065915
)121602615
ns/iter (± 304646
)1.25
eval-30
286354827
ns/iter (± 6707477
)238276133
ns/iter (± 3529775
)1.20
join
17884
ns/iter (± 560
)14337
ns/iter (± 34
)1.25
simple
8557
ns/iter (± 329
)7189
ns/iter (± 11
)1.19
simple-no
792
ns/iter (± 34
)704
ns/iter (± 11
)1.13
numbers
175
ns/iter (± 8
)106
ns/iter (± 0
)1.65
parse-simple
1043
ns/iter (± 36
)695
ns/iter (± 10
)1.50
parse-ion
4023
ns/iter (± 226
)2728
ns/iter (± 36
)1.47
parse-group
12741
ns/iter (± 391
)8671
ns/iter (± 18
)1.47
parse-complex
34103
ns/iter (± 1355
)22174
ns/iter (± 41
)1.54
parse-complex-fexpr
54291
ns/iter (± 22163
)35008
ns/iter (± 112
)1.55
This comment was automatically generated by workflow using github-action-benchmark.