-
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.
Better crash reports on Web + WebGPU support detection (#1975)
* setup web crash handler * webgpu support detection * fix comment override * fix unnecessary indentation change * remove accidentally added determine_url again * handle failure to load wasm when checking for rendering backend on error
- Loading branch information
Showing
4 changed files
with
261 additions
and
115 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
Oops, something went wrong.
cc769d5
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.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.25
.datastore/num_rows=1000/num_instances=1000/packed=false/insert/default
3451377
ns/iter (± 34487
)2501111
ns/iter (± 2953
)1.38
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at/default
379
ns/iter (± 14
)300
ns/iter (± 2
)1.26
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/primary/default
260
ns/iter (± 0
)202
ns/iter (± 0
)1.29
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/secondaries/default
420
ns/iter (± 0
)321
ns/iter (± 0
)1.31
datastore/num_rows=1000/num_instances=1000/packed=false/range/default
3560866
ns/iter (± 41938
)2551926
ns/iter (± 5525
)1.40
datastore/num_rows=1000/num_instances=1000/gc/default
2386955
ns/iter (± 2421
)1555681
ns/iter (± 5728
)1.53
mono_points_arrow/generate_message_bundles
27403552
ns/iter (± 681496
)20583941
ns/iter (± 712764
)1.33
mono_points_arrow_batched/generate_message_bundles
20013128
ns/iter (± 1099147
)15887541
ns/iter (± 30553
)1.26
mono_points_arrow_batched/generate_messages
4406477
ns/iter (± 207658
)2916342
ns/iter (± 9469
)1.51
mono_points_arrow_batched/encode_total
26855916
ns/iter (± 958000
)20384395
ns/iter (± 80099
)1.32
mono_points_arrow_batched/decode_log_msg
781012
ns/iter (± 2836
)474381
ns/iter (± 1295
)1.65
mono_points_arrow_batched/decode_message_bundles
7629704
ns/iter (± 129290
)6049457
ns/iter (± 5920
)1.26
mono_points_arrow_batched/decode_total
8460944
ns/iter (± 132623
)6630231
ns/iter (± 9696
)1.28
arrow_mono_points/insert
2290946153
ns/iter (± 6332315
)1587335485
ns/iter (± 7858791
)1.44
arrow_mono_points/query
1171553
ns/iter (± 9681
)884149
ns/iter (± 1104
)1.33
This comment was automatically generated by workflow using github-action-benchmark.