We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3215d commit 5ccbb2cCopy full SHA for 5ccbb2c
.github/workflows/rust.yml
@@ -16,6 +16,7 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
+ - uses: dtolnay/rust-toolchain@stable
20
- name: Build
21
run: cargo build --verbose
22
- name: Run tests
Cargo.toml
@@ -48,19 +48,3 @@ harness = false
48
[[bench]]
49
name = "uluru_bench"
50
harness = false
51
-
52
-[[bench]]
53
-name = "large_n_benchmarks"
54
-harness = false
55
56
57
-name = "tiny_lru_large_bench"
58
59
60
61
-name = "lru_rs_large_bench"
62
63
64
65
-name = "schnellru_large_bench"
66
0 commit comments