-
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 encoding/decoding to/from Ion Element (#391)
- Loading branch information
Showing
4 changed files
with
360 additions
and
116 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
Oops, something went wrong.
67777c2
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
6140
ns/iter (± 29
)6229
ns/iter (± 389
)0.99
parse-15
57836
ns/iter (± 1200
)58816
ns/iter (± 3210
)0.98
parse-30
115780
ns/iter (± 69
)126349
ns/iter (± 6685
)0.92
compile-1
5132
ns/iter (± 70
)5268
ns/iter (± 326
)0.97
compile-15
36303
ns/iter (± 1136
)41735
ns/iter (± 1991
)0.87
compile-30
73402
ns/iter (± 90
)88240
ns/iter (± 9123
)0.83
plan-1
20075
ns/iter (± 210
)24190
ns/iter (± 1570
)0.83
plan-15
361972
ns/iter (± 2738
)474705
ns/iter (± 28008
)0.76
plan-30
736682
ns/iter (± 1905
)948299
ns/iter (± 40485
)0.78
eval-1
21926548
ns/iter (± 156802
)24985405
ns/iter (± 1548746
)0.88
eval-15
122779721
ns/iter (± 460689
)126878607
ns/iter (± 7686760
)0.97
eval-30
240222097
ns/iter (± 566566
)237218353
ns/iter (± 9472421
)1.01
join
14092
ns/iter (± 36
)14649
ns/iter (± 800
)0.96
simple
7271
ns/iter (± 10
)7046
ns/iter (± 478
)1.03
simple-no
712
ns/iter (± 0
)735
ns/iter (± 53
)0.97
numbers
107
ns/iter (± 0
)145
ns/iter (± 9
)0.74
parse-simple
714
ns/iter (± 6
)768
ns/iter (± 43
)0.93
parse-ion
2681
ns/iter (± 2
)2774
ns/iter (± 183
)0.97
parse-group
8816
ns/iter (± 22
)9263
ns/iter (± 562
)0.95
parse-complex
23207
ns/iter (± 54
)25088
ns/iter (± 1698
)0.93
parse-complex-fexpr
36234
ns/iter (± 89
)42060
ns/iter (± 3227
)0.86
This comment was automatically generated by workflow using github-action-benchmark.