summaryrefslogtreecommitdiff
path: root/bench/Cargo.toml
diff options
context:
space:
mode:
authorMartin <mhaug@live.de>2021-08-18 18:12:26 +0200
committerGitHub <noreply@github.com>2021-08-18 18:12:26 +0200
commitc44ecbfbd2706bf8e09728f2c85135aa2299d542 (patch)
tree1a7fe1b7f1627ed63817030468476ef4a5dc2b9e /bench/Cargo.toml
parent011865ab5c8943abcb64c7b545e265d1a65db32a (diff)
Move to exclusively oneshot benchmarks with Iai fork (#41)
Diffstat (limited to 'bench/Cargo.toml')
-rw-r--r--bench/Cargo.toml25
1 files changed, 0 insertions, 25 deletions
diff --git a/bench/Cargo.toml b/bench/Cargo.toml
deleted file mode 100644
index eec8a96e..00000000
--- a/bench/Cargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-[package]
-name = "typst-bench"
-version = "0.0.1"
-authors = ["The Typst Project Developers"]
-edition = "2018"
-publish = false
-
-[features]
-default = ["layout-cache"]
-layout-cache = ["typst/layout-cache"]
-
-[dev-dependencies]
-criterion = { version = "0.3", features = ["html_reports"] }
-iai = "0.1"
-typst = { path = "..", default-features = false, features = ["fs"] }
-
-[[bench]]
-name = "clock"
-path = "src/clock.rs"
-harness = false
-
-[[bench]]
-name = "parsing"
-path = "src/parsing.rs"
-harness = false