[Zope3-checkins] CVS: Zope3/src/zope/tal/benchmark - __init__.py:1.2 dtml01.html:1.2 dtml02.html:1.2 dtml03.html:1.2 dtml04.html:1.2 dtml05.html:1.2 dtml06.html:1.2 dtml07.html:1.2 dtml08.html:1.2 dtml09.html:1.2 dtml10.html:1.2 dtml11.html:1.2 dtml12.html:1.2 tal01.html:1.2 tal02.html:1.2 tal03.html:1.2 tal04.html:1.2 tal05.html:1.2 tal06.html:1.2 tal07.html:1.2 tal08.html:1.2 tal09.html:1.2 tal10.html:1.2 tal11.html:1.2 tal12.html:1.2
Jim Fulton
jim@zope.com
Wed, 25 Dec 2002 09:16:04 -0500
Update of /cvs-repository/Zope3/src/zope/tal/benchmark
In directory cvs.zope.org:/tmp/cvs-serv20790/src/zope/tal/benchmark
Added Files:
__init__.py dtml01.html dtml02.html dtml03.html dtml04.html
dtml05.html dtml06.html dtml07.html dtml08.html dtml09.html
dtml10.html dtml11.html dtml12.html tal01.html tal02.html
tal03.html tal04.html tal05.html tal06.html tal07.html
tal08.html tal09.html tal10.html tal11.html tal12.html
Log Message:
Grand renaming:
- Renamed most files (especially python modules) to lower case.
- Moved views and interfaces into separate hierarchies within each
project, where each top-level directory under the zope package
is a separate project.
- Moved everything to src from lib/python.
lib/python will eventually go away. I need access to the cvs
repository to make this happen, however.
There are probably some bits that are broken. All tests pass
and zope runs, but I haven't tried everything. There are a number
of cleanups I'll work on tomorrow.
=== Zope3/src/zope/tal/benchmark/__init__.py 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:01 2002
+++ Zope3/src/zope/tal/benchmark/__init__.py Wed Dec 25 09:15:29 2002
@@ -0,0 +1,2 @@
+#
+# This file is necessary to make this directory a package.
=== Zope3/src/zope/tal/benchmark/dtml01.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:01 2002
+++ Zope3/src/zope/tal/benchmark/dtml01.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1 @@
+baseline
=== Zope3/src/zope/tal/benchmark/dtml02.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:01 2002
+++ Zope3/src/zope/tal/benchmark/dtml02.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,100 @@
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
=== Zope3/src/zope/tal/benchmark/dtml03.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:01 2002
+++ Zope3/src/zope/tal/benchmark/dtml03.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,8 @@
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
=== Zope3/src/zope/tal/benchmark/dtml04.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:02 2002
+++ Zope3/src/zope/tal/benchmark/dtml04.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,6 @@
+<dtml-in r8>
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/dtml05.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:02 2002
+++ Zope3/src/zope/tal/benchmark/dtml05.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,10 @@
+<dtml-in r8>
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/dtml06.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:02 2002
+++ Zope3/src/zope/tal/benchmark/dtml06.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,14 @@
+<dtml-in r2>
+<dtml-in r2>
+<dtml-in r2>
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+</dtml-in>
+</dtml-in>
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/dtml07.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:02 2002
+++ Zope3/src/zope/tal/benchmark/dtml07.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,73 @@
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+
=== Zope3/src/zope/tal/benchmark/dtml08.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:02 2002
+++ Zope3/src/zope/tal/benchmark/dtml08.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,73 @@
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+
+
=== Zope3/src/zope/tal/benchmark/dtml09.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:03 2002
+++ Zope3/src/zope/tal/benchmark/dtml09.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,10 @@
+<dtml-in r64>
+ <td bgcolor="white">&dtml-x0;</td>
+ <td bgcolor="white">&dtml-x1;</td>
+ <td bgcolor="white">&dtml-x2;</td>
+ <td bgcolor="white">&dtml-x3;</td>
+ <td bgcolor="white">&dtml-x4;</td>
+ <td bgcolor="white">&dtml-x5;</td>
+ <td bgcolor="white">&dtml-x6;</td>
+ <td bgcolor="white">&dtml-x7;</td>
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/dtml10.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:03 2002
+++ Zope3/src/zope/tal/benchmark/dtml10.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,102 @@
+<dtml-in r64>
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/dtml11.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:03 2002
+++ Zope3/src/zope/tal/benchmark/dtml11.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,103 @@
+<dtml-in r64>
+ <td bgcolor="white">&dtml-x0;</td>
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/dtml12.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:03 2002
+++ Zope3/src/zope/tal/benchmark/dtml12.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,12 @@
+<dtml-in r8>
+ <dtml-let y0=x0 y1=x1 y2=x2 y3=x3 y4=x4 y5=x5 y6=x6 y7=x7>
+ <td bgcolor="white">&dtml-y0;</td>
+ <td bgcolor="white">&dtml-y1;</td>
+ <td bgcolor="white">&dtml-y2;</td>
+ <td bgcolor="white">&dtml-y3;</td>
+ <td bgcolor="white">&dtml-y4;</td>
+ <td bgcolor="white">&dtml-y5;</td>
+ <td bgcolor="white">&dtml-y6;</td>
+ <td bgcolor="white">&dtml-y7;</td>
+ </dtml-let>
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/tal01.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:03 2002
+++ Zope3/src/zope/tal/benchmark/tal01.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1 @@
+baseline
=== Zope3/src/zope/tal/benchmark/tal02.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:03 2002
+++ Zope3/src/zope/tal/benchmark/tal02.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,100 @@
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
=== Zope3/src/zope/tal/benchmark/tal03.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:03 2002
+++ Zope3/src/zope/tal/benchmark/tal03.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,8 @@
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
=== Zope3/src/zope/tal/benchmark/tal04.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:03 2002
+++ Zope3/src/zope/tal/benchmark/tal04.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,6 @@
+<dtml-in tal:repeat="r r8">
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/tal05.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:04 2002
+++ Zope3/src/zope/tal/benchmark/tal05.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,10 @@
+<dtml-in tal:repeat="r r8">
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/tal06.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:04 2002
+++ Zope3/src/zope/tal/benchmark/tal06.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,14 @@
+<dtml-in tal:repeat="r r2">
+<dtml-in tal:repeat="r r2">
+<dtml-in tal:repeat="r r2">
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+</dtml-in>
+</dtml-in>
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/tal07.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:04 2002
+++ Zope3/src/zope/tal/benchmark/tal07.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,73 @@
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+
+
=== Zope3/src/zope/tal/benchmark/tal08.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:04 2002
+++ Zope3/src/zope/tal/benchmark/tal08.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,73 @@
+ <td bgcolor="white"><span tal:replace="x0"></span></td>
+ <td bgcolor="white"><span tal:replace="x1"></span></td>
+ <td bgcolor="white"><span tal:replace="x2"></span></td>
+ <td bgcolor="white"><span tal:replace="x3"></span></td>
+ <td bgcolor="white"><span tal:replace="x4"></span></td>
+ <td bgcolor="white"><span tal:replace="x5"></span></td>
+ <td bgcolor="white"><span tal:replace="x6"></span></td>
+ <td bgcolor="white"><span tal:replace="x7"></span></td>
+
+ <td bgcolor="white"><span tal:replace="x0"></span></td>
+ <td bgcolor="white"><span tal:replace="x1"></span></td>
+ <td bgcolor="white"><span tal:replace="x2"></span></td>
+ <td bgcolor="white"><span tal:replace="x3"></span></td>
+ <td bgcolor="white"><span tal:replace="x4"></span></td>
+ <td bgcolor="white"><span tal:replace="x5"></span></td>
+ <td bgcolor="white"><span tal:replace="x6"></span></td>
+ <td bgcolor="white"><span tal:replace="x7"></span></td>
+
+ <td bgcolor="white"><span tal:replace="x0"></span></td>
+ <td bgcolor="white"><span tal:replace="x1"></span></td>
+ <td bgcolor="white"><span tal:replace="x2"></span></td>
+ <td bgcolor="white"><span tal:replace="x3"></span></td>
+ <td bgcolor="white"><span tal:replace="x4"></span></td>
+ <td bgcolor="white"><span tal:replace="x5"></span></td>
+ <td bgcolor="white"><span tal:replace="x6"></span></td>
+ <td bgcolor="white"><span tal:replace="x7"></span></td>
+
+ <td bgcolor="white"><span tal:replace="x0"></span></td>
+ <td bgcolor="white"><span tal:replace="x1"></span></td>
+ <td bgcolor="white"><span tal:replace="x2"></span></td>
+ <td bgcolor="white"><span tal:replace="x3"></span></td>
+ <td bgcolor="white"><span tal:replace="x4"></span></td>
+ <td bgcolor="white"><span tal:replace="x5"></span></td>
+ <td bgcolor="white"><span tal:replace="x6"></span></td>
+ <td bgcolor="white"><span tal:replace="x7"></span></td>
+
+ <td bgcolor="white"><span tal:replace="x0"></span></td>
+ <td bgcolor="white"><span tal:replace="x1"></span></td>
+ <td bgcolor="white"><span tal:replace="x2"></span></td>
+ <td bgcolor="white"><span tal:replace="x3"></span></td>
+ <td bgcolor="white"><span tal:replace="x4"></span></td>
+ <td bgcolor="white"><span tal:replace="x5"></span></td>
+ <td bgcolor="white"><span tal:replace="x6"></span></td>
+ <td bgcolor="white"><span tal:replace="x7"></span></td>
+
+ <td bgcolor="white"><span tal:replace="x0"></span></td>
+ <td bgcolor="white"><span tal:replace="x1"></span></td>
+ <td bgcolor="white"><span tal:replace="x2"></span></td>
+ <td bgcolor="white"><span tal:replace="x3"></span></td>
+ <td bgcolor="white"><span tal:replace="x4"></span></td>
+ <td bgcolor="white"><span tal:replace="x5"></span></td>
+ <td bgcolor="white"><span tal:replace="x6"></span></td>
+ <td bgcolor="white"><span tal:replace="x7"></span></td>
+
+ <td bgcolor="white"><span tal:replace="x0"></span></td>
+ <td bgcolor="white"><span tal:replace="x1"></span></td>
+ <td bgcolor="white"><span tal:replace="x2"></span></td>
+ <td bgcolor="white"><span tal:replace="x3"></span></td>
+ <td bgcolor="white"><span tal:replace="x4"></span></td>
+ <td bgcolor="white"><span tal:replace="x5"></span></td>
+ <td bgcolor="white"><span tal:replace="x6"></span></td>
+ <td bgcolor="white"><span tal:replace="x7"></span></td>
+
+ <td bgcolor="white"><span tal:replace="x0"></span></td>
+ <td bgcolor="white"><span tal:replace="x1"></span></td>
+ <td bgcolor="white"><span tal:replace="x2"></span></td>
+ <td bgcolor="white"><span tal:replace="x3"></span></td>
+ <td bgcolor="white"><span tal:replace="x4"></span></td>
+ <td bgcolor="white"><span tal:replace="x5"></span></td>
+ <td bgcolor="white"><span tal:replace="x6"></span></td>
+ <td bgcolor="white"><span tal:replace="x7"></span></td>
+
+
=== Zope3/src/zope/tal/benchmark/tal09.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:04 2002
+++ Zope3/src/zope/tal/benchmark/tal09.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,10 @@
+<dtml-in tal:repeat="r r64">
+ <td bgcolor="white" tal:content="x0"></td>
+ <td bgcolor="white" tal:content="x1"></td>
+ <td bgcolor="white" tal:content="x2"></td>
+ <td bgcolor="white" tal:content="x3"></td>
+ <td bgcolor="white" tal:content="x4"></td>
+ <td bgcolor="white" tal:content="x5"></td>
+ <td bgcolor="white" tal:content="x6"></td>
+ <td bgcolor="white" tal:content="x7"></td>
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/tal10.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:04 2002
+++ Zope3/src/zope/tal/benchmark/tal10.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,102 @@
+<dtml-in tal:repeat="r r64">
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/tal11.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:04 2002
+++ Zope3/src/zope/tal/benchmark/tal11.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,103 @@
+<dtml-in tal:repeat="r r64">
+ <td bgcolor="white" tal:content="x0"></td>
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+ A large chunk of text to be repeated.
+</dtml-in>
=== Zope3/src/zope/tal/benchmark/tal12.html 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:16:04 2002
+++ Zope3/src/zope/tal/benchmark/tal12.html Wed Dec 25 09:15:29 2002
@@ -0,0 +1,12 @@
+<dtml-in tal:repeat="r r8">
+ <span tal:define="y0 x0;y1 x1;y2 x2;y3 x3;y4 x4;y5 x5;y6 x6;y7 x7">
+ <td bgcolor="white" tal:content="y0"></td>
+ <td bgcolor="white" tal:content="y1"></td>
+ <td bgcolor="white" tal:content="y2"></td>
+ <td bgcolor="white" tal:content="y3"></td>
+ <td bgcolor="white" tal:content="y4"></td>
+ <td bgcolor="white" tal:content="y5"></td>
+ <td bgcolor="white" tal:content="y6"></td>
+ <td bgcolor="white" tal:content="y7"></td>
+ </span>
+</dtml-in>