diff options
Diffstat (limited to 'benchmark/bench/render.js')
-rw-r--r-- | benchmark/bench/render.js | 2 |
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>} */ |