summaryrefslogtreecommitdiff
path: root/bench/src/bench.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-16 15:28:03 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-16 15:39:25 +0100
commitcc5f14193c25200e254e64cc594b15e84da280f9 (patch)
tree3659be64d81dc3c0b2b4b36dd70f1d9bb949fcb1 /bench/src/bench.rs
parent51efb0f4d69943e290d977673970cd3c8ada306f (diff)
Flip test directory structure 🔃
Move full/lang/library to the top-level as that's more ergonomic to use.
Diffstat (limited to 'bench/src/bench.rs')
-rw-r--r--bench/src/bench.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/src/bench.rs b/bench/src/bench.rs
index e1ae838a..2d3230db 100644
--- a/bench/src/bench.rs
+++ b/bench/src/bench.rs
@@ -11,7 +11,7 @@ use typst::parse::parse;
use typst::typeset;
const FONT_DIR: &str = "../fonts";
-const COMA: &str = include_str!("../../tests/typ/full/coma.typ");
+const COMA: &str = include_str!("../../tests/full/typ/coma.typ");
fn benchmarks(c: &mut Criterion) {
macro_rules! bench {