Skip to content

Commit 160811c

Browse files
committed
Update build configuration and add benchmarks
- Add xtask to workspace members - Update dependencies for pattern sorter - Add sorting benchmarks for performance testing - Update gitignore for Claude Code settings
1 parent 845a4d5 commit 160811c

File tree

10 files changed

+1453
-40
lines changed

10 files changed

+1453
-40
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[alias]
2+
xtask = "run --package xtask --"

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
/target
22
**/*.rs.bk
3+
tmp/
4+
rustywind
5+
node_modules
6+
7+
# test fixture node modules
8+
rustywind-core/tests/fixtures/package-lock.json
9+
10+
# Claude Code settings
11+
.claude/

0 commit comments

Comments
 (0)