Home
last modified time | relevance | path

Searched refs:memoryPerformanceFilePath (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dob_config_resolver.test.ts1079 let memoryPerformanceFilePath: string = ''; variable
1086 memoryPerformanceFilePath = path.join(testCacheDir, 'memoryPerformanceData.json');
1096 if (fs.existsSync(memoryPerformanceFilePath)) {
1097 fs.unlinkSync(memoryPerformanceFilePath);
1110 expect(fs.existsSync(memoryPerformanceFilePath)).to.be.true;
1119 expect(fs.existsSync(memoryPerformanceFilePath)).to.be.false;