From 40df92259a8df241f2676c325c94144455568ae3 Mon Sep 17 00:00:00 2001 From: Sukka Date: Sat, 10 Dec 2022 17:31:48 +0800 Subject: [PATCH] test(benchmark): update hexo-many-posts repo (#5128) --- 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');