-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve the docs of `connect` and `serve` * Fix doctest
- Loading branch information
Showing
4 changed files
with
30 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,4 +53,5 @@ doc-valid-idents = [ | |
"sRGB", | ||
"sRGBA", | ||
"WebGL", | ||
"WebSockets", | ||
] |
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
cb1783b
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.
Rust Benchmark
datastore/insert/batch/rects/insert
537220
ns/iter (± 19353
)561224
ns/iter (± 3393
)0.96
datastore/latest_at/batch/rects/query
1743
ns/iter (± 25
)1808
ns/iter (± 0
)0.96
datastore/latest_at/missing_components/primary
344
ns/iter (± 4
)355
ns/iter (± 0
)0.97
datastore/latest_at/missing_components/secondaries
408
ns/iter (± 6
)425
ns/iter (± 0
)0.96
datastore/range/batch/rects/query
146707
ns/iter (± 1732
)153509
ns/iter (± 144
)0.96
mono_points_arrow/generate_message_bundles
44698006
ns/iter (± 1165970
)49057592
ns/iter (± 451123
)0.91
mono_points_arrow/generate_messages
132761896
ns/iter (± 1834953
)126258636
ns/iter (± 1110947
)1.05
mono_points_arrow/encode_log_msg
164429504
ns/iter (± 1307931
)160300514
ns/iter (± 1503238
)1.03
mono_points_arrow/encode_total
344972798
ns/iter (± 2488450
)335908634
ns/iter (± 3944654
)1.03
mono_points_arrow/decode_log_msg
180321929
ns/iter (± 1854326
)179111801
ns/iter (± 1724081
)1.01
mono_points_arrow/decode_message_bundles
70036243
ns/iter (± 1475520
)66237559
ns/iter (± 766356
)1.06
mono_points_arrow/decode_total
248830965
ns/iter (± 2955044
)240825550
ns/iter (± 1405790
)1.03
batch_points_arrow/generate_message_bundles
320945
ns/iter (± 4653
)333061
ns/iter (± 854
)0.96
batch_points_arrow/generate_messages
6012
ns/iter (± 88
)6193
ns/iter (± 23
)0.97
batch_points_arrow/encode_log_msg
350148
ns/iter (± 2491
)356587
ns/iter (± 1978
)0.98
batch_points_arrow/encode_total
683589
ns/iter (± 5872
)723416
ns/iter (± 2454
)0.94
batch_points_arrow/decode_log_msg
341917
ns/iter (± 3074
)352234
ns/iter (± 1725
)0.97
batch_points_arrow/decode_message_bundles
2024
ns/iter (± 28
)2079
ns/iter (± 6
)0.97
batch_points_arrow/decode_total
347441
ns/iter (± 3079
)360489
ns/iter (± 2268
)0.96
arrow_mono_points/insert
6744343365
ns/iter (± 18982185
)6159944691
ns/iter (± 21248035
)1.09
arrow_mono_points/query
1678376
ns/iter (± 19327
)1744756
ns/iter (± 21616
)0.96
arrow_batch_points/insert
2546167
ns/iter (± 23141
)2748562
ns/iter (± 39606
)0.93
arrow_batch_points/query
17169
ns/iter (± 395
)17716
ns/iter (± 21
)0.97
tuid/Tuid::random
33
ns/iter (± 0
)36
ns/iter (± 0
)0.92
This comment was automatically generated by workflow using github-action-benchmark.