diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-13 12:34:11 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-13 12:34:11 +0200 |
| commit | 22697f0c0c858bc013ec5c7d8b3ea50f000246dd (patch) | |
| tree | fd38567da2aea1cc08c68e73fcbd3a841ccb99a7 /benches | |
| parent | 1736bfc194396d026bee1a560ce41d12b92a6d5b (diff) | |
Simple regression testing with file-based comparisons ✅
Diffstat (limited to 'benches')
| -rw-r--r-- | benches/benchmarks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/benchmarks.rs b/benches/benchmarks.rs index ea7fc652..ea37ff0f 100644 --- a/benches/benchmarks.rs +++ b/benches/benchmarks.rs @@ -11,7 +11,7 @@ use typst::parse::parse; use typst::typeset; const FONT_DIR: &str = "fonts"; -const COMA: &str = include_str!("../tests/coma.typ"); +const COMA: &str = include_str!("../tests/typ/coma.typ"); fn benchmarks(c: &mut Criterion) { let state = State::default(); |
