refactor(benchmark): Rename scaling mode setups (#10783)

This commit is contained in:
Tomi Turtiainen
2024-09-12 13:02:56 +03:00
committed by GitHub
parent c133a6ef89
commit b2b6190cc0
9 changed files with 7 additions and 12 deletions

View File

@@ -4,8 +4,7 @@ import path from 'path';
import { fs } from 'zx';
/**
* Creates the needed directories for the queue setup so their
* permissions get set correctly.
* Creates the needed directories so the permissions get set correctly.
*/
export function setup({ runDir }) {
const neededDirs = ['n8n', 'postgres'];