-
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.
Use hostname for default websocket address (#1664)
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 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
3b01e8d
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
569830
ns/iter (± 5333
)565750
ns/iter (± 1982
)1.01
datastore/latest_at/batch/rects/query
1859
ns/iter (± 2
)1847
ns/iter (± 8
)1.01
datastore/latest_at/missing_components/primary
302
ns/iter (± 2
)288
ns/iter (± 0
)1.05
datastore/latest_at/missing_components/secondaries
448
ns/iter (± 0
)438
ns/iter (± 2
)1.02
datastore/range/batch/rects/query
149722
ns/iter (± 996
)152491
ns/iter (± 447
)0.98
mono_points_arrow/generate_message_bundles
44628851
ns/iter (± 2651533
)46984578
ns/iter (± 759997
)0.95
mono_points_arrow/generate_messages
125359619
ns/iter (± 1509549
)127628121
ns/iter (± 1217814
)0.98
mono_points_arrow/encode_log_msg
157053209
ns/iter (± 1184160
)157212706
ns/iter (± 1380731
)1.00
mono_points_arrow/encode_total
329909462
ns/iter (± 1872551
)334731329
ns/iter (± 1987309
)0.99
mono_points_arrow/decode_log_msg
172445624
ns/iter (± 2781824
)180281607
ns/iter (± 819219
)0.96
mono_points_arrow/decode_message_bundles
61554500
ns/iter (± 1003531
)65092819
ns/iter (± 783262
)0.95
mono_points_arrow/decode_total
228444437
ns/iter (± 2630599
)243092409
ns/iter (± 1497759
)0.94
batch_points_arrow/generate_message_bundles
325330
ns/iter (± 4377
)329965
ns/iter (± 645
)0.99
batch_points_arrow/generate_messages
6255
ns/iter (± 99
)6524
ns/iter (± 17
)0.96
batch_points_arrow/encode_log_msg
368027
ns/iter (± 4932
)363262
ns/iter (± 1260
)1.01
batch_points_arrow/encode_total
712689
ns/iter (± 14803
)716032
ns/iter (± 1848
)1.00
batch_points_arrow/decode_log_msg
347837
ns/iter (± 2897
)350690
ns/iter (± 1248
)0.99
batch_points_arrow/decode_message_bundles
2030
ns/iter (± 16
)2056
ns/iter (± 17
)0.99
batch_points_arrow/decode_total
345291
ns/iter (± 3389
)355609
ns/iter (± 1601
)0.97
arrow_mono_points/insert
6108385565
ns/iter (± 145421851
)6066394211
ns/iter (± 19624847
)1.01
arrow_mono_points/query
1789657
ns/iter (± 31119
)1833446
ns/iter (± 11222
)0.98
arrow_batch_points/insert
2639933
ns/iter (± 56891
)2713068
ns/iter (± 14734
)0.97
arrow_batch_points/query
16209
ns/iter (± 17
)16209
ns/iter (± 47
)1
arrow_batch_vecs/insert
42480
ns/iter (± 84
)43124
ns/iter (± 105
)0.99
arrow_batch_vecs/query
388406
ns/iter (± 334
)389454
ns/iter (± 412
)1.00
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.