diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-11-25 19:28:04 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-11-25 19:28:04 +0100 |
| commit | b4f809f1ea8a469d0bdee225f47d7f09bc22aa61 (patch) | |
| tree | 93a186e98a278588b42d61fdbe814151f3e6fce7 /.gitignore | |
| parent | e30d896c7b871b1588925cadd10808c65e93d511 (diff) | |
Move benchmarks into separate crate ♾
So that CI does not have to build criterion each time.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ /target **/*.rs.bk Cargo.lock +bench/target tests/png tests/pdf _things |
