summaryrefslogtreecommitdiff
path: root/bench/src/bench.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-14 16:47:29 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-14 16:47:29 +0100
commitcfcb36b159e3f65aff8cbdac6b537b40c22507c0 (patch)
tree18e17b3cec5530b67ec596fe13b45423a867eb5f /bench/src/bench.rs
parent272a4c228976466e9fa6cc100ad89f93dc5cc371 (diff)
Move test files into category subfolders 🚚
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 b8093d53..58ecf9fd 100644
--- a/bench/src/bench.rs
+++ b/bench/src/bench.rs
@@ -13,7 +13,7 @@ use typst::parse::parse;
use typst::typeset;
const FONT_DIR: &str = "../fonts";
-const COMA: &str = include_str!("../../tests/typ/example-coma.typ");
+const COMA: &str = include_str!("../../tests/typ/full/coma.typ");
fn benchmarks(c: &mut Criterion) {
macro_rules! bench {