-
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.
Simplify bind group allocation call by passing pool collection object. (
#1459) Got tired of all these parameters and since `BindGroupPool::alloc` recently became non-mut, this can be easily simplified.
- Loading branch information
Showing
7 changed files
with
20 additions
and
44 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
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
8dc3e46
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
546884
ns/iter (± 1797
)537220
ns/iter (± 19353
)1.02
datastore/latest_at/batch/rects/query
1831
ns/iter (± 7
)1743
ns/iter (± 25
)1.05
datastore/latest_at/missing_components/primary
356
ns/iter (± 1
)344
ns/iter (± 4
)1.03
datastore/latest_at/missing_components/secondaries
426
ns/iter (± 0
)408
ns/iter (± 6
)1.04
datastore/range/batch/rects/query
155012
ns/iter (± 593
)146707
ns/iter (± 1732
)1.06
mono_points_arrow/generate_message_bundles
47762281
ns/iter (± 1312329
)44698006
ns/iter (± 1165970
)1.07
mono_points_arrow/generate_messages
138430517
ns/iter (± 1344508
)132761896
ns/iter (± 1834953
)1.04
mono_points_arrow/encode_log_msg
165552042
ns/iter (± 559602
)164429504
ns/iter (± 1307931
)1.01
mono_points_arrow/encode_total
358603187
ns/iter (± 2325877
)344972798
ns/iter (± 2488450
)1.04
mono_points_arrow/decode_log_msg
187663885
ns/iter (± 1101542
)180321929
ns/iter (± 1854326
)1.04
mono_points_arrow/decode_message_bundles
74420508
ns/iter (± 1233925
)70036243
ns/iter (± 1475520
)1.06
mono_points_arrow/decode_total
256789361
ns/iter (± 1978684
)248830965
ns/iter (± 2955044
)1.03
batch_points_arrow/generate_message_bundles
332935
ns/iter (± 2638
)320945
ns/iter (± 4653
)1.04
batch_points_arrow/generate_messages
6274
ns/iter (± 27
)6012
ns/iter (± 88
)1.04
batch_points_arrow/encode_log_msg
359501
ns/iter (± 1134
)350148
ns/iter (± 2491
)1.03
batch_points_arrow/encode_total
709109
ns/iter (± 2453
)683589
ns/iter (± 5872
)1.04
batch_points_arrow/decode_log_msg
346502
ns/iter (± 871
)341917
ns/iter (± 3074
)1.01
batch_points_arrow/decode_message_bundles
2057
ns/iter (± 13
)2024
ns/iter (± 28
)1.02
batch_points_arrow/decode_total
359068
ns/iter (± 1272
)347441
ns/iter (± 3079
)1.03
arrow_mono_points/insert
7151725441
ns/iter (± 20536898
)6744343365
ns/iter (± 18982185
)1.06
arrow_mono_points/query
1709144
ns/iter (± 9761
)1678376
ns/iter (± 19327
)1.02
arrow_batch_points/insert
2616679
ns/iter (± 9551
)2546167
ns/iter (± 23141
)1.03
arrow_batch_points/query
17644
ns/iter (± 67
)17169
ns/iter (± 395
)1.03
tuid/Tuid::random
34
ns/iter (± 0
)33
ns/iter (± 0
)1.03
This comment was automatically generated by workflow using github-action-benchmark.