summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-07 10:50:03 +0100
committerGitHub <noreply@github.com>2024-03-07 09:50:03 +0000
commit5dc6ce0022ef5bc83464b2dfefb20d608168df20 (patch)
treebc9a7acddde1202a3356650c30e4b62a1e8cf27d /tests/Cargo.toml
parentcf2f789c07b64cd59f472dfd64877be44c9337d2 (diff)
Remove unmaintained benchmarks (#3569)
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml6
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