-
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.
Fix Z fighting with improved depth offset math (#1661)
* Fix Z fighting with improved depth offset math * Add comment
- Loading branch information
Showing
4 changed files
with
26 additions
and
20 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
8f5faa9
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
611571
ns/iter (± 9415
)565317
ns/iter (± 2299
)1.08
datastore/latest_at/batch/rects/query
1881
ns/iter (± 6
)1886
ns/iter (± 4
)1.00
datastore/latest_at/missing_components/primary
292
ns/iter (± 0
)288
ns/iter (± 0
)1.01
datastore/latest_at/missing_components/secondaries
444
ns/iter (± 2
)438
ns/iter (± 2
)1.01
datastore/range/batch/rects/query
156402
ns/iter (± 653
)151188
ns/iter (± 1404
)1.03
mono_points_arrow/generate_message_bundles
52018822
ns/iter (± 843344
)50404754
ns/iter (± 1433085
)1.03
mono_points_arrow/generate_messages
141149486
ns/iter (± 1422668
)137726076
ns/iter (± 1286028
)1.02
mono_points_arrow/encode_log_msg
170055896
ns/iter (± 1126383
)168393670
ns/iter (± 666625
)1.01
mono_points_arrow/encode_total
363977625
ns/iter (± 2799016
)357976122
ns/iter (± 2044978
)1.02
mono_points_arrow/decode_log_msg
190968672
ns/iter (± 992698
)189293393
ns/iter (± 1467086
)1.01
mono_points_arrow/decode_message_bundles
78083482
ns/iter (± 1164348
)75280283
ns/iter (± 1223855
)1.04
mono_points_arrow/decode_total
262339281
ns/iter (± 1681345
)259669775
ns/iter (± 1946560
)1.01
batch_points_arrow/generate_message_bundles
329826
ns/iter (± 1508
)325904
ns/iter (± 2232
)1.01
batch_points_arrow/generate_messages
6505
ns/iter (± 35
)6488
ns/iter (± 62
)1.00
batch_points_arrow/encode_log_msg
414182
ns/iter (± 1715
)364610
ns/iter (± 2285
)1.14
batch_points_arrow/encode_total
751231
ns/iter (± 2861
)718576
ns/iter (± 39620
)1.05
batch_points_arrow/decode_log_msg
355473
ns/iter (± 1844
)350364
ns/iter (± 1881
)1.01
batch_points_arrow/decode_message_bundles
2078
ns/iter (± 12
)2094
ns/iter (± 12
)0.99
batch_points_arrow/decode_total
387702
ns/iter (± 1851
)355309
ns/iter (± 1015
)1.09
arrow_mono_points/insert
7180897831
ns/iter (± 30015588
)6887514065
ns/iter (± 26945980
)1.04
arrow_mono_points/query
1862983
ns/iter (± 12336
)1774289
ns/iter (± 16320
)1.05
arrow_batch_points/insert
2895608
ns/iter (± 16668
)2658134
ns/iter (± 13467
)1.09
arrow_batch_points/query
16157
ns/iter (± 56
)16178
ns/iter (± 70
)1.00
arrow_batch_vecs/insert
46839
ns/iter (± 241
)42586
ns/iter (± 249
)1.10
arrow_batch_vecs/query
406390
ns/iter (± 4723
)388304
ns/iter (± 3594
)1.05
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.