Compare commits
2 commits
bad3a8f854
...
7a6e83f035
Author | SHA1 | Date | |
---|---|---|---|
7a6e83f035 | |||
9bd519129a |
2 changed files with 3 additions and 5 deletions
|
@ -16,7 +16,7 @@ pipeline:
|
|||
- tar xf la-periferica.com.ar.tar.zst
|
||||
- tar xf distributed.press.tar.zst
|
||||
|
||||
- node .. nulo.in/
|
||||
- node .. la-periferica.com.ar/
|
||||
- node .. distributed.press/
|
||||
- time node .. nulo.in/
|
||||
- time node .. la-periferica.com.ar/
|
||||
- time node .. distributed.press/
|
||||
|
||||
|
|
2
index.js
2
index.js
|
@ -115,9 +115,7 @@ async function recurseDirectory(reports, path) {
|
|||
else {
|
||||
if (!file.name.endsWith(".html")) continue;
|
||||
const content = await readFile(filePath, "utf-8");
|
||||
console.time(filePath);
|
||||
reports[path] = await processFile(content);
|
||||
console.timeEnd(filePath);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue