aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-06-25 16:08:34 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-06-25 16:08:34 +0200
commitcb4fcbf379734345305065c2cce68046724a3408 (patch)
treecf65402451d22fa333d70bdf999b5877bbb91739 /README.md
parent49c570dc1137203b1e760229de4dd2101e6af33d (diff)
downloadaskama-cb4fcbf379734345305065c2cce68046724a3408.tar.gz
askama-cb4fcbf379734345305065c2cce68046724a3408.tar.bz2
askama-cb4fcbf379734345305065c2cce68046724a3408.zip
Link to benchmarks repo from README
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8cc0cf5..918189c 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ in a for-profit context, please consider supporting my open source work on
* Construct templates using a familiar, easy-to-use syntax
* Benefit from the safety provided by Rust's type system
* Optional built-in support for Rocket and Iron web frameworks
-* Template code is compiled into your crate for optimal performance
+* Template code is compiled into your crate for [optimal performance][benchmarks]
* Templates only convert your data as needed
* Templates can access your Rust types directly, according to Rust's privacy rules
* Debugging features to assist you in template development
@@ -58,6 +58,7 @@ in a for-profit context, please consider supporting my open source work on
[twitter]: https://twitter.com/djco/
[dtolnay]: https://github.com/dtolnay
[patreon]: https://www.patreon.com/dochtman
+[benchmarks]: https://github.com/djc/template-benchmarks-rs
How to get started