Remove benchmark code

due to license issue, original benchmark code (https://github.com/djc/template-benchmarks-rs) cannot be used.
This commit is contained in:
Kogia-sima 2020-06-06 13:01:52 +09:00
parent 420d83521c
commit ffab699ea3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Simple, small, and extremely fast template engine for Rust
- Simple and intuitive syntax inspired by [EJS](https://ejs.co/)
- Relatively small number of dependencies (<15 crates in total)
- Extremely fast (See [benchmarks](./benches))
- Extremely fast
- Better error message
- Template rendering is always type-safe because templates are statically compiled.
- Syntax highlighting support ([vscode](./syntax/vscode), [vim](./syntax/vim))