summaryrefslogtreecommitdiff
path: root/benchmark/bench/render.js
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-03-07 10:52:47 +0800
committerGravatar GitHub <noreply@github.com> 2023-03-07 10:52:47 +0800
commit00a0af7ed44f5bb275f570ca38bbd0b798ce84ad (patch)
tree4c15d9223bffbcd4999a1950580cbd3a02a8ae5f /benchmark/bench/render.js
parentaf05a4fa4637bad9b20b9928e6d2c2f894aa9139 (diff)
downloadastro-00a0af7ed44f5bb275f570ca38bbd0b798ce84ad.tar.gz
astro-00a0af7ed44f5bb275f570ca38bbd0b798ce84ad.tar.zst
astro-00a0af7ed44f5bb275f570ca38bbd0b798ce84ad.zip
Move benchmark package and update changeset config (#6433)
Diffstat (limited to 'benchmark/bench/render.js')
-rw-r--r--benchmark/bench/render.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench/render.js b/benchmark/bench/render.js
index 59214b788..449a1056f 100644
--- a/benchmark/bench/render.js
+++ b/benchmark/bench/render.js
@@ -103,7 +103,7 @@ function printResult(result) {
}
/**
- * Simple fetch utility to get the render time sent by `@astrojs/timer` in plain text
+ * Simple fetch utility to get the render time sent by `@benchmark/timer` in plain text
* @param {string} url
* @returns {Promise<number>}
*/