Merge pull request #447 from lightpanda-io/mem-regression
Some checks are pending
e2e-test / zig build release (push) Waiting to run
e2e-test / puppeteer (push) Blocked by required conditions
wpt / web platform tests (push) Waiting to run
wpt / perf-fmt (push) Blocked by required conditions
zig-test / zig build dev (push) Waiting to run
zig-test / zig test (push) Waiting to run
zig-test / perf-fmt (push) Blocked by required conditions

ci: increase the max memory value to detect regression
This commit is contained in:
Pierre Tachoire
2025-02-26 11:38:54 +01:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ jobs:
needs: zig-build-release needs: zig-build-release
env: env:
MAX_MEMORY: 25000 MAX_MEMORY: 28000
MAX_AVG_DURATION: 24 MAX_AVG_DURATION: 24
runs-on: ubuntu-latest runs-on: ubuntu-latest