Reduce perf regression max

Mem 28MB -> 26MB  (currently a 24.1MB)
Time 23 -> 17  (currently at 14)

We've made some memory and performance optimization gains lately. Lowering
these will let us spot incremental changes better.
This commit is contained in:
Karl Seguin
2026-01-20 18:07:28 +08:00
parent 6f3cb4b48e
commit c02db94522

View File

@@ -124,8 +124,8 @@ jobs:
needs: zig-build-release needs: zig-build-release
env: env:
MAX_MEMORY: 28000 MAX_MEMORY: 26000
MAX_AVG_DURATION: 23 MAX_AVG_DURATION: 17
LIGHTPANDA_DISABLE_TELEMETRY: true LIGHTPANDA_DISABLE_TELEMETRY: true
# use a self host runner. # use a self host runner.