summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index c697fbf..551251e 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,11 @@ A `pre-commit` git hook is provided to run `cargo fmt` and `cargo clippy`. You c
ln -s ../../pre-commit .git/hooks/
```
+## Performance
+
+Benchmarks (see `cargo bench`) show that `tiny-png` is about 50% slower than `png`
+for large images, but faster than `png` for small images.
+
## License
> Zero-Clause BSD