-
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.
Texture & buffer call now
destroy
on removal from pool (#1359)
Fixes #592
- Loading branch information
Showing
4 changed files
with
28 additions
and
12 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
548d269
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
562227
ns/iter (± 5000
)563724
ns/iter (± 3791
)1.00
datastore/latest_at/batch/rects/query
1835
ns/iter (± 11
)1796
ns/iter (± 7
)1.02
datastore/latest_at/missing_components/primary
356
ns/iter (± 0
)356
ns/iter (± 3
)1
datastore/latest_at/missing_components/secondaries
433
ns/iter (± 2
)421
ns/iter (± 4
)1.03
datastore/range/batch/rects/query
153144
ns/iter (± 1033
)149726
ns/iter (± 1175
)1.02
mono_points_arrow/generate_message_bundles
45934909
ns/iter (± 954488
)46719032
ns/iter (± 1904548
)0.98
mono_points_arrow/generate_messages
124859394
ns/iter (± 1122795
)137478410
ns/iter (± 1668570
)0.91
mono_points_arrow/encode_log_msg
152120205
ns/iter (± 832273
)161753157
ns/iter (± 5188542
)0.94
mono_points_arrow/encode_total
322750928
ns/iter (± 1610749
)349874593
ns/iter (± 2521500
)0.92
mono_points_arrow/decode_log_msg
175393518
ns/iter (± 840170
)184719153
ns/iter (± 1625745
)0.95
mono_points_arrow/decode_message_bundles
64581240
ns/iter (± 884473
)73166990
ns/iter (± 1399405
)0.88
mono_points_arrow/decode_total
237345731
ns/iter (± 2848358
)254519335
ns/iter (± 2142192
)0.93
batch_points_arrow/generate_message_bundles
331144
ns/iter (± 1088
)328052
ns/iter (± 5573
)1.01
batch_points_arrow/generate_messages
6299
ns/iter (± 18
)6268
ns/iter (± 58
)1.00
batch_points_arrow/encode_log_msg
371276
ns/iter (± 1319
)367033
ns/iter (± 1573
)1.01
batch_points_arrow/encode_total
716954
ns/iter (± 2274
)711300
ns/iter (± 8149
)1.01
batch_points_arrow/decode_log_msg
348583
ns/iter (± 913
)349155
ns/iter (± 1028
)1.00
batch_points_arrow/decode_message_bundles
2058
ns/iter (± 15
)2005
ns/iter (± 19
)1.03
batch_points_arrow/decode_total
346709
ns/iter (± 1881
)355303
ns/iter (± 1899
)0.98
arrow_mono_points/insert
6021744068
ns/iter (± 15125163
)7037126675
ns/iter (± 30997466
)0.86
arrow_mono_points/query
1714409
ns/iter (± 8578
)1702561
ns/iter (± 16835
)1.01
arrow_batch_points/insert
2618441
ns/iter (± 10492
)2668694
ns/iter (± 21345
)0.98
arrow_batch_points/query
16864
ns/iter (± 56
)16548
ns/iter (± 221
)1.02
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.