Clicking "Run it" will call the template engine 100 times. Don't worry this shouldn't slow down your machine. This will give you a decent benchmark.
You will notice it runs super fast - thats because the code is well optimized - it creates a function representation of the template code. The function is then cached
and called the next time you wish to use that template.