fix(ci): build nodes before benchmarking
This commit is contained in:
@@ -45,10 +45,14 @@ jobs:
|
|||||||
- name: 📦 Install Dependencies
|
- name: 📦 Install Dependencies
|
||||||
run: pnpm install --frozen-lockfile --store-dir ${{ env.PNPM_CACHE_FOLDER }}
|
run: pnpm install --frozen-lockfile --store-dir ${{ env.PNPM_CACHE_FOLDER }}
|
||||||
|
|
||||||
- name: Execute Runtime
|
- name: 🛠️Build Nodes
|
||||||
|
run: pnpm build:nodes
|
||||||
|
|
||||||
|
- name: 🏃 Execute Runtime
|
||||||
run: pnpm run --filter @nodarium/app bench
|
run: pnpm run --filter @nodarium/app bench
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- name: 📤 Upload Benchmark Results
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: benchmark-data
|
name: benchmark-data
|
||||||
path: app/benchmark/out/
|
path: app/benchmark/out/
|
||||||
|
|||||||
Reference in New Issue
Block a user