mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
refactor: shared utils for benchmark scripts
This commit is contained in:
@@ -9,6 +9,16 @@ export const BENCHMARKS_DIR: string = url.fileURLToPath(new URL('../', import.me
|
||||
*/
|
||||
export const DEFAULT_CONCURRENCY = 20
|
||||
|
||||
/**
|
||||
* Progress bar configuration
|
||||
*/
|
||||
export const PROGRESS_BAR = {
|
||||
/** Default width for progress bars */
|
||||
defaultWidth: 25,
|
||||
/** Compact width for inline displays */
|
||||
compactWidth: 20,
|
||||
} as const
|
||||
|
||||
/**
|
||||
* Enable dry run mode for quick testing with limited AI requests
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user