Skip to content

feat: added output.workerChunkFilename to specify filename template of output worker's files on disk#19280

Closed
alexander-akait wants to merge 5 commits into
mainfrom
issue-17002
Closed

feat: added output.workerChunkFilename to specify filename template of output worker's files on disk#19280
alexander-akait wants to merge 5 commits into
mainfrom
issue-17002

Conversation

@alexander-akait

@alexander-akait alexander-akait commented Mar 4, 2025

Copy link
Copy Markdown
Member

What kind of change does this PR introduce?

feature - #17002

fixes #17002

Did you add tests for your changes?

Yes

Does this PR introduce a breaking change?

No

What needs to be documented once your changes are merged?

Now we have a new options to specify filename template of non-initial output worker's files on disk:

output.workerChunkFilename - Specifies the filename template of non-initial output worker's files on disk. You must not specify an absolute path here, but the path may contain folders separated by '/'! The specified path is joined with the value of the 'output.path' option to determine the location on disk.

Type: the same as for output.chunkFilename
Default: output.chunkFilename

@codspeed-hq

codspeed-hq Bot commented Aug 28, 2025

Copy link
Copy Markdown

CodSpeed Performance Report

Merging #19280 will not alter performance

Comparing issue-17002 (c6628d3) with main (488ba2e)

Summary

✅ 42 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce a new option for workers chunks' filenames

1 participant