-
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.
Improvements to Value iterators (#422)
- Loading branch information
Showing
9 changed files
with
224 additions
and
32 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
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
Oops, something went wrong.
3dc0773
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
5328
ns/iter (± 24
)5274
ns/iter (± 59
)1.01
parse-15
48913
ns/iter (± 66
)48677
ns/iter (± 153
)1.00
parse-30
96644
ns/iter (± 102
)96312
ns/iter (± 207
)1.00
compile-1
5552
ns/iter (± 12
)5704
ns/iter (± 18
)0.97
compile-15
43153
ns/iter (± 34
)43733
ns/iter (± 80
)0.99
compile-30
88649
ns/iter (± 59
)88337
ns/iter (± 260
)1.00
plan-1
67748
ns/iter (± 272
)68312
ns/iter (± 89
)0.99
plan-15
1065888
ns/iter (± 2343
)1078230
ns/iter (± 1377
)0.99
plan-30
2135651
ns/iter (± 8123
)2161453
ns/iter (± 4788
)0.99
eval-1
23319471
ns/iter (± 648698
)22792114
ns/iter (± 316601
)1.02
eval-15
140944323
ns/iter (± 840104
)139040080
ns/iter (± 514338
)1.01
eval-30
270431546
ns/iter (± 433155
)266873798
ns/iter (± 254469
)1.01
join
15574
ns/iter (± 125
)15490
ns/iter (± 33
)1.01
simple
3819
ns/iter (± 11
)3938
ns/iter (± 6
)0.97
simple-no
786
ns/iter (± 0
)743
ns/iter (± 0
)1.06
numbers
44
ns/iter (± 0
)44
ns/iter (± 0
)1
parse-simple
729
ns/iter (± 1
)735
ns/iter (± 0
)0.99
parse-ion
2500
ns/iter (± 13
)2221
ns/iter (± 2
)1.13
parse-group
7840
ns/iter (± 13
)7306
ns/iter (± 14
)1.07
parse-complex
20152
ns/iter (± 48
)20127
ns/iter (± 44
)1.00
parse-complex-fexpr
29667
ns/iter (± 62
)29077
ns/iter (± 64
)1.02
This comment was automatically generated by workflow using github-action-benchmark.