Skip to content

Commit dcdf791

Browse files
committed
feat: migrate to criterion
1 parent 1f62ee3 commit dcdf791

File tree

5 files changed

+828
-45
lines changed

5 files changed

+828
-45
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Rust
2222
uses: dtolnay/rust-toolchain@stable
2323
with:
24-
toolchain: 1.83.0
24+
toolchain: stable
2525

2626
- name: Cache cargo registry
2727
uses: actions/cache@v4

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Rust build artifacts
22
/target/
3-
Cargo.lock
43

54
# IDE files
65
.vscode/

0 commit comments

Comments
 (0)