Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "pnpm"
registry: "https://registry.npmjs.org"

- name: Install dependencies
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,9 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# lock
yarn.lock
pnpm-lock.yaml
package-lock.json
bun.lockb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Performance comparison of different evaluation methods: (baseline: new Function)

```mermaid
gantt
title Performance Comparison (Baseline: new Function)
title Performance Comparison (Baseline: new Function) * 100
dateFormat X
axisFormat %s

Expand Down
Loading