mirror of
https://github.com/typst/typst
synced 2025-05-22 21:15:28 +08:00
- 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)
17 lines
290 B
TOML
17 lines
290 B
TOML
[package]
|
|
name = "typst-bench"
|
|
version = "0.0.1"
|
|
authors = ["The Typst Project Developers"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
fontdock = { path = "../../fontdock" }
|
|
typst = { path = ".." }
|
|
|
|
[[bench]]
|
|
name = "typst"
|
|
path = "src/bench.rs"
|
|
harness = false
|