-
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.
Size boosted outlines for points & lines, color & size tweaking (#1667)
* boost size of points in outline mask * thinner outlines in viewer * wip line size boost * fix point_size_to_world called incorrectly * outline boost for lines working now * final touches to colors, widths etc. * missing doc strings * added todo note on missing outline boost * Fix outline gaps in line strips * comment fix and world_size_from_point_size rename
- Loading branch information
Showing
15 changed files
with
224 additions
and
42 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
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.
0dc563e
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
570344
ns/iter (± 2327
)554901
ns/iter (± 4763
)1.03
datastore/latest_at/batch/rects/query
1850
ns/iter (± 17
)1832
ns/iter (± 13
)1.01
datastore/latest_at/missing_components/primary
287
ns/iter (± 2
)288
ns/iter (± 2
)1.00
datastore/latest_at/missing_components/secondaries
438
ns/iter (± 0
)436
ns/iter (± 4
)1.00
datastore/range/batch/rects/query
151405
ns/iter (± 232
)148470
ns/iter (± 1851
)1.02
mono_points_arrow/generate_message_bundles
47198094
ns/iter (± 655215
)46902333
ns/iter (± 1574851
)1.01
mono_points_arrow/generate_messages
126590192
ns/iter (± 1365170
)136243044
ns/iter (± 1733045
)0.93
mono_points_arrow/encode_log_msg
159180448
ns/iter (± 1608062
)163260809
ns/iter (± 1274405
)0.98
mono_points_arrow/encode_total
332427923
ns/iter (± 2668758
)350047046
ns/iter (± 3121600
)0.95
mono_points_arrow/decode_log_msg
176649652
ns/iter (± 767175
)183563257
ns/iter (± 1719775
)0.96
mono_points_arrow/decode_message_bundles
65496423
ns/iter (± 785967
)70807602
ns/iter (± 1262660
)0.92
mono_points_arrow/decode_total
238121545
ns/iter (± 1473416
)253857416
ns/iter (± 2680007
)0.94
batch_points_arrow/generate_message_bundles
340476
ns/iter (± 587
)335181
ns/iter (± 4048
)1.02
batch_points_arrow/generate_messages
6388
ns/iter (± 11
)6233
ns/iter (± 75
)1.02
batch_points_arrow/encode_log_msg
370504
ns/iter (± 1187
)363065
ns/iter (± 3186
)1.02
batch_points_arrow/encode_total
732623
ns/iter (± 2634
)739927
ns/iter (± 6685
)0.99
batch_points_arrow/decode_log_msg
349084
ns/iter (± 882
)341720
ns/iter (± 2605
)1.02
batch_points_arrow/decode_message_bundles
2063
ns/iter (± 13
)2001
ns/iter (± 24
)1.03
batch_points_arrow/decode_total
355696
ns/iter (± 1121
)348933
ns/iter (± 2676
)1.02
arrow_mono_points/insert
6157379273
ns/iter (± 20146819
)6910039741
ns/iter (± 23446336
)0.89
arrow_mono_points/query
1793696
ns/iter (± 12953
)1747989
ns/iter (± 19555
)1.03
arrow_batch_points/insert
2704452
ns/iter (± 14131
)2566653
ns/iter (± 19991
)1.05
arrow_batch_points/query
16188
ns/iter (± 74
)16219
ns/iter (± 127
)1.00
arrow_batch_vecs/insert
42570
ns/iter (± 143
)41553
ns/iter (± 388
)1.02
arrow_batch_vecs/query
389302
ns/iter (± 1127
)384700
ns/iter (± 4077
)1.01
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 1
)1
This comment was automatically generated by workflow using github-action-benchmark.