This commit is contained in:
2026-04-25 17:59:17 +09:00
parent 9962544bf5
commit c2e07b979a
5 changed files with 1 additions and 9826 deletions

View File

@@ -126,7 +126,7 @@ const resultData = {
details: comparisonResults.sort((a, b) => b.error - a.error)
};
const comparePath = path.join(workingDir, "compare_feature.json");
const comparePath = path.join(workingDir, "compare.json");
fs.writeFileSync(comparePath, JSON.stringify(resultData, null, 2), "utf-8");
console.log(`\nComparison complete! Results saved to: ${comparePath}`);