Skip to content

Commit 74fa6ea

Browse files
authored
fix: ci (#23)
* fix: mermaid bar graph * fix: ci
1 parent 49cdaae commit 74fa6ea

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
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

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,9 @@ dist
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Performance comparison of different evaluation methods: (baseline: new Function)
186186

187187
```mermaid
188188
gantt
189-
title Performance Comparison (Baseline: new Function)
189+
title Performance Comparison (Baseline: new Function) * 100
190190
dateFormat X
191191
axisFormat %s
192192

0 commit comments

Comments
 (0)