diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-08-19 20:51:36 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-08-19 20:51:36 +0200 |
| commit | fd9959fd04739c1dab2ea1a899a17c94e0892103 (patch) | |
| tree | 91d3a5d65d2a5ff0d98f92007c5a0ecee70eb527 /Cargo.toml | |
| parent | 77dac270a8a99f24a6fc0eb9e92256bcc07c586c (diff) | |
Add end-to-end typesetting benchmark 🖊
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -34,6 +34,7 @@ required-features = ["fs"] harness = false [[bench]] -name = "bench-parsing" -path = "benches/bench_parsing.rs" +name = "benchmarks" +path = "benches/benchmarks.rs" +required-features = ["fs"] harness = false |
