jreijn / spring-comparing-template-engines

Demo project to show different Java templating engines in combination with Spring MVC
Apache License 2.0
422 stars 116 forks source link

Add Ickenham to benchmark #31

Closed enpassant closed 5 years ago

enpassant commented 6 years ago

This resolves the #30

Vest commented 5 years ago

Hello @enpassant

Would you be able to update your PR? I have changed the project structure significantly, and your PR is not valid anymore.

Thanks, Vest

enpassant commented 5 years ago

Hello @Vest,

I have updated my PR. If you merge this then run the benchmark for this too, please.

Thanks! Enpassant

Vest commented 5 years ago

Hello @enpassant,

Thank you for the PR. I have used it in the PR #46, but I had to do some minor changes. I had to disable the caching in your ViewResolver, because we don't test the speed of cache, but the performance of template engines.

Kind regards, Vest