Include code cache for preload bundle

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
Fedor Indutny
2024-09-08 14:09:57 -07:00
committed by GitHub
parent 3c9332449f
commit 695f64a55a
13 changed files with 230 additions and 11 deletions

View File

@@ -54,6 +54,8 @@ jobs:
run: npm run generate
- name: Bundle
run: npm run build:esbuild:prod
- name: Create preload cache
run: xvfb-run --auto-servernum npm run build:preload-cache
- name: Run startup benchmarks
run: |