Merge pull request #76 from patlux/ci/bun-1.4

ci: run Bun 1.4.0 in the memory benchmark and omp jobs
This commit is contained in:
Patrick Wozniak
2026-09-02 10:36:11 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -46,9 +46,9 @@ jobs:
with: with:
node-version: 20 node-version: 20
cache: npm cache: npm
- uses: oven-sh/setup-bun@v2 - uses: oven-sh/setup-bun@v2.2.0
with: with:
bun-version: latest bun-version: 1.4.0
- run: npm ci - run: npm ci
- name: Install Oh My Pi - name: Install Oh My Pi
run: | run: |
+3 -3
View File
@@ -17,9 +17,9 @@ jobs:
permissions: permissions:
contents: read contents: read
env: env:
PI_VERSION: 0.82.1 PI_VERSION: 0.84.4
BUN_VERSION: 1.3.11 BUN_VERSION: 1.4.0
NODE_VERSION: 22.19.0 NODE_VERSION: 22.23.2
MEMORY_BENCHMARK_RUNS: 6 MEMORY_BENCHMARK_RUNS: 6
MEMORY_BENCHMARK_WARMUP_MS: 2500 MEMORY_BENCHMARK_WARMUP_MS: 2500
MEMORY_BENCHMARK_SAMPLES: 12 MEMORY_BENCHMARK_SAMPLES: 12