-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add the cache files to the CTS repo under `src/resources/cache`. * Compress & decompress the cache with gzip using the Compression Streams API. All the cache files sum to just over 4 meg. * Add a `src/resources/cache/hashes.json` to track the hash of the source files used to generate each of the cache files. Only rebuild the cases that are stale. * Update `gen_cache --validate` to check that all the cache files are present and up to date. Also error if there are old cache files that are no longer needed. This is run by `npm test`, which is also called by the GitHub presubmits. * Add `wpt lint` exemption for `*.bin` files Optimization: Add a cache hash file This file contains a hash of the source files used to build the cache. Only source files that have been changed need to be rebuilt. The validation step doesn't have to perform the expensive build step to know whether files are stale.
- Loading branch information
1 parent
c47509f
commit ec19459
Showing
117 changed files
with
568 additions
and
140 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
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.