-
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.
Introduce
DeserializableComponent
trait and high-level `query_lates…
…t` (#1417) * introduce DeserializableComponent * turn query_transform into a generic query_latest * use DeserializableComponent everywhere it makes sense * use SerializableComponent everywhere it makes sense * self review * addressed PR comments
- Loading branch information
Showing
11 changed files
with
100 additions
and
107 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.
c31906a
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
553475
ns/iter (± 2321
)549163
ns/iter (± 2031
)1.01
datastore/latest_at/batch/rects/query
1849
ns/iter (± 45
)1846
ns/iter (± 7
)1.00
datastore/latest_at/missing_components/primary
357
ns/iter (± 0
)355
ns/iter (± 0
)1.01
datastore/latest_at/missing_components/secondaries
438
ns/iter (± 1
)423
ns/iter (± 3
)1.04
datastore/range/batch/rects/query
153348
ns/iter (± 109
)152640
ns/iter (± 555
)1.00
mono_points_arrow/generate_message_bundles
47887125
ns/iter (± 966688
)49140283
ns/iter (± 1710411
)0.97
mono_points_arrow/generate_messages
126221483
ns/iter (± 1199828
)138227626
ns/iter (± 8448348
)0.91
mono_points_arrow/encode_log_msg
160135846
ns/iter (± 1922368
)164924427
ns/iter (± 2386829
)0.97
mono_points_arrow/encode_total
332667330
ns/iter (± 2479116
)355860002
ns/iter (± 2427617
)0.93
mono_points_arrow/decode_log_msg
178838297
ns/iter (± 1315718
)186595401
ns/iter (± 1287110
)0.96
mono_points_arrow/decode_message_bundles
65131150
ns/iter (± 802289
)74760592
ns/iter (± 1537929
)0.87
mono_points_arrow/decode_total
241253413
ns/iter (± 1814790
)256120396
ns/iter (± 2077994
)0.94
batch_points_arrow/generate_message_bundles
334076
ns/iter (± 509
)332919
ns/iter (± 2119
)1.00
batch_points_arrow/generate_messages
6141
ns/iter (± 13
)6210
ns/iter (± 53
)0.99
batch_points_arrow/encode_log_msg
366232
ns/iter (± 2426
)370721
ns/iter (± 1954
)0.99
batch_points_arrow/encode_total
732741
ns/iter (± 2727
)726085
ns/iter (± 3905
)1.01
batch_points_arrow/decode_log_msg
349966
ns/iter (± 1421
)347020
ns/iter (± 1289
)1.01
batch_points_arrow/decode_message_bundles
1987
ns/iter (± 2
)1985
ns/iter (± 15
)1.00
batch_points_arrow/decode_total
354712
ns/iter (± 1035
)356050
ns/iter (± 1457
)1.00
arrow_mono_points/insert
6199287558
ns/iter (± 26669187
)7141936290
ns/iter (± 18219870
)0.87
arrow_mono_points/query
1747844
ns/iter (± 13148
)1763477
ns/iter (± 12201
)0.99
arrow_batch_points/insert
2724636
ns/iter (± 54017
)2705162
ns/iter (± 21006
)1.01
arrow_batch_points/query
17375
ns/iter (± 79
)17519
ns/iter (± 139
)0.99
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.