8000 Update j2_compatibility.md · jinja2cpp/jinja2cpp.github.io@0f6de2c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f6de2c

Browse files
authored
Update j2_compatibility.md
1 parent 3922458 commit 0f6de2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/j2_compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ conditional for loop | <span style="color:green">yes</span> | <span
6464

6565
Template | 5C98 Python | Jinja2C++ (MSVC build) | Jinja2C++ (MinGW Build)
6666
----------------------------------------------------------------------------------------------------|-----------|------------------------|-------------------------
67-
'Hello World from Parser!' (1 mln. iterations) | 4.333 sec | 1.883 sec | 0.831 sec
67+
`Hello World from Parser!` (1 mln. iterations) | 4.333 sec | 1.883 sec | 0.831 sec
6868
`{% raw %}{{ message }} from Parser!' message='Hello World!{% endraw %}` (1 mln. iterations) | 5.083 | 2.188 | 1.082
6969
`{% raw %}{{ message }} from Parser!{% endraw %}` message=100500 (1 mln. iterations) | 5.126 | 2.211 | 1.087
7070
`{% raw %}{{ message | upper }} from Parser!{% endraw %}` message='Hello World!' (1 mln. iterations) | 5.583 | 3.559 | 1.850

0 commit comments

Comments
 (0)
0