Commit graph

7 commits

Author SHA1 Message Date
Chris Wong
250d93df9a
Enable stable support 🎉 ()
Infer whether nightly features are available using rustc_version. If this fails, assume stable.

Closes 
2020-09-28 11:06:44 +10:00
Berwyn Jamesson
ad8dc8c4c7
Add an off-by-default 'unstable' flag ()
* Add an off-by-default 'unstable' flag

* Remove explicit web framework feature names

Having forgotten that deps and features can't have the same name,
attempts to better document all the features in one place were
misplaced.

* Split up tests on Travis

`cargo test` doesn't allow `--workspace` and `--features`
simultaneously, so we're forced to test each package separately in order
to manually specify features (or in this case, test everything but
unstable)

* Update Travis Config

- Document the state of Cargo workspaces and features
- Update the benchmarks to trickle down the 'unstable' feature
2020-07-21 22:04:48 +10:00
Chris Wong
d7620f04c8 Update benchmarks 2019-03-16 21:28:51 +13:00
Abdullah ibn Nadjo
3d22f90ad7 Add askama bench
Also updates Cargo.lock
2017-11-29 22:13:05 +13:00
Eshin Kunishima
3a3e55429a Update dependencies for benchmarks ()
* Update dependencies for benchmarks

Template engines
- maud 0.17.1 (local)
- handlebars 0.29.1
- horrorshow 0.6.2
- liquid 0.10.1
- tera 0.10.10

* Update benchmark dependencies

* Remove unused feature

* Revert indentation

* Fix unused Result
2017-09-30 17:16:21 +13:00
Chris Wong
1bdf6ea06a Add Tera benchmark 2016-10-22 21:10:07 +13:00
Chris Wong
30e1071c05 Add preliminary benchmarks 2016-10-02 17:24:36 +13:00