Skip to content

Commit ac32e75

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

5 files changed

Lines changed: 852 additions & 45 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Setup Rust
22-
uses: dtolnay/rust-toolchain@stable
23-
with:
24-
toolchain: 1.83.0
22+
uses: dtolnay/rust-toolchain@master
2523

2624
- name: Cache cargo registry
2725
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)