Remove two log entries
Cleans up the output logs even more. These entries don't add any more information since everything is grouped now.
This commit is contained in:
parent
a2e96a4c78
commit
23cdd6bab6
3 changed files with 1 additions and 5 deletions
|
|
@ -357,10 +357,8 @@ export async function runAnalyze(
|
|||
|
||||
fs.mkdirSync(outputDir, { recursive: true });
|
||||
|
||||
logger.info("Finalizing database creation");
|
||||
await finalizeDatabaseCreation(config, threadsFlag, logger);
|
||||
|
||||
logger.info("Analyzing database");
|
||||
const queriesStats = await runQueries(
|
||||
outputDir,
|
||||
memoryFlag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue