We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cdaae commit 74fa6eaCopy full SHA for 74fa6ea
3 files changed
.github/workflows/ci.yml
@@ -22,7 +22,6 @@ jobs:
22
uses: actions/setup-node@v4
23
with:
24
node-version: "18"
25
- cache: "pnpm"
26
registry: "https://registry.npmjs.org"
27
28
- name: Install dependencies
.gitignore
@@ -128,3 +128,9 @@ dist
128
.yarn/build-state.yml
129
.yarn/install-state.gz
130
.pnp.*
131
+
132
+# lock
133
+yarn.lock
134
+pnpm-lock.yaml
135
+package-lock.json
136
+bun.lockb
README.md
@@ -186,7 +186,7 @@ Performance comparison of different evaluation methods: (baseline: new Function)
186
187
```mermaid
188
gantt
189
- title Performance Comparison (Baseline: new Function)
+ title Performance Comparison (Baseline: new Function) * 100
190
dateFormat X
191
axisFormat %s
192
0 commit comments