mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
Change path
This commit is contained in:
@@ -56,8 +56,8 @@ const percentageDifference = (
|
||||
};
|
||||
|
||||
const main = async () => {
|
||||
const oldStats = await readStats('./cypress/snapshots/runtimes/base/**/*.csv');
|
||||
const newStats = await readStats('./cypress/snapshots/runtimes/head/**/*.csv');
|
||||
const oldStats = await readStats('./snapshots/runtimes/base/**/*.csv');
|
||||
const newStats = await readStats('./snapshots/runtimes/head/**/*.csv');
|
||||
const fullData: string[][] = [];
|
||||
const changed: string[][] = [];
|
||||
for (const [fileName, runtimes] of Object.entries(newStats)) {
|
||||
|
Reference in New Issue
Block a user