diff options
Diffstat (limited to 'benchmark/bench/_template.js')
-rw-r--r-- | benchmark/bench/_template.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark/bench/_template.js b/benchmark/bench/_template.js index 867ecf13b..ae96d72ad 100644 --- a/benchmark/bench/_template.js +++ b/benchmark/bench/_template.js @@ -6,7 +6,7 @@ export const defaultProject = 'project-name'; * Use `console.log` to report the results too. Logs that start with 10 `=` * and end with 10 `=` will be extracted by CI to display in the PR comment. * Usually after the first 10 `=` you'll want to add a title like `#### Test`. - * @param {URL} projectDir - * @param {URL} outputFile + * @param {URL} _projectDir + * @param {URL} _outputFile */ -export async function run(projectDir, outputFile) {} +export async function run(_projectDir, _outputFile) {} |