commit | fb9e596ea026c9885c9029adb2df32a84dba9fd7 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <[email protected]> | Tue Mar 17 06:11:38 2020 |
committer | Commit Bot <[email protected]> | Tue Mar 17 06:11:38 2020 |
tree | 2216ced282b6530b0730c9a337dfbff05e4770e5 | |
parent | e12dc4479b569e5ba4ede040137f446c16073d4c [diff] |
Reduce test overhead with a new webgpu_blink_web_tests isolate This new isolate excludes blink/perf_tests and almost all of WPT, which are not needed to run these tests. This reduces the isolate size for our webgpu_blink_web_tests steps on CQ, reducing overhead on dawn-win-*-deps-rel from ~8min to ~2min. blink_web_tests: 36M net 920M out 92K testing 1511M third_party 2467M (total) -> 896M zipped webgpu_blink_web_tests: 36M net 920M out 92K testing 60M third_party 1016M (total) -> 272M zipped Bug: 1061273 Change-Id: I210e3a3ab279aa10144d402b4acd86548adb96bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101354 Commit-Queue: John Budorick <[email protected]> Auto-Submit: Kai Ninomiya <[email protected]> Reviewed-by: John Budorick <[email protected]> Reviewed-by: Kenneth Russell <[email protected]> Reviewed-by: Quinten Yearsley <[email protected]> Cr-Commit-Position: refs/heads/master@{#750871}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.