From 6658d9cb0b48342ae7a59207de311a0e59e4a92f Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sat, 10 Dec 2022 17:26:45 +0800 Subject: [PATCH] test(benchmark): update hexo-many-posts repo --- test/benchmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/benchmark.js b/test/benchmark.js index 045b13bee2..f22a830605 100644 --- a/test/benchmark.js +++ b/test/benchmark.js @@ -168,7 +168,7 @@ async function init() { log.info('Setting up a dummy hexo site with 500 posts'); await gitClone('https://github.com/hexojs/hexo-theme-unit-test.git', testDir); await gitClone('https://github.com/hexojs/hexo-theme-landscape', resolve(testDir, 'themes', 'landscape')); - await gitClone('https://github.com/SukkaLab/hexo-many-posts.git', resolve(testDir, 'source', '_posts', 'hexo-many-posts')); + await gitClone('https://github.com/hexojs/hexo-many-posts.git', resolve(testDir, 'source', '_posts', 'hexo-many-posts')); } log.info('Installing dependencies');