summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-12-17 00:20:27 +0100
committerLaurenz <laurmaedje@gmail.com>2020-12-17 00:20:27 +0100
commit81e80ecfba80f5bffab45719c1f2aba4f9b91b4f (patch)
tree03452a7ef0361f24159a60c93fb543263afb91e3 /bench
parent2336aeb4c32864f53a4d4e0f72e54a174df47a60 (diff)
Test [page] function 📕
- Make page break behaviour more consistent - Allow skipping reference image testing for single tests with `// compare-ref: false` (useful for tests which only check error messages)
Diffstat (limited to 'bench')
-rw-r--r--bench/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/Cargo.toml b/bench/Cargo.toml
index 25a112a1..36f40b8c 100644
--- a/bench/Cargo.toml
+++ b/bench/Cargo.toml
@@ -5,10 +5,10 @@ authors = ["The Typst Project Developers"]
edition = "2018"
publish = false
-[dependencies]
+[dev-dependencies]
+criterion = "0.3"
fontdock = { path = "../../fontdock" }
typst = { path = ".." }
-criterion = "0.3"
[[bench]]
name = "typst"