Add telemetry for TRAP caching
This commit is contained in:
parent
ca10a6d552
commit
4139682b64
63 changed files with 1195 additions and 126 deletions
2
lib/trap-caching.test.js
generated
2
lib/trap-caching.test.js
generated
|
|
@ -98,6 +98,7 @@ const testConfigWithoutTmpDir = {
|
|||
trapCaches: {
|
||||
javascript: "/some/cache/dir",
|
||||
},
|
||||
trapCacheDownloadTime: 0,
|
||||
};
|
||||
function getTestConfigWithTempDir(tmpDir) {
|
||||
return {
|
||||
|
|
@ -123,6 +124,7 @@ function getTestConfigWithTempDir(tmpDir) {
|
|||
javascript: path.resolve(tmpDir, "jsCache"),
|
||||
ruby: path.resolve(tmpDir, "rubyCache"),
|
||||
},
|
||||
trapCacheDownloadTime: 0,
|
||||
};
|
||||
}
|
||||
(0, ava_1.default)("check flags for JS, analyzing default branch", async (t) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue