diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-03-07 10:50:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-07 09:50:03 +0000 |
| commit | 5dc6ce0022ef5bc83464b2dfefb20d608168df20 (patch) | |
| tree | bc9a7acddde1202a3356650c30e4b62a1e8cf27d /tests/Cargo.toml | |
| parent | cf2f789c07b64cd59f472dfd64877be44c9337d2 (diff) | |
Remove unmaintained benchmarks (#3569)
Diffstat (limited to 'tests/Cargo.toml')
| -rw-r--r-- | tests/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 2a121067..1f650c97 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -17,7 +17,6 @@ typst-ide = { workspace = true } clap = { workspace = true } comemo = { workspace = true } ecow = { workspace = true } -iai = { workspace = true } once_cell = { workspace = true } oxipng = { workspace = true } rayon = { workspace = true } @@ -31,10 +30,5 @@ name = "tests" path = "src/tests.rs" harness = false -[[bench]] -name = "benches" -path = "src/benches.rs" -harness = false - [lints] workspace = true |
