Add telemetry for TRAP caching

This commit is contained in:
Edoardo Pirovano
2022-08-15 14:44:43 +01:00
parent ca10a6d552
commit 4139682b64
63 changed files with 1195 additions and 126 deletions

View File

@@ -60,6 +60,7 @@ test.beforeEach(() => {
queriesInputCombines: false,
},
trapCaches: {},
trapCacheDownloadTime: 0,
};
});