Skip to content

Commit 40df922

Browse files
authored
test(benchmark): update hexo-many-posts repo (#5128)
1 parent 6127df4 commit 40df922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async function init() {
168168
log.info('Setting up a dummy hexo site with 500 posts');
169169
await gitClone('https://github.com/hexojs/hexo-theme-unit-test.git', testDir);
170170
await gitClone('https://github.com/hexojs/hexo-theme-landscape', resolve(testDir, 'themes', 'landscape'));
171-
await gitClone('https://github.com/SukkaLab/hexo-many-posts.git', resolve(testDir, 'source', '_posts', 'hexo-many-posts'));
171+
await gitClone('https://github.com/hexojs/hexo-many-posts.git', resolve(testDir, 'source', '_posts', 'hexo-many-posts'));
172172
}
173173

174174
log.info('Installing dependencies');

0 commit comments

Comments
 (0)