fix: 修复未来日期的处理逻辑,确保只统计过去的文章数据 #89
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmark | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
jobs: | |
bench-hexo-6: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
with: | |
path: reimu | |
- name: Checkout external repository | |
uses: actions/checkout@v4 | |
with: | |
repository: D-Sketon/reimu-playground | |
path: reimu-playground | |
- name: Checkout external Many Posts | |
uses: actions/checkout@v4 | |
with: | |
repository: hexojs/hexo-many-posts | |
path: hexo-many-posts | |
- name: Copy files to target directory | |
run: | | |
cp -r reimu/* reimu-playground/themes/reimu | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts1 | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts2 | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts3 | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts4 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts1 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts2 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts3 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts4 | |
- name: Install Node | |
uses: actions/setup-node@v2 | |
with: | |
node-version: "22" | |
- name: Install dependencies | |
run: | | |
cd reimu-playground | |
npm install | |
npm i hexo@6 | |
- name: benchmark | |
run: | | |
cd reimu-playground | |
npx bench-hexo benchmark | |
npx bench-hexo memory -c 20 -s 200 | |
npx bench-hexo memory -c 20 -s 200 --no-clean | |
bench-hexo-7: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
with: | |
path: reimu | |
- name: Checkout external repository | |
uses: actions/checkout@v4 | |
with: | |
repository: D-Sketon/reimu-playground | |
path: reimu-playground | |
- name: Checkout external Many Posts | |
uses: actions/checkout@v4 | |
with: | |
repository: hexojs/hexo-many-posts | |
path: hexo-many-posts | |
- name: Copy files to target directory | |
run: | | |
cp -r reimu/* reimu-playground/themes/reimu | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts1 | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts2 | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts3 | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts4 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts1 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts2 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts3 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts4 | |
- name: Install Node | |
uses: actions/setup-node@v2 | |
with: | |
node-version: "22" | |
- name: Install dependencies | |
run: | | |
cd reimu-playground | |
npm install | |
- name: benchmark | |
run: | | |
cd reimu-playground | |
npx bench-hexo benchmark | |
npx bench-hexo memory -c 20 -s 200 | |
npx bench-hexo memory -c 20 -s 200 --no-clean | |
bench-hexo-next: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
with: | |
path: reimu | |
- name: Checkout external repository | |
uses: actions/checkout@v4 | |
with: | |
repository: D-Sketon/reimu-playground | |
path: reimu-playground | |
- name: Checkout external Many Posts | |
uses: actions/checkout@v4 | |
with: | |
repository: hexojs/hexo-many-posts | |
path: hexo-many-posts | |
- name: Copy files to target directory | |
run: | | |
cp -r reimu/* reimu-playground/themes/reimu | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts1 | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts2 | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts3 | |
mkdir -p reimu-playground/source/_posts/hexo-many-posts4 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts1 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts2 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts3 | |
cp -r hexo-many-posts/* reimu-playground/source/_posts/hexo-many-posts4 | |
- name: Install Node | |
uses: actions/setup-node@v2 | |
with: | |
node-version: "22" | |
- name: Install dependencies | |
run: | | |
cd reimu-playground | |
npm install | |
npm i hexo@https://github.com/D-Sketon/hexo.git#chore/bench | |
- name: benchmark | |
run: | | |
cd reimu-playground | |
npx bench-hexo benchmark | |
npx bench-hexo memory -c 20 -s 200 | |
npx bench-hexo memory -c 20 -s 200 --no-clean | |