From 4017b5a9f67e06145129d75de452c8a42e2d2f5a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 11 Jun 2021 14:42:20 +0200 Subject: Push some nodes directly into the stack --- bench/src/bench.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/src') diff --git a/bench/src/bench.rs b/bench/src/bench.rs index d4e297bf..832d538f 100644 --- a/bench/src/bench.rs +++ b/bench/src/bench.rs @@ -13,7 +13,7 @@ use typst::typeset; const FONT_DIR: &str = "../fonts"; const TYP_DIR: &str = "../tests/typ"; -const CASES: &[&str] = &["full/coma.typ", "text/basic.typ"]; +const CASES: &[&str] = &["coma.typ", "text/basic.typ"]; fn benchmarks(c: &mut Criterion) { let mut loader = FsLoader::new(); -- cgit v1.2.3