diff options
Diffstat (limited to 'bench/src')
| -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); |
