commit | 3c0186a5204282ea34455d28780f4fe18cc978e3 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Jun 19 04:26:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 19 04:26:46 2024 +0000 |
tree | 1e23af72b10e7515694ef6052755e9ff1316e563 | |
parent | 4578809d39891960740baaeccadacd7dabd0092b [diff] |
cts: make logging better for Telemetry - Don't send full log messages for passing tests. Telemetry never does anything with such logs, so we shouldn't bother sending them over the websocket. - For non-passing tests, only send non-INFO logs to Telemetry. These show up in the reported failure reason. Removing INFO logs should allow for better LUCI failure clusters. All the other logs are printed to the JS console so they may still be discovered. Bug: 347963252 Change-Id: I760233ba14afc33165c2d746f1c8489f2f56ba2e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194460 Reviewed-by: Brian Sheedy <bsheedy@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.