-
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.
Workaround for alpha to coverage state leaking on (Web)GL renderer (#…
…1596) * Workaround for alpha to coverage state leaking on (Web)GL renderer Plus, use `Web` hardware tier when rendering with GLES. * Rename HardwareTier::Web to Basic * match bool -> if --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
- Loading branch information
Showing
5 changed files
with
44 additions
and
16 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
1790f0d
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
556299
ns/iter (± 37639
)571442
ns/iter (± 2301
)0.97
datastore/latest_at/batch/rects/query
1843
ns/iter (± 66
)1897
ns/iter (± 4
)0.97
datastore/latest_at/missing_components/primary
288
ns/iter (± 0
)285
ns/iter (± 0
)1.01
datastore/latest_at/missing_components/secondaries
438
ns/iter (± 0
)439
ns/iter (± 0
)1.00
datastore/range/batch/rects/query
152372
ns/iter (± 509
)152576
ns/iter (± 344
)1.00
mono_points_arrow/generate_message_bundles
48332381
ns/iter (± 2057438
)47323466
ns/iter (± 717830
)1.02
mono_points_arrow/generate_messages
127384757
ns/iter (± 928225
)126745758
ns/iter (± 1029971
)1.01
mono_points_arrow/encode_log_msg
158947927
ns/iter (± 1138186
)157765071
ns/iter (± 1340455
)1.01
mono_points_arrow/encode_total
332645976
ns/iter (± 1642748
)331379061
ns/iter (± 1235405
)1.00
mono_points_arrow/decode_log_msg
179026182
ns/iter (± 871195
)180097694
ns/iter (± 789305
)0.99
mono_points_arrow/decode_message_bundles
64449650
ns/iter (± 740401
)64690497
ns/iter (± 863620
)1.00
mono_points_arrow/decode_total
239313697
ns/iter (± 4476831
)243367611
ns/iter (± 1314650
)0.98
batch_points_arrow/generate_message_bundles
322075
ns/iter (± 2815
)323148
ns/iter (± 606
)1.00
batch_points_arrow/generate_messages
6404
ns/iter (± 33
)6372
ns/iter (± 12
)1.01
batch_points_arrow/encode_log_msg
357316
ns/iter (± 2697
)354200
ns/iter (± 1232
)1.01
batch_points_arrow/encode_total
707810
ns/iter (± 5889
)714454
ns/iter (± 1876
)0.99
batch_points_arrow/decode_log_msg
347742
ns/iter (± 948
)350486
ns/iter (± 2502
)0.99
batch_points_arrow/decode_message_bundles
2032
ns/iter (± 13
)2082
ns/iter (± 9
)0.98
batch_points_arrow/decode_total
356138
ns/iter (± 5112
)357303
ns/iter (± 989
)1.00
arrow_mono_points/insert
6138659933
ns/iter (± 15981279
)6091936932
ns/iter (± 18853298
)1.01
arrow_mono_points/query
1796190
ns/iter (± 31350
)1804911
ns/iter (± 9463
)1.00
arrow_batch_points/insert
2701820
ns/iter (± 22486
)2696428
ns/iter (± 10857
)1.00
arrow_batch_points/query
16821
ns/iter (± 184
)16966
ns/iter (± 63
)0.99
arrow_batch_vecs/insert
42844
ns/iter (± 155
)42871
ns/iter (± 99
)1.00
arrow_batch_vecs/query
505267
ns/iter (± 2974
)506667
ns/iter (± 857
)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.