summaryrefslogtreecommitdiff
path: root/benches
diff options
context:
space:
mode:
Diffstat (limited to 'benches')
-rw-r--r--benches/benchmarks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/benchmarks.rs b/benches/benchmarks.rs
index ea7fc652..ea37ff0f 100644
--- a/benches/benchmarks.rs
+++ b/benches/benchmarks.rs
@@ -11,7 +11,7 @@ use typst::parse::parse;
use typst::typeset;
const FONT_DIR: &str = "fonts";
-const COMA: &str = include_str!("../tests/coma.typ");
+const COMA: &str = include_str!("../tests/typ/coma.typ");
fn benchmarks(c: &mut Criterion) {
let state = State::default();