Skip to content

Commit

Permalink
test(benchmark): update hexo-many-posts repo (#5128)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Dec 10, 2022
1 parent 6127df4 commit 40df922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmark.js
Expand Up @@ -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');
Expand Down

0 comments on commit 40df922

Please sign in to comment.