We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e51993 commit 2044968Copy full SHA for 2044968
1 file changed
benchmark/_cli.js
@@ -140,8 +140,8 @@ CLI.prototype.getCpuCoreSetting = function() {
140
const isValid = /^(\d+(-\d+)?)(,\d+(-\d+)?)*$/.test(value);
141
if (!isValid) {
142
throw new Error(`
143
- Invalid CPUSET format: "${value}". Please use a single core number (e.g., "0"),
144
- a range of cores (e.g., "0-3"), or a list of cores/ranges
+ Invalid CPUSET format: "${value}". Please use a single core number (e.g., "0"),
+ a range of cores (e.g., "0-3"), or a list of cores/ranges
145
(e.g., "0,2,4" or "0-2,4").\n\n${this.usage}
146
`);
147
}
0 commit comments