diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-12-10 22:44:35 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-12-10 22:45:45 +0100 |
| commit | 1cbd5f3051ba90b3f673bc2f6319192d05381719 (patch) | |
| tree | 182134e9f355062a00a145fab3a988847c4ed13b /bench | |
| parent | fdc1b378a3eb3cf325592b801c43e2ec2478ddff (diff) | |
Refine test infrastructure ✅
- Tests diagnostics
- More and better separated image tests
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 c232d4bf..947a02c5 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/coma.typ"); +const COMA: &str = include_str!("../../tests/typ/example-coma.typ"); fn benchmarks(c: &mut Criterion) { macro_rules! bench { |
