-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
end-to-end batching 1: introduce
DataCell
& retire ComponentBundle
(
#1634) * introduce DataCell, retire ComponentBundle * oh. my. god. * other misc improvements while we're here... * addressing PR comments * link to 1712 * auto rename failed me * addressing PR comments
- Loading branch information
Showing
45 changed files
with
928 additions
and
898 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
17a21bf
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
590043
ns/iter (± 5508
)547858
ns/iter (± 2567
)1.08
datastore/latest_at/batch/rects/query
1860
ns/iter (± 8
)1837
ns/iter (± 63
)1.01
datastore/latest_at/missing_components/primary
286
ns/iter (± 3
)286
ns/iter (± 2
)1
datastore/latest_at/missing_components/secondaries
449
ns/iter (± 5
)436
ns/iter (± 4
)1.03
datastore/range/batch/rects/query
151042
ns/iter (± 1473
)149977
ns/iter (± 1640
)1.01
mono_points_arrow/generate_message_bundles
29095634
ns/iter (± 1333541
)44892991
ns/iter (± 1287024
)0.65
mono_points_arrow/generate_messages
119014936
ns/iter (± 1374794
)123888941
ns/iter (± 1228014
)0.96
mono_points_arrow/encode_log_msg
154653153
ns/iter (± 1118379
)155425399
ns/iter (± 919285
)1.00
mono_points_arrow/encode_total
304640531
ns/iter (± 2118477
)326384994
ns/iter (± 2070978
)0.93
mono_points_arrow/decode_log_msg
173545782
ns/iter (± 1309046
)173943214
ns/iter (± 1431381
)1.00
mono_points_arrow/decode_message_bundles
52990283
ns/iter (± 1041855
)62214762
ns/iter (± 869818
)0.85
mono_points_arrow/decode_total
223851542
ns/iter (± 1851584
)236709065
ns/iter (± 1901027
)0.95
batch_points_arrow/generate_message_bundles
314821
ns/iter (± 2630
)338605
ns/iter (± 3591
)0.93
batch_points_arrow/generate_messages
5892
ns/iter (± 59
)6239
ns/iter (± 55
)0.94
batch_points_arrow/encode_log_msg
348381
ns/iter (± 3122
)368388
ns/iter (± 2211
)0.95
batch_points_arrow/encode_total
693811
ns/iter (± 7159
)727145
ns/iter (± 4398
)0.95
batch_points_arrow/decode_log_msg
344026
ns/iter (± 2478
)345949
ns/iter (± 1799
)0.99
batch_points_arrow/decode_message_bundles
1553
ns/iter (± 18
)2007
ns/iter (± 13
)0.77
batch_points_arrow/decode_total
351462
ns/iter (± 2125
)354295
ns/iter (± 1875
)0.99
arrow_mono_points/insert
6240768409
ns/iter (± 19864832
)6038756633
ns/iter (± 15898319
)1.03
arrow_mono_points/query
1759378
ns/iter (± 16492
)1769635
ns/iter (± 18790
)0.99
arrow_batch_points/insert
3060805
ns/iter (± 22787
)2693496
ns/iter (± 12107
)1.14
arrow_batch_points/query
16418
ns/iter (± 151
)15981
ns/iter (± 130
)1.03
arrow_batch_vecs/insert
44053
ns/iter (± 323
)42337
ns/iter (± 313
)1.04
arrow_batch_vecs/query
385099
ns/iter (± 4018
)385290
ns/iter (± 2919
)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.