summaryrefslogtreecommitdiff
path: root/benchmark/bench/_template.js
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-11-27 14:31:09 +0000
committerGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-11-27 14:31:09 +0000
commit2da81e53c31f11b77c57e5ad4861fe3602ab5d7b (patch)
tree21d837ef35a28d27e621e9bebc328132a5cf2572 /benchmark/bench/_template.js
parent827093e6175549771f9d93ddf3f2be4c2c60f0b7 (diff)
parent6eac6ba7331c3af7c2b704dc15a133748a2fd18b (diff)
downloadastro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.tar.gz
astro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.tar.zst
astro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.zip
Merge branch 'main' into next
Diffstat (limited to 'benchmark/bench/_template.js')
-rw-r--r--benchmark/bench/_template.js6
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) {}