File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2222 uses : actions/setup-node@v4
2323 with :
2424 node-version : " 18"
25- cache : " pnpm"
2625 registry : " https://registry.npmjs.org"
2726
2827 - name : Install dependencies
Original file line number Diff line number Diff line change 128128.yarn /build-state.yml
129129.yarn /install-state.gz
130130.pnp. *
131+
132+ # lock
133+ yarn.lock
134+ pnpm-lock.yaml
135+ package-lock.json
136+ bun.lockb
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ Performance comparison of different evaluation methods: (baseline: new Function)
186186
187187``` mermaid
188188gantt
189- title Performance Comparison (Baseline: new Function)
189+ title Performance Comparison (Baseline: new Function) * 100
190190 dateFormat X
191191 axisFormat %s
192192
You can’t perform that action at this time.
0 commit comments