This commit is contained in:
Hai 2025-10-12 02:13:38 +08:00
parent 968943a715
commit 10c2d16b94
1 changed files with 3 additions and 1 deletions

View File

@ -152,7 +152,9 @@ function getCallingFile() {
if (callingFile.startsWith("file://")) {
callingFile = fileURLToPath(callingFile);
}
return path.relative(gitDir, callingFile);
// TODO
return "test/BenchmarkTestCases.benchmark.mjs";
// return path.relative(gitDir, callingFile);
}
const taskUriMap = new WeakMap();