diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-02-11 21:22:06 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-02-11 22:24:42 +0100 |
| commit | a2fcc1bf288c5162de7b2158166de62cb0610083 (patch) | |
| tree | c9d825abf6909168a9b2e7e98987a3e95202ff92 /bench | |
| parent | 146eda102a5d0241c96a808a847f3b855340765e (diff) | |
Small fixes ♻
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 88e2388d..0999b246 100644 --- a/bench/src/bench.rs +++ b/bench/src/bench.rs @@ -44,7 +44,7 @@ fn benchmarks(c: &mut Criterion) { bench!("exec-coma": exec(&mut env, &syntax_tree, &expr_map, state.clone())); bench!("layout-coma": layout(&mut env, &layout_tree)); bench!("typeset-coma": typeset(&mut env, COMA, &scope, state.clone())); - bench!("export-pdf-coma": pdf::export(&frames, &env)); + bench!("export-pdf-coma": pdf::export(&env, &frames)); } criterion_group!(benches, benchmarks); |
