-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] Cache files in simple server (#83744)
* [wasm] Cache files in simple server This improves measurements comparison between hosts with different storage speeds. In our case local storage vs NFS storage on the otherwise equal hardware. The cache is filled during initial runs of browser-bench. Also do not prefetch `icudt.dat` as it is not used anymore. * Use StringComparer.OrdinalIgnoreCase for the cache
- Loading branch information
1 parent
7500625
commit 2e8148c
Showing
2 changed files
with
38 additions
and
10 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