diff options
Diffstat (limited to 'bench')
| -rw-r--r-- | bench/src/bench.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
